Граф коммитов

688011 Коммитов

Автор SHA1 Сообщение Дата
Bob Owen 76aff2ff48 Bug 1604180: Use original surface for GetDataSurface after DrawTargetRecording::OptimizeSourceSurface. r=jrmuizel
We return a SourceSurfaceRecdording from OptimizeSourceSurface to represent
the optimized surface. However, GetDataSurface might be called on this
SourceSurfaceRecdording, so we hold the original SourceSurface we optimized in
the SourceSurfaceRecdording to return its GetDataSurface.

Differential Revision: https://phabricator.services.mozilla.com/D59712

--HG--
extra : moz-landing-system : lando
2020-01-16 15:53:08 +00:00
Ehsan Akhgari f982e8218f Bug 520969 - Make createDocument() always create XMLDocuments; r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D60038

--HG--
extra : moz-landing-system : lando
2020-01-16 15:41:18 +00:00
Nicolas Chevobbe 1478c8bda7 Bug 1609630 - Fix eager evaluation when paused in debugger. r=jlast.
We weren't await-ing the result of webConsoleUI.getFrameActor,
which means we wouldn't get the correct front for evaluating
the input.
This patch fixes this and adds a patch to ensure we don't regress.

Depends on D60123

Differential Revision: https://phabricator.services.mozilla.com/D60124

--HG--
extra : moz-landing-system : lando
2020-01-16 15:32:20 +00:00
Nicolas Chevobbe 363dbb1bf4 Bug 1609644 - Bump eager-evaluation reps element height. r=jlast.
This should prevent the descenders to be cut-off.

Differential Revision: https://phabricator.services.mozilla.com/D60123

--HG--
extra : moz-landing-system : lando
2020-01-16 15:35:09 +00:00
Harry Twyford cf63dc31df Bug 1604798 - Re-focus Urlbar more reliably after exiting customize mode. r=dao
focusAndSelectUrlbar can fire after isCustomizing() is false but before customizeMode is fully exited. This means the Urlbar is refocused but then quickly loses focus after the main browser window is focused. By adding this additional check we can be sure that the browser focus event occurs before the Urlbar is refocused.

Differential Revision: https://phabricator.services.mozilla.com/D59715

--HG--
extra : moz-landing-system : lando
2020-01-16 15:22:47 +00:00
Dão Gottwald 7aa0386034 Bug 1608169 - Tweak urlbar-grow animation's scale starting points. r=harry
Differential Revision: https://phabricator.services.mozilla.com/D60136

--HG--
extra : moz-landing-system : lando
2020-01-16 15:05:31 +00:00
Alexandre Poirot 088f540a62 Bug 1609383 - Fix running xpcshell test for devtools try presets. r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D59997

--HG--
extra : moz-landing-system : lando
2020-01-16 09:48:21 +00:00
Geoff Brown 2c723bb3da Bug 1609283 - Stop running android-hw mochitest-media against opt builds; r=bc
This was regressed by the change from arm7 to aarch64 builds; easily corrected.

Differential Revision: https://phabricator.services.mozilla.com/D59968

--HG--
extra : moz-landing-system : lando
2020-01-16 14:53:23 +00:00
pbz cefd3facd5 Bug 1432856 - Disable fullscreen leave on raise and open for fullscreen-multiple test. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D57371

--HG--
extra : moz-landing-system : lando
2020-01-16 14:39:20 +00:00
pbz 899c4467e4 Bug 1432856 - Added tests for window open and focus in fullscreen. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D56391

--HG--
extra : moz-landing-system : lando
2020-01-16 14:39:11 +00:00
pbz ddd3c608ef Bug 1432856 - Added console logging for DOM fullscreen leave on window raise. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D55813

--HG--
extra : moz-landing-system : lando
2020-01-16 14:39:02 +00:00
pbz ab3942791d Bug 1432856 - Added prefs for DOM fullscreen leave on window open or raise. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D55812

--HG--
extra : moz-landing-system : lando
2020-01-16 14:38:48 +00:00
pbz 70e1dba79e Bug 1432856 - Extended focus methods in Window.webidl, Client.webidl and Element.webidl to pass CallerType. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D55811

