- Nov 22, 2022
-
-
Marco Castelluccio authored
# ignore-this-changeset Differential Revision: https://phabricator.services.mozilla.com/D162641
-
Greg Stoll authored
Differential Revision: https://phabricator.services.mozilla.com/D162693
-
Henri Sivonen authored
Differential Revision: https://phabricator.services.mozilla.com/D162701
-
Emilio Cobos Álvarez authored
So that if the text is smaller than the label, text-align works as intended. Differential Revision: https://phabricator.services.mozilla.com/D162705
-
William Durand authored
Differential Revision: https://phabricator.services.mozilla.com/D162541
-
Paul Zuehlcke authored
Differential Revision: https://phabricator.services.mozilla.com/D162113
-
Csoregi Natalia authored
-
Chun-Min Chang authored
Add a wpt ensuring the VideoColorSpace can be constructed from all kinds of VideoColorSpaceInit values. The new wpt is modified from an existing mochitest and it will replace the old mochitest. Differential Revision: https://phabricator.services.mozilla.com/D162525
-
Chun-Min Chang authored
When constructing a VideoFrame from the buffer data, the given VideoColorPrimaries passed through VideoFrame's Constructor should be set to PlanarYCbCrData's mColorPrimaries. Depends on D161225 Differential Revision: https://phabricator.services.mozilla.com/D161226
-
Chun-Min Chang authored
Convert the newly added VideoColorSpace values to gfx's values Depends on D161224 Differential Revision: https://phabricator.services.mozilla.com/D161225
-
Chun-Min Chang authored
Add more color spaces introduced by https://github.com/w3c/webcodecs/pull/566 Differential Revision: https://phabricator.services.mozilla.com/D161224
-
Marco Castelluccio authored
# ignore-this-changeset Differential Revision: https://phabricator.services.mozilla.com/D162659
-
Marco Castelluccio authored
# ignore-this-changeset Differential Revision: https://phabricator.services.mozilla.com/D162667
-
Marco Castelluccio authored
# ignore-this-changeset Differential Revision: https://phabricator.services.mozilla.com/D162644
-
Marco Castelluccio authored
# ignore-this-changeset Differential Revision: https://phabricator.services.mozilla.com/D162647
-
Marco Castelluccio authored
# ignore-this-changeset Differential Revision: https://phabricator.services.mozilla.com/D162648
-
Emilio Cobos Álvarez authored
This we don't need to uplift. Differential Revision: https://phabricator.services.mozilla.com/D162535
-
Sebastian Hengst authored
Bug 1801631 - adjust expectations for service-worker-fetch.https.window.html on Linux software webrender without fission The automatic test expectation update in bug 1801556 had changed the expectations. Differential Revision: https://phabricator.services.mozilla.com/D162703
-
Olli Pettay authored
Differential Revision: https://phabricator.services.mozilla.com/D162423
-
serge-sans-paille authored
As a side effect, this obsoletes the "link" config as clang always uses the lld linker alongside its own install. Differential Revision: https://phabricator.services.mozilla.com/D161436
-
Mike Hommey authored
Differential Revision: https://phabricator.services.mozilla.com/D162606
-
Mike Hommey authored
Differential Revision: https://phabricator.services.mozilla.com/D162605
-
Nicolas Chevobbe authored
We expose a function generating the salt so we can add a test case in the xpcshell test. Differential Revision: https://phabricator.services.mozilla.com/D162366
-
James Graham authored
This ensures that the tests don't just timeout when the feature isn't implemented. Differential Revision: https://phabricator.services.mozilla.com/D162554
-
James Graham authored
This allows failing early for reftests that would otherwise timeout waiting for a screenshot. It assumes that replacing the body with an error message and taking a screenshot will never match the reference. Differential Revision: https://phabricator.services.mozilla.com/D162553
-
YUKI "Piro" Hiroshi authored
Differential Revision: https://phabricator.services.mozilla.com/D73419
-
Mike Hommey authored
Differential Revision: https://phabricator.services.mozilla.com/D162694
-
Jamie Nicol authored
Currently we use a `static volatile int` as a monotonically incrementing counter from which we calculate handles for GeckoSurfaceTextures. During a previous patch, the code which reads and increments this counter was moved out of a synchronized block, meaning it can potentially race. We are now seeing crashes due to attempting to allocate different GeckoSurfaceTextures with the same handle, and this could be the cause. To fix this, we replace the counter with an AtomicInt, which has an atomic getAndIncrement() function. Differential Revision: https://phabricator.services.mozilla.com/D162556
-
stransky authored
Differential Revision: https://phabricator.services.mozilla.com/D162546
-
stransky authored
- Remove nsDragService::CreateURIList() and replace it by nsDragService::SourceDataGetUriList(). It reads all items from nsITransferable and put them to uri list. If data drop is performed to another application which doesn't have access to internal data storages (mailbox:// for instance), request download and save referenced items to /tmp directory. - Implement SourceDataAppendURLItem() which read one item from nsITransferable and append it to uri list. Download and store internal files in /tmp directory. - Make CreateTempFile() to block native events processing. nsIOutputStream/nsIInputStream read and write operations run event loop and can abort D&D operation before we write all data to /tmp. Use nsAppShell to block native event processing during read/write to prevent it. Differential Revision: https://phabricator.services.mozilla.com/D162473
-
stransky authored
Differential Revision: https://phabricator.services.mozilla.com/D162469
-
stransky authored
Differential Revision: https://phabricator.services.mozilla.com/D162468
-
stransky authored
Differential Revision: https://phabricator.services.mozilla.com/D162467
-
stransky authored
Differential Revision: https://phabricator.services.mozilla.com/D162466
-
stransky authored
Differential Revision: https://phabricator.services.mozilla.com/D162465
-
stransky authored
Differential Revision: https://phabricator.services.mozilla.com/D162463
-
Marco Castelluccio authored
Bug 1758419 - Remove comment in xpidl.py mentioning Python 2 support as Searchfox is now using Python 3. r=mccr8 DONTBUILD Differential Revision: https://phabricator.services.mozilla.com/D162675
-
Kaiido authored
Differential Revision: https://phabricator.services.mozilla.com/D161925
-
André Bargull authored
Bug 1799288: Cover destructuring parameters in the parameters try-catch block for async functions. r=mgaudet Differential Revision: https://phabricator.services.mozilla.com/D161600
-
Mozilla Releng Treescript authored
oc -> 608b566c3e1da6336a4e5915c247b648ef161b58 sc -> a387aeadfa4fce84450c59014f2eaa11a1d40119 th -> 31c79342548ca48a8fc406af1b342d88d3f2fb42
-