- Mar 22, 2023
-
-
Stanca Serban authored
Backed out changeset ad1a5f59214f (bug 1660405) Backed out changeset a39e95f0aafe (bug 1660405) Backed out changeset 48629ee0d70d (bug 1660405) Backed out changeset 8419b99aab60 (bug 1660405) Backed out changeset 535cc12c8bed (bug 1660405) Backed out changeset e27052da4927 (bug 1660405) Backed out changeset 11b0f9cf8091 (bug 1660405)
-
Csoregi Natalia authored
Backed out changeset 31492838d6cb (bug 1811318) for failures on browser_urlbar_toggle.js. CLOSED TREE
-
Sylvestre Ledru authored
Differential Revision: https://phabricator.services.mozilla.com/D173214
-
Andi-Bogdan Postelnicu authored
Since we cannot move away from mozilla::IsNegative to std::signbit because the first one doesn't accept a NaN we should transform our function to use std implementation. Differential Revision: https://phabricator.services.mozilla.com/D173111
-
Andi-Bogdan Postelnicu authored
Differential Revision: https://phabricator.services.mozilla.com/D173050
-
Andi-Bogdan Postelnicu authored
Differential Revision: https://phabricator.services.mozilla.com/D173049
-
Andi-Bogdan Postelnicu authored
Differential Revision: https://phabricator.services.mozilla.com/D173048
-
Andi-Bogdan Postelnicu authored
Bug 1660405 - Move away from mozilla::IsInfinite in favor of std::isinf. r=nbp,media-playback-reviewers,alwu Differential Revision: https://phabricator.services.mozilla.com/D173037
-
Andi-Bogdan Postelnicu authored
Differential Revision: https://phabricator.services.mozilla.com/D173036
-
Andi-Bogdan Postelnicu authored
Bug 1660405 - Move away from mozilla::IsNaN in favor of std::isnan. r=nbp,media-playback-reviewers,sergesanspaille,padenot Differential Revision: https://phabricator.services.mozilla.com/D173035
-
Updatebot authored
Differential Revision: https://phabricator.services.mozilla.com/D173144
-
Mike Hommey authored
When upgrading the NDK to r23, the wrench builds for android fail because cargo apk starts adding flags to the cargo rustc call it does, and that's not compatible with the wrench crate having both a lib and a bin target. As cargo apk only packages the lib in the apk, we can just be explicit and build the library only. Differential Revision: https://phabricator.services.mozilla.com/D173244
-
Florian Quèze authored
Bug 1821490 - New tab page updates should pause when the user is away and resume immediately when the user is back, r=thecount. Differential Revision: https://phabricator.services.mozilla.com/D172172
-
stransky authored
- Implement fire_vaapi_process() which launch VA-API test utility on given DRM device. - Implement GfxInfo::GetDataVAAPI() which gets VA-API test results - Run VA-API tests when FEATURE_HARDWARE_VIDEO_DECODING is probed and only if it's enabled by GfxInfo. Differential Revision: https://phabricator.services.mozilla.com/D171995
-
stransky authored
Differential Revision: https://phabricator.services.mozilla.com/D171994
-
stransky authored
We should not run VA-API testing as part of OpenGL test as we want to test VA-API on supported hardware only. Differential Revision: https://phabricator.services.mozilla.com/D171993
-
stransky authored
Right now we fire glxtest on every Firefox start, even if we going to update, restart or ping running remote instance. When we're running on system with broken/unstable gfx drivers (drivers/glx freezes or crashes) every such action is delayed or coredumps are generated on systems. In this patch we launch glx test proces later if we know we need it. Depends on D168650 Differential Revision: https://phabricator.services.mozilla.com/D168651
-
Mozilla Releng Treescript authored
lo -> 11a1cc654476efa221ee8b9a8ea85d9577d3e55a
-
Punam Dahiya authored
Differential Revision: https://phabricator.services.mozilla.com/D172593
-
Daniel Holbert authored
Bug 1823516: Adjust text-input-block-size.optional.html to use Ahem with a nice font-size, for predictable whole-number baselines and sizing. r=ntim Before this patch, Firefox fails this test's expectations on Linux, with a 1px sizing discrepancy between the input element in a vertical writing-mode vs. horizontal. That discrepancy is almost certainly due to the difference in baselines (central vs. ideographic) in vertical vs. horizontal writing-modes, and the fact that pixel-snapping that baseline might produce a +/-1px difference in block-position and block-size of the line, inside the form-field. This patch changes the test to use the Ahem font with a font-size of 30px, which should have a whole-pixel-valued central as well as ideographic baseline; so no pixel-snapping should be necessary, and the input element's size should be be consistent, just as the test expects it to be. This patch also makes one non-functional change, to explicitly declare the charset as UTF-8, per WPT best-practices from http://web-platform-tests.org/writing-tests/general-guidelines.html#character-encoding Differential Revision: https://phabricator.services.mozilla.com/D173191
-
Shane Hughes authored
Differential Revision: https://phabricator.services.mozilla.com/D172720
-
Botond Ballo authored
Bug 1737725 - Ensure hit-testing never observes scroll offsets that don't have async deltas applies. r=hiro,gw When a new scene is swapped in on the render backend thread, its scroll frames have scroll offsets that come from the main thread and do not reflect async scroll deltas until such deltas are sampled from APZ. It's possible for hit-testing to observe the scene in this temporary state, potentially leading to incorrect hit-test results. To avoid this, save the async offsets from the previous scene and apply them to the new scene until we can sample proper offsets from APZ. Differential Revision: https://phabricator.services.mozilla.com/D173100
-
Mike Hommey authored
Keep the wrench android jobs on 1.67 until the NDK is upgraded in bug 1820876. Differential Revision: https://phabricator.services.mozilla.com/D172078
-
Shane Hughes authored
Differential Revision: https://phabricator.services.mozilla.com/D172629
-
Matthew Gregan authored
Differential Revision: https://phabricator.services.mozilla.com/D173210
-
Cristian Tuns authored
Backed out changeset f1e63c1177db (bug 1776738) for causing mochitest failures in test_fullscreen-api.html CLOSED TREE
-
Makoto Kato authored
Although we have removed Spatial navigation by bug 1341737, we still touch `snav.enabled`. Let's remove it. Differential Revision: https://phabricator.services.mozilla.com/D172390
-
Randell Jesup authored
Differential Revision: https://phabricator.services.mozilla.com/D172414
-
Randell Jesup authored
Also fixes the worker shutdown handling associated with this Differential Revision: https://phabricator.services.mozilla.com/D172038
-
Randell Jesup authored
nsIAsyncInputStreams keep a reference to the callback object, causing possible leaks which will result in assertions in workers. Also use a StrongWorkerRef to ensure the worker remains around until the OnInputStreamReady callback occurs. Differential Revision: https://phabricator.services.mozilla.com/D171810
-
Randell Jesup authored
Differential Revision: https://phabricator.services.mozilla.com/D172459
-
Randell Jesup authored
This is the initial implementation without support for timeouts Differential Revision: https://phabricator.services.mozilla.com/D170947
-
Randell Jesup authored
Differential Revision: https://phabricator.services.mozilla.com/D171900
-
Stephanie Cunnane authored
Bug 1823278 - Update consumers of toolkit/components/utils to import ES modules directly. r=Standard8 Differential Revision: https://phabricator.services.mozilla.com/D172950
-
Stephanie Cunnane authored
Differential Revision: https://phabricator.services.mozilla.com/D172949
-
Noemi Erli authored
Backed out changeset 12a40a80a975 (bug 1804086) Backed out changeset 1bea9ea5e20d (bug 1804086) Backed out changeset 00feb14e7824 (bug 1804086)
-
Sammy Khamis authored
Differential Revision: https://phabricator.services.mozilla.com/D171303
-
Joel Maher authored
Bug 1783248 - [mochitest] Add notification of changed pref at end of test and error if changed in test-verify. r=ahal Differential Revision: https://phabricator.services.mozilla.com/D169721
-
Cristian Tuns authored
-
Marco Castelluccio authored
Bug 1823813 - Add 'fuzzblockers' as examples of S2 bugs. r=firefox-source-docs-reviewers,sylvestre DONTBUILD Differential Revision: https://phabricator.services.mozilla.com/D173227
-