--HG--
extra : moz-landing-system : lando
2020-01-16 14:38:40 +00:00
pbz 59e04ed99e Bug 1432856 - Leave DOM fullscreen on window raise. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D55810

--HG--
extra : moz-landing-system : lando
2020-01-16 14:38:21 +00:00
pbz e3300a47c4 Bug 1432856 - Leave DOM fullscreen on window.open(). r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D55809

--HG--
extra : moz-landing-system : lando
2020-01-16 14:38:08 +00:00
Gabriele Svelto 96a70684f4 Bug 1588538 - Use the new Windows dump_syms tool to dump symbols in local builds r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D57094

--HG--
extra : moz-landing-system : lando
2020-01-16 14:14:13 +00:00
Gijs Kruitbosch 9d4ffbfc01 Bug 1608545 - ensure userContextId inherited from relatedTab is used throughout addTab and test for it, r=dao
Differential Revision: https://phabricator.services.mozilla.com/D60017

--HG--
extra : moz-landing-system : lando
2020-01-16 13:54:21 +00:00
Sebastian Streich 0700c14b2d Bug 1609436 : Remove GetURI calls in BackgroundUtils.cpp r=ckerschb
Differential Revision: https://phabricator.services.mozilla.com/D60016

--HG--
extra : moz-landing-system : lando
2020-01-16 12:56:22 +00:00
Sebastian Streich 14244a91ca Bug 1608876 Refactor FramingChecker.cpp r=ckerschb
Differential Revision: https://phabricator.services.mozilla.com/D59745

--HG--
extra : moz-landing-system : lando
2020-01-16 13:13:10 +00:00
Emilio Cobos Álvarez e0e98fed6c Bug 1609394 - Hide spin buttons from the a11y tree. r=Jamie
Differential Revision: https://phabricator.services.mozilla.com/D60018

--HG--
extra : moz-landing-system : lando
2020-01-16 13:00:52 +00:00
Dão Gottwald bca8987c92 Bug 1560348 - Remove CustomizeMode::_doTransition. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D58763

--HG--
extra : moz-landing-system : lando
2020-01-16 11:41:36 +00:00
Andreea Pavel b72abb4995 Backed out 3 changesets (bug 1603370) for permafailing bug 1600635 on a CLOSED TREE
Backed out changeset 0124af9f8ded (bug 1603370)
Backed out changeset 1d819921c8a3 (bug 1603370)
Backed out changeset b567b33ed95a (bug 1603370)
2020-01-16 13:55:55 +02:00
Henri Sivonen a79dd840f9 Bug 1584216 test - Test U+0000 after <!- and after & r=alchen
Differential Revision: https://phabricator.services.mozilla.com/D47600

--HG--
extra : moz-landing-system : lando
2020-01-15 15:12:48 +00:00
Jon Coppeard 8a2a3d5e74 Bug 1609463 - Don't take the GC lock while finalizing arenas as this is no longer required r=sfink
This used to be required in case we released arenas here but since bug 1552118 we don't need this.

Differential Revision: https://phabricator.services.mozilla.com/D60033

--HG--
extra : moz-landing-system : lando
2020-01-15 18:17:33 +00:00
Emilio Cobos Álvarez 6110aba7be Bug 1609489 - Remove lazy_static usage from custom_properties.rs. r=m_kato
Differential Revision: https://phabricator.services.mozilla.com/D60039

--HG--
extra : moz-landing-system : lando
2020-01-16 05:41:16 +00:00
Martin Stransky b420323493 Bug 1609134 Provide MOZ_DBUS_REMOTE env variable to use DBUS remote exclusively, r=jhorak
Differential Revision: https://phabricator.services.mozilla.com/D59872

--HG--
extra : moz-landing-system : lando
2020-01-16 10:48:46 +00:00
Marco Bonardo 49bfea3d43 Bug 1608631 - Perma Beta test failure in browser_urlbar_event_telemetry.js. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D60025

