- Apr 10, 2020
-
-
Tom Prince authored
Differential Revision: https://phabricator.services.mozilla.com/D70568 --HG-- extra : moz-landing-system : lando
-
Tom Prince authored
Since we don't look at the changesets, there is no need for hgmo to generate them for us. Differential Revision: https://phabricator.services.mozilla.com/D70567 --HG-- extra : moz-landing-system : lando
-
Molly Howell authored
Bug 1628924 - Wait for the default browser agent to finish unregistering before deleting it. r=agashlin Differential Revision: https://phabricator.services.mozilla.com/D70570 --HG-- extra : moz-landing-system : lando
-
Matt Woodrow authored
Differential Revision: https://phabricator.services.mozilla.com/D69912 --HG-- extra : moz-landing-system : lando
-
Matt Woodrow authored
Bug 1625366 - Remove support for custom violation callbacks on nsCSPContext since it should no longer be needed. r=ckerschb Differential Revision: https://phabricator.services.mozilla.com/D69911 --HG-- extra : moz-landing-system : lando
-
Matt Woodrow authored
Bug 1625366 - Don't specify a callback for CSP redirect checks form DocumentLoadListener, so that events are handled in the parent. r=ckerschb Differential Revision: https://phabricator.services.mozilla.com/D69910 --HG-- extra : moz-landing-system : lando
-
Matt Woodrow authored
Bug 1625366 - Add cross-process violation event via WindowGlobal, fire violation events via WindowGlobal if they are for a window in a different process. r=ckerschb,nika Differential Revision: https://phabricator.services.mozilla.com/D69909 --HG-- extra : moz-landing-system : lando
-
Matt Woodrow authored
Differential Revision: https://phabricator.services.mozilla.com/D69908 --HG-- extra : moz-landing-system : lando
-
Matt Woodrow authored
Differential Revision: https://phabricator.services.mozilla.com/D69907 --HG-- extra : moz-landing-system : lando
-
Matt Woodrow authored
Differential Revision: https://phabricator.services.mozilla.com/D69906 --HG-- extra : moz-landing-system : lando
-
Matt Woodrow authored
Differential Revision: https://phabricator.services.mozilla.com/D69905 --HG-- extra : moz-landing-system : lando
-
James Graham authored
Running this made intermittents too frequent to manage on this platform. Differential Revision: https://phabricator.services.mozilla.com/D70534 --HG-- extra : moz-landing-system : lando
-
Mike Hommey authored
Differential Revision: https://phabricator.services.mozilla.com/D70467 --HG-- extra : moz-landing-system : lando
-
Mike Hommey authored
This also reverts the previous hack around the issue. Differential Revision: https://phabricator.services.mozilla.com/D70469 --HG-- extra : moz-landing-system : lando
-
Ryan Hunt authored
There are not many uses of wasmTextToBinary in the non-JS shell tests, and so the easiest path to resolving the build size regression from using the 'wat' crate is to just conditionally compile it in the JS shell. This commit takes the few cases of wasmTextToBinary in non-JS shell tests and precompiles them to binary. Differential Revision: https://phabricator.services.mozilla.com/D68651 --HG-- extra : moz-landing-system : lando
-
Ryan Hunt authored
This commit moves the implementation of the wasmTextToBinary and wasmCodeOffets functions to the JS shell. Before this change, the implementation was in wasm/rust/. This commit moves the implementation to js/rust, which is only compiled for the JS shell. The C++ bindings for the rust code is moved to the shell/ directory. Differential Revision: https://phabricator.services.mozilla.com/D68650 --HG-- rename : js/src/wasm/rust/src/lib.rs => js/src/rust/wasm.rs rename : js/src/wasm/WasmTesting.cpp => js/src/shell/WasmTesting.cpp rename : js/src/wasm/WasmTesting.h => js/src/shell/WasmTesting.h extra : moz-landing-system : lando
-
- Apr 07, 2020
-
-
Imanol Fernandez authored
Differential Revision: https://phabricator.services.mozilla.com/D69613 --HG-- extra : moz-landing-system : lando
-
- Apr 10, 2020
-
-
Hiroyuki Ikezoe authored
Bug 1535532 - Enable background color animations on the compositor by default on all channels. r=boris Differential Revision: https://phabricator.services.mozilla.com/D70471 --HG-- extra : moz-landing-system : lando
-
Alex Thayer authored
Please double check that I am using this correctly. I believe we are seeing the crash in the linked bug because we are not handling hardware faults when reading from the memory mapped file. This patch just wraps all accesses in the MMAP_FAULT_HANDLER_ macros. Depends on D53042 Differential Revision: https://phabricator.services.mozilla.com/D53043 --HG-- rename : modules/libjar/MmapFaultHandler.cpp => mozglue/misc/MmapFaultHandler.cpp rename : modules/libjar/MmapFaultHandler.h => mozglue/misc/MmapFaultHandler.h extra : moz-landing-system : lando
-
Alex Thayer authored
This is not, AFAICT, causing crashes - it is just an oversight noticed while investigating the crash in the bug. Differential Revision: https://phabricator.services.mozilla.com/D53042 --HG-- extra : moz-landing-system : lando
-
Dzmitry Malyshau authored
Differential Revision: https://phabricator.services.mozilla.com/D70421 --HG-- extra : moz-landing-system : lando
-
Kate Hudson authored
Differential Revision: https://phabricator.services.mozilla.com/D65366 --HG-- extra : moz-landing-system : lando
-
Kate Hudson authored
Differential Revision: https://phabricator.services.mozilla.com/D65365 --HG-- extra : moz-landing-system : lando
-
Andrew Swan authored
This technique is used in browser_tabopen.js but is also needed in other tests that observe repaints in the tab strip. There's a lot of copy&paste here but for now that's more expedient than some bigger refactoring of these tests... Differential Revision: https://phabricator.services.mozilla.com/D70530 --HG-- extra : moz-landing-system : lando
-
Thom Chiovoloni authored
This gets us off the prerelease. Differential Revision: https://phabricator.services.mozilla.com/D70434 --HG-- extra : moz-landing-system : lando
-
Noemi Erli authored
Backed out changeset 27d94573975d (bug 1628727) for causing build bustages in imgRequest.cpp CLOSED TREE
-
Noemi Erli authored
-
- Apr 06, 2020
-
-
Nils Ohlmeier [:drno] authored
Differential Revision: https://phabricator.services.mozilla.com/D69851 --HG-- extra : moz-landing-system : lando
-
- Apr 10, 2020
-
-
Steve Fink authored
Bug 1626772 - gcc compatibility hack for __attribute__ and mutable ordering in lambda decl r=glandium Differential Revision: https://phabricator.services.mozilla.com/D69402 --HG-- extra : moz-landing-system : lando
-
Steve Fink authored
Also requires modifying an annotation for altered gcc 9 output format. Differential Revision: https://phabricator.services.mozilla.com/D69277 --HG-- extra : moz-landing-system : lando
-
Steve Fink authored
Differential Revision: https://phabricator.services.mozilla.com/D69275 --HG-- extra : moz-landing-system : lando
-
Edgar Chen authored
Differential Revision: https://phabricator.services.mozilla.com/D70387 --HG-- extra : moz-landing-system : lando
-
Dragana Damjanovic authored
Differential Revision: https://phabricator.services.mozilla.com/D70532 --HG-- extra : moz-landing-system : lando
-
Lee Salzman authored
Differential Revision: https://phabricator.services.mozilla.com/D70282 --HG-- extra : moz-landing-system : lando
-
- Apr 09, 2020
-
-
Eitan Isaacson authored
Differential Revision: https://phabricator.services.mozilla.com/D69881 --HG-- extra : moz-landing-system : lando
-
- Apr 10, 2020
-
-
Eitan Isaacson authored
Differential Revision: https://phabricator.services.mozilla.com/D69880 --HG-- extra : moz-landing-system : lando
-
Eitan Isaacson authored
We need to do this because we can't rely on the main children cache invalidation. Also, I don't think this really worked before with cell additions to a row, since only the row's children would be invalidated, and the table's children would remain untouched. Differential Revision: https://phabricator.services.mozilla.com/D69879 --HG-- extra : moz-landing-system : lando
-
- Apr 09, 2020
-
-
Eitan Isaacson authored
The latter seems more accurate to what that method does, since we don't necessarily forward that event to the OS, but might instead use it to update cached properties. Differential Revision: https://phabricator.services.mozilla.com/D69878 --HG-- extra : moz-landing-system : lando
-
- Apr 08, 2020
-
-
Andrea Marchesini authored
Differential Revision: https://phabricator.services.mozilla.com/D70056 --HG-- extra : source : 24b87cfe04ad9134bdc1f1ffc8b90e8f291b699d extra : histedit_source : 47e8a93deb67db2f3e8c91f173f1a33114743d4a
-
Andrea Marchesini authored
Differential Revision: https://phabricator.services.mozilla.com/D70055 --HG-- extra : source : a984dfddd43d4156745481aef60493b45280c3cc extra : histedit_source : d63d3d21a4c439524d56148c1d321176360f2585
-