Jan de Mooij
09c4068fa0
Bug 1464134 part 1 - Fix various places to use Realm instead of JSCompartment. r=luke
2018-05-31 11:28:48 +02:00
Jon Coppeard
a20465acbc
Bug 1464872 - Add forward zone edge for debugger object when calculating sweep groups r=sfink
2018-05-31 09:27:29 +01:00
Tooru Fujisawa
9fe0ec4d4c
Bug 1459845 - followup: Properly enclose debug-only variable. r=bustage CLOSED TREE
2018-05-31 15:37:12 +09:00
Tooru Fujisawa
f7b825beb5
Bug 1460126 - Part 4: Add MOZ_MUST_USE to TryEmitter methods. r=jwalden
2018-05-31 15:15:51 +09:00
Tooru Fujisawa
1c966f2c11
Bug 1460126 - Part 3: Make TryEmitter::State debug only. r=jwalden
2018-05-31 15:15:51 +09:00
Tooru Fujisawa
dabf454e17
Bug 1460126 - Part 2: Merge TryEmitter::{ShouldUseRetVal,ShouldUseControl} into TryEmitter::ControlKind. r=jwalden
2018-05-31 15:15:50 +09:00
Tooru Fujisawa
855b95adc1
Bug 1460126 - Part 1: Make TryEmitter::Kind and TryEmitter::State enum classes. r=jwalden
2018-05-31 15:15:50 +09:00
Tooru Fujisawa
312bbfc472
Bug 1459845 - Part 6: Make IfThenElseEmitter::State debug only. r=Yoric
2018-05-31 15:15:50 +09:00
Tooru Fujisawa
e62b8319d5
Bug 1459845 - Part 5: Rename IfThenElseEmitter::{emitIf,emitIfElse} to IfThenElseEmitter::{emitThen,emitThenElse}. r=Yoric
2018-05-31 15:15:50 +09:00
Tooru Fujisawa
0617559950
Bug 1459845 - Part 4: Add IfThenElseEmitter::emitElseIf to clarify cascading else-if blocks. r=Yoric
2018-05-31 15:15:49 +09:00
Tooru Fujisawa
66fe72b011
Bug 1459845 - Part 3: Add MOZ_MUST_USE to IfThenElseEmitter methods. r=Yoric
2018-05-31 15:15:49 +09:00
Tooru Fujisawa
deffa12c12
Bug 1459845 - Part 2: Make IfThenElseEmitter::State an enum class. r=Yoric
2018-05-31 15:15:49 +09:00
Tooru Fujisawa
766c2a0669
Bug 1459845 - Part 1: Fix the comment for IfThenElseEmitter with cascading if-else. r=Yoric
2018-05-31 15:15:48 +09:00
Tooru Fujisawa
0eaac17a4a
Bug 1378585 - Remove unused nsDragDropEventStatus enum. r=masayuki
2018-05-31 15:15:48 +09:00
sotaro
624fefcfd6
Bug 1418202 - Serialize ProgramBinary to/from blob/disk r=nical
2018-05-31 15:07:34 +09:00
Kate McKinley
cd08fcc02b
Bug 1328695 GTests for isOriginPotentiallyTrustworthy, r=ckerschb
2018-05-31 07:51:43 +02:00
Kate McKinley
fa06a45b28
Bug 1328695 - Use protocol flags to determine if a URI is potentially trustworthy r=ckerschb, r=dveditz, r=mcmanus, r=bz
...
Before this change, the trusted URI schemes, based on a string whitelist, were:
https, file, resource, app, moz-extension and wss.
This change removes "app" from the list (since we don't implement it),
and adds "about" to the list (because we control the delivery of that).
2018-05-31 07:51:42 +02:00
Jan de Mooij
6302682c36
Bug 1465037 - Fix FrameIter principals check to work with same-compartment realms. r=luke
...
The principals are now on the realm and an activation will contain cross-realm calls, so the principals need to be checked for each frame instead of each activation.
2018-05-31 07:19:08 +02:00
Jan de Mooij
c5f8610e4f
Bug 1465002 - Make GetScriptedCallerGlobal work with same-compartment realms. r=luke
2018-05-31 07:18:52 +02:00
Yura Zenevich
f8fc9044ec
Bug 1456756 - select parent row if available when ArrowLeft is pressed on collapsed or non-expandable row. r=Honza
...
MozReview-Commit-ID: 74LXTQcj8H9
2018-05-31 00:10:48 -04:00
Yura Zenevich
eb544a9496
Bug 1455276 - ensure links in strings can open in Accessible properties. r=nchevobbe
...
MozReview-Commit-ID: 1kjUI8tny0X
--HG--
rename : devtools/client/accessibility/test/browser.ini => devtools/client/accessibility/test/browser/browser.ini
rename : devtools/client/accessibility/test/browser_accessibility_context_menu_browser.js => devtools/client/accessibility/test/browser/browser_accessibility_context_menu_browser.js
rename : devtools/client/accessibility/test/browser_accessibility_context_menu_inspector.js => devtools/client/accessibility/test/browser/browser_accessibility_context_menu_inspector.js
rename : devtools/client/accessibility/test/browser_accessibility_mutations.js => devtools/client/accessibility/test/browser/browser_accessibility_mutations.js
rename : devtools/client/accessibility/test/browser_accessibility_reload.js => devtools/client/accessibility/test/browser/browser_accessibility_reload.js
rename : devtools/client/accessibility/test/browser_accessibility_sidebar.js => devtools/client/accessibility/test/browser/browser_accessibility_sidebar.js
rename : devtools/client/accessibility/test/browser_accessibility_tree.js => devtools/client/accessibility/test/browser/browser_accessibility_tree.js
rename : devtools/client/accessibility/test/browser_accessibility_tree_nagivation.js => devtools/client/accessibility/test/browser/browser_accessibility_tree_nagivation.js
2018-05-31 00:08:06 -04:00
Eitan Isaacson
0c48554698
Bug 751769 - Dynamically attach/detach windows in AccessFu. r=yzen
2018-05-30 12:43:00 -04:00
Emilio Cobos Álvarez
8587557096
Bug 1465478: followup: Fix an error while addressing review comments. r=me on a CLOSED TREE
...
MozReview-Commit-ID: KORYdu3cuX5
2018-05-31 03:05:02 +02:00
Emilio Cobos Álvarez
fe09ffd3af
Bug 1465478: Introduce Element::FromNode. r=smaug
...
And use it in a couple places I noticed.
MozReview-Commit-ID: 8baSMrbdEbF
2018-05-31 02:46:10 +02:00
Steve Fink
b254a63736
Bug 1465173 - Set the pid correctly in the automation output, r=nbp
...
--HG--
extra : topic : GCForReason
extra : rebase_source : 31ff929d6df67715fea4e76843f7a5ecbd7294ed
extra : histedit_source : 43cecd8dbcedbe6a26b92703b7734d4d3f8b1c0b
2018-05-24 21:45:57 -07:00
Steve Fink
0680fed494
Bug 1464266 - Rename GCForReason to NonIncrementalGC, r=jonco
...
--HG--
extra : topic : GCForReason
extra : rebase_source : e81bf7bb8ca0824f8b63f25a46ccbe26c4002325
2018-05-24 16:19:18 -07:00
sotaro
b0fbe12bd3
Bug 1465306 - Make D3D11YCbCrRecycleAllocator handle device reset r=nical
2018-05-31 09:35:24 +09:00
Andrew Osmond
e76059bf98
Bug 1465496 - Backout part 9 of bug 1462355 to fix talos regressions. r=aosmond
2018-05-30 19:35:40 -04:00
arthur.iakab
f1046ac67f
Merge mozilla-central to inbound
2018-05-31 01:08:35 +03:00
arthur.iakab
fb18cb09bd
Merge mozilla inbound to central a=merge
2018-05-31 01:05:10 +03:00
Dorel Luca
bab970e397
Backed out 5 changesets (bug 1456265, bug 1456946) for breaking WPT test. CLOSED TREE
...
Backed out changeset ee0c4548a78a (bug 1456265)
Backed out changeset be22684cddb8 (bug 1456265)
Backed out changeset 91a4b9b7cfa8 (bug 1456946)
Backed out changeset 852233de6408 (bug 1456946)
Backed out changeset 0ae2e92fead5 (bug 1456265)
2018-05-30 21:04:36 +03:00
Tom Schuster
764a126da1
Bug 1465396 - Skip Array.prototype.flat tests when disabled. r=anba
...
--HG--
extra : rebase_source : 4692ec539cee3323e2daeb4b2b1fa74fd89cfd2e
extra : histedit_source : 84271b61eb458b40fe93f81de22c1df21982e1ee
2018-05-30 17:19:18 +02:00
Andrea Marchesini
9023e7c7b4
Bug 1446937 - Have ContextForTopLevelLoad return already_AddRefed<nsISupports> within LoadInfo, r=qdot
2018-05-30 21:21:18 +02:00
Andrea Marchesini
1273dc5391
Bug 1446933 - Remove 'using namespace mozilla::net' from BackgroundUtils.h, r=qdot
2018-05-30 21:21:17 +02:00
Andrea Marchesini
4dbf30fc68
Bug 1446922 - Remove the leading 'a' from variables within the various ::ShouldLoad() implementations, r=qdot
2018-05-30 21:21:17 +02:00
Andrea Marchesini
b0005ca281
Bug 1446921 - Get rid of 2 unused parameters in nsContentUtils::CanLoadImage, r=qdot
2018-05-30 21:21:17 +02:00
Bogdan Tara
51fde0dab6
Bug 1462836 - disable redirect-count.any.html on linux. r=jmaher
2018-05-30 09:57:00 +03:00
Natalia Csoregi
ada81bee2b
Bug 1465369 - Removed reference to old winxp and osx 10.8. r=jmaher
2018-05-30 07:47:00 +03:00
Jan de Mooij
45e968b1dd
Bug 1464134 part 8 - Make IterateHeapUnbarriered and related code use realms instead of compartments. r=jonco
2018-05-30 20:14:19 +02:00
Jan de Mooij
732a7c63d6
Bug 1464134 part 7 - Replace GetAnyCompartmentInZone with GetAnyRealmInZone. r=luke
2018-05-30 20:14:19 +02:00
Jan de Mooij
7ff3b9af6c
Bug 1464134 part 6 - Replace AbstractFramePtr::compartment with AbstractFramePtr::realm. r=anba
2018-05-30 20:14:18 +02:00
Jan de Mooij
2eebe87aa6
Bug 1464134 part 5 - Combine CompartmentsIterT and RealmsIterT in a single template class. r=jonco
2018-05-30 20:14:18 +02:00
David Major
b6c41df5bb
Bug 1465245 - Update clang-cl toolchain to r333414. r=froydnj
...
--HG--
extra : rebase_source : a0f174588c7fbf6f83709850b8b26448080b9a4d
2018-05-30 13:27:13 -04:00
Mihir Iyer
a06dd567c4
Bug 1464165 - Relax assertion for isize not being nscoord_MAX in nsListControlFrame. r=dholbert
...
MozReview-Commit-ID: A9PRG3uI2h
--HG--
extra : rebase_source : e823da407c01152de112df6f8b8f18c7d3526b39
2018-05-29 17:14:27 -07:00
David Keeler
b0ca052e73
bug 1465258 - remove load group workaround in new OCSP code r=jcj
...
The patch for bug 1456489 included a workaround for the issue that origin
attributes weren't honored on channels that didn't have a load group set (bug
1456742). Now that that's fixed, we don't need the workaround.
MozReview-Commit-ID: I4ExIqt6dYo
--HG--
extra : rebase_source : d323c0860989985b72933dcffd62743b9d73644d
2018-05-29 16:03:37 -07:00
Cameron Kaiser
af336fb099
Bug 1465274 - Add ppc64 to webrtc, regenerate moz.build to remove SSE2 dependency for Linux. r=froydnj
...
--HG--
extra : source : 3a2d42c1c0d47e11a1efc666cce491f3064469ef
2018-05-27 22:21:07 -07:00
Ryan VanderMeulen
7978cab95f
Backed out changeset 3a2d42c1c0d4 for landing with the wrong bug number in the commit message.
2018-05-30 12:44:07 -04:00
Paul Adenot
a69dd93b7a
Bug 1456265 - Also update test_channelSplitterNodeWithVolume.html
2018-05-30 18:23:37 +02:00
Paul Adenot
2f40b41125
Bug 1456265 - Update the WPT expectation file, the ChannelSplitterNode tests are now passing.
...
--HG--
extra : rebase_source : d370b165d9af1c82e185d930568dc3eaaf296514
2018-05-30 14:01:34 +02:00
Paul Adenot
4f90eaf94d
Bug 1456946 - Properly reflect the channelCount when set in the ctor using the option object, on a ChannelSplitterNode. r=achronop
...
MozReview-Commit-ID: DrnadeBS8hi
--HG--
extra : rebase_source : 8c1863f7ad21f9b4f8e41232402fdb9825e7de90
2018-05-29 18:16:24 +02:00