--HG--
extra : moz-landing-system : lando
2020-01-16 10:09:12 +00:00
Andy Wingo 51d92c123f Bug 1608121 - Separate wasm return values from calls in Ion r=lth
When we compile WebAssembly with Ion, we might get multiple return values from function calls.  However the way that Wasm calls are modelled in Ion right now makes it impossible to have multiple register results.

This patch separates the SSA definition of result values from the calls.  In WasmIonCompile.cpp, this allows us to collect results into a vector, making them available as inputs to further WebAssembly instructions.

Differential Revision: https://phabricator.services.mozilla.com/D59340

--HG--
extra : moz-landing-system : lando
2020-01-16 09:19:57 +00:00
Jonathan Kew b29f9278dc Bug 1609184 - Don't try to apply skip-ink to 'sbix' fonts like Apple Color Emoji, to avoid possible Core Text crash. r=lsalzman
Differential Revision: https://phabricator.services.mozilla.com/D60081

--HG--
extra : moz-landing-system : lando
2020-01-16 03:08:55 +00:00
Razvan Maries 1395b01a9e Bug 1609165 - Updated expectancy coep-navigate-popup.https.html on windows 7. r=aryx CLOSED TREE
Differential Revision: https://phabricator.services.mozilla.com//D60106

--HG--
extra : amend_source : a1afef412102f08618d8e0769c435461122cb8c6
2020-01-16 10:26:02 +02:00
Razvan Maries edefc98c9e Backed out changeset a1750dafaf12 (bug 1609165). Updating expectancy. CLOSED TREE 2020-01-16 11:10:10 +02:00
Mike Hommey 507e653907 Bug 1525218 - More fixups for test fetches.
Differential Revision: https://phabricator.services.mozilla.com/D60107

--HG--
extra : moz-landing-system : lando
2020-01-16 08:27:32 +00:00
Jan de Mooij 54b3f4ffcf Bug 1604631 - Trigger constraints when defining an uninitialized global lexical binding. r=iain
Since bug 1603373 we no longer store magic types in HeapTypeSets. This broke an
Ion optimization because it uses constraints to guard a property does not exist
on the global lexical environment. This patch explicitly fires the constraint
when defining an uninitialized global lexical.

I was unable to write a test for this that doesn't require --ion-eager.

Differential Revision: https://phabricator.services.mozilla.com/D58910

--HG--
extra : moz-landing-system : lando
2020-01-16 08:25:15 +00:00
Timothy Nikkel 69780002d0 Bug 1607964. Update reftest expectations with fission.
layout/reftests/bugs/262998-1.html only fails with webrender. I think maybe the initial annotation should have had that.
layout/reftests/bugs/818276-1.html I think is the same situation.

layout/reftests/474472-1.html seems to pass on a no-accel reftest fis run, but fails for me on regular reftest fis run, so I marked it random for now.

Differential Revision: https://phabricator.services.mozilla.com/D60105

--HG--
extra : moz-landing-system : lando
2020-01-16 08:22:32 +00:00
Daisuke Akatsuka a4c6b0635a Bug 1603370: Add a test for target switching on RDM. r=ochameau,mtigley
Differential Revision: https://phabricator.services.mozilla.com/D58904

--HG--
extra : moz-landing-system : lando
2020-01-16 08:12:35 +00:00
Daisuke Akatsuka b0dab58eb6 Bug 1603370: Reflect target switching. r=ochameau,mtigley
Differential Revision: https://phabricator.services.mozilla.com/D58903

--HG--
extra : moz-landing-system : lando
2020-01-16 08:12:33 +00:00
Daisuke Akatsuka a208b1f9e2 Bug 1603370: Define currentTarget getter. r=jdescottes,ochameau
Differential Revision: https://phabricator.services.mozilla.com/D58902

--HG--
extra : moz-landing-system : lando
2020-01-16 08:12:31 +00:00
Bogdan Tara 9c8ba79a70 Bug 1609165 - Update expectancy for coep-navigate-popup.https.html on windows 7 32. r=jgraham
Differential Revision: https://phabricator.services.mozilla.com/D59986

--HG--
extra : moz-landing-system : lando
2020-01-15 09:35:17 +00:00
Jeff Gilbert 51cee2c584 Bug 1609579 - WebGLSamplers should handle TEXTURE_MAX_ANISOTROPY. r=lsalzman
Differential Revision: https://phabricator.services.mozilla.com/D60092

--HG--
extra : source : 7f724ded7131469ea1264a47871de593cf189b11
2020-01-16 04:52:32 +00:00
shindli c52d5f8025 Backed out 2 changesets (bug 1586939) for causing perma bc failures in automation.py CLOSED TREE
Backed out changeset 922243345807 (bug 1586939)
Backed out changeset b5aac83f7f4f (bug 1586939)
2020-01-16 09:51:49 +02:00
shindli 81e8ff102a Backed out changeset 572928224d2d (bug 1609547) for causing spidermonkey bustages in numeric-separator-literal-dot-dd-nsl-dd-ep.js CLOSED TREE 2020-01-16 09:30:06 +02:00
shindli a45387ef5e Backed out changeset 7f724ded7131 (bug 1609579) for causing valgrind bustage CLOSED TREE 2020-01-16 09:22:15 +02:00
Shane Caraveo 5ec42d719a Bug 1594232 support isolated_world alias in extension manifest r=robwu
Differential Revision: https://phabricator.services.mozilla.com/D59969

--HG--
extra : moz-landing-system : lando
2020-01-16 03:46:18 +00:00
Zhao Jiazhong 120a743324 Bug 1609319 - [MIPS] Rename jit::Opcode to jit::OpcodeField to avoid conflicts with wasm::Opcode. r=lth
Differential Revision: https://phabricator.services.mozilla.com/D59979

--HG--
extra : moz-landing-system : lando
2020-01-16 06:23:45 +00:00
Emily McDonough 278cadcc1e Bug 1341507 - Refactor auto-fit empty track calculations into a separate method r=mats
Differential Revision: https://phabricator.services.mozilla.com/D58026

--HG--
extra : moz-landing-system : lando
2020-01-16 04:27:33 +00:00
Tooru Fujisawa 66d83bc1a8 Bug 1609547 - Do not treat underscode after decimal point a numeric separator. r=jwalden
Differential Revision: https://phabricator.services.mozilla.com/D60063

--HG--
extra : moz-landing-system : lando
2020-01-16 06:08:48 +00:00
Dimi Lee 9a9fba7b8d Bug 1609144 - Remove IsInProcess assertion in NotifyContentBlockingEvent r=timhuang
The assertion is added to diagnose whether NotifyContentBlockingEvent
will be called from an in-process document. We have already seen crashes
because of the assertion, so temporarily remove this to avoid people
keep crashing due to this.

Differential Revision: https://phabricator.services.mozilla.com/D60002

--HG--
extra : moz-landing-system : lando
2020-01-16 05:30:44 +00:00
Dorel Luca 69b213c6ee Backed out 5 changesets (bug 1597154) for Mochitest error in docshell/test/mochitest/test_bug529119-2.html. CLOSED TREE
Backed out changeset 051d6f3a237c (bug 1597154)
Backed out changeset 8f8a663e3118 (bug 1597154)
Backed out changeset 1638767d4977 (bug 1597154)
Backed out changeset cc9c332c22a6 (bug 1597154)
Backed out changeset 9580b0a08782 (bug 1597154)
2020-01-16 07:44:40 +02:00
Jeff Gilbert 0203647c26 Bug 1609579 - WebGLSamplers should handle TEXTURE_MAX_ANISOTROPY. r=lsalzman
Differential Revision: https://phabricator.services.mozilla.com/D60092

--HG--
extra : moz-landing-system : lando
2020-01-16 04:52:32 +00:00
Tetsuharu OHZEKI e8ac806cd3 Bug 1597453 - Fix uses of nsIDocShellTreeItem in mozilla::dom::PerformanceTiming::IsTopLevelContentDocument. r=kmag
Differential Revision: https://phabricator.services.mozilla.com/D59454

--HG--
extra : moz-landing-system : lando
2020-01-16 04:47:51 +00:00