- Mar 30, 2023
-
-
Mozilla Releng Treescript authored
es-CL -> 026327d591363b9536b71f8e8825b6d56f3a7397 fa -> d89e86064fafe290c0be067ab24a07b1fd89d52e fi -> 2728286ddb33a9ce946512d6961d8c9fd23bd2db hy-AM -> 9b394fdbc84c4b535110db2689b2b30adb91e6bb lo -> 6df586da7bb50c55a30be2b08e0b285aabd812ae pt-BR -> 368a2a08e308e51f6e304fb54335e8d5a3f9f346 rm -> ddde536e2ace95b37cd93d3c29424234aad902c4 th -> 48d2afded67b5ffd1f685f44a136e74fff159ecd
-
Kash Shampur authored
Temporarily disable the live imgur page load tests on all platforms, for the Chrome application. This test seems to be permafailing since 2023-03-01. Differential Revision: https://phabricator.services.mozilla.com/D173982
-
David Shin authored
If `border-collapse` is set and `border` is set for `td` but there's an empty `tr`, the collapsed border was pushed out wrongly by the empty `tr`. Columns borders cannot collapse like row borders as you can't define an empty column without defining a cell. Differential Revision: https://phabricator.services.mozilla.com/D173031
-
Csoregi Natalia authored
Backed out 2 changesets (bug 1824473) for causing mochitest failures on test_address_level_1_submission.html. CLOSED TREE Backed out changeset 8dd52b2dae6b (bug 1824473) Backed out changeset 5fbc5b6422c7 (bug 1824473)
-
ganna authored
Bug 1814270 - Use moz-support-link for permission-popup-storage-access-permission-learn-more label. r=tgiles Differential Revision: https://phabricator.services.mozilla.com/D173748
-
Kash Shampur authored
This patch brings back a warning message for users in case the system python being used is greater than a version officially supported by Raptor. (e.g. bug 1778573) Going forward it makes sense to keep this warning and increment the value `max_py_minor` whenever an upgrade has been completed. Differential Revision: https://phabricator.services.mozilla.com/D173755
-
Erik Nordin authored
Attempts to identify the page's language using the LanguageIdEngine if the document's language is not specified in the markup. Differential Revision: https://phabricator.services.mozilla.com/D173754
-
Lata authored
Differential Revision: https://phabricator.services.mozilla.com/D174102
-
Matthew Gaudet authored
Differential Revision: https://phabricator.services.mozilla.com/D174012
-
Stephanie Cunnane authored
Bug 1824473 - Update consumers of toolkit/components/formautofill to import ES modules directly. r=Standard8,geckoview-reviewers,credential-management-reviewers,sgalich,m_kato Differential Revision: https://phabricator.services.mozilla.com/D173587
-
Stephanie Cunnane authored
Bug 1824473 - Convert toolkit/components/formautofill to ES modules. r=Standard8,credential-management-reviewers,sgalich Differential Revision: https://phabricator.services.mozilla.com/D173586
-
Julian Descottes authored
Bug 1825542 - [wdspec] Remove tentative suffix from network bidi tests r=webdriver-reviewers,whimboo Differential Revision: https://phabricator.services.mozilla.com/D174124
-
James Teh authored
Differential Revision: https://phabricator.services.mozilla.com/D173918
-
Nika Layzell authored
Bug 1825360 - Remove the NS_DISPATCH_SYNC flag, r=necko-reviewers,geckoview-reviewers,media-playback-reviewers,karlt,jesup,m_kato,emilio This flag is not supported by most event targets and can have unexpected side effects (namely spinning a nested event loop). All consumers have been replaced with a new function which is more explicit about this side effect. Differential Revision: https://phabricator.services.mozilla.com/D173985
-
Chun-Min Chang authored
Run `./mach vendor media/libvpx/moz.yaml --patch-mode=only` as what media/libvpx/README_MOZILLA said. Depends on D173561 Differential Revision: https://phabricator.services.mozilla.com/D173562
-
Chun-Min Chang authored
Run `./mach vendor media/libvpx/moz.yaml --patch-mode=none` as what media/libvpx/README_MOZILLA said. The updated libvpx revision is 5b05f6f3a01d7e25d0573b482245a2b8b0eb09bd. Differential Revision: https://phabricator.services.mozilla.com/D173561
-
Jim Blandy authored
In the graphics process, don't warn on receipt of mismatched DevicePushErrorScope/DevicePopErrorScope messages, since these can be easily caused by ordinary content and do not indicate anything wrong with Firefox. Differential Revision: https://phabricator.services.mozilla.com/D174045
-
Jim Blandy authored
Bug 1746245: Enable WebGPU in nightly Firefox r=jrmuizel,webidl,smaug,settings-reviewers,fluent-reviewers Change the default value of `dom.webgpu.enabled` from `false` to `true` in Nightly builds. Everything in `dom/webidl/WebGPU.webidl` that is `Exposed=(Window)` is also gated on the `dom.webgpu.enabled` pref, so it should not appear on `window` in beta or release builds. Beyond that, WebGPU is not usable in beta or release builds regardless of the pref setting, because of these lines of code in `dom/webgpu/Instance.cpp`: #ifdef RELEASE_OR_BETA if (true) { return "WebGPU is not yet available in Release or Beta builds."; } #endif This function is the only way to create a `GPUAdapter`, which is the only way to access any interesting parts of the WebGPU API. The mochitest `dom/webgpu/mochitest/test_disabled.html` checks that the value of the `dom.webgpu.enabled` pref is `false`. This is now only appropriate in beta and release builds, so change `dom/webgpu/mochitest/mochitest-no-pref.ini` accordingly. Update feature gate description in `toolkit/components/featuregates/FeatureGate.toml`. Differential Revision: https://phabricator.services.mozilla.com/D173475
-
Jim Blandy authored
Bug 1824447: Make WebGPU interfaces available only in secure contexts. r=webgpu-reviewers,webidl,saschanaz,jgilbert Add the [`[SecureContext]`](https://webidl.spec.whatwg.org/#SecureContext) extended attribute to all interfaces in `dom/webidl/WebGPU.webidl` and `dom/webidl/GPUUncapturedErrorEvent.webidl`, to match the specification. Update mochitests to run in secure contexts. It's standard practice now for newly introduced content-visible web APIs to be available only in secure contexts, to encourage the adoption of https. WebGPU's API was marked in this way in gpuweb#1363. Firefox's WebIDL needs to be updated to match. Differential Revision: https://phabricator.services.mozilla.com/D173584
-
Cosmin Sabou authored
CLOSED TREE
-
Alexander Surkov authored
Differential Revision: https://phabricator.services.mozilla.com/D173337
-
Luca Greco authored
Differential Revision: https://phabricator.services.mozilla.com/D162402
-
Alexander Surkov authored
See https://html.spec.whatwg.org/multipage/popover.html#topmost-clicked-popover spec. In support of popover light dismiss, see https://html.spec.whatwg.org/multipage/popover.html#popover-light-dismiss Differential Revision: https://phabricator.services.mozilla.com/D173991
-
David Ye authored
Bug 1823726 - Range clearing fails for IdentityCredentialStorageCleaner. r=anti-tracking-reviewers,timhuang,pbz Differential Revision: https://phabricator.services.mozilla.com/D173683
-
Drew Willcoxon authored
In the future, due to the result menu there may be other engagement types that do not close the view, so we may need to revisit this, but for now the fix is pretty simple. Differential Revision: https://phabricator.services.mozilla.com/D174038
-
William Durand authored
Differential Revision: https://phabricator.services.mozilla.com/D173696
-
Niklas Baumgardner authored
Differential Revision: https://phabricator.services.mozilla.com/D173708
-
Niklas Baumgardner authored
Differential Revision: https://phabricator.services.mozilla.com/D172043
-
Sandor Molnar authored
-
Florian Quèze authored
Differential Revision: https://phabricator.services.mozilla.com/D174065
-
James Graham authored
Differential Revision: https://phabricator.services.mozilla.com/D157974
-
James Graham authored
Differential Revision: https://phabricator.services.mozilla.com/D157973
-
James Graham authored
Differential Revision: https://phabricator.services.mozilla.com/D157972
-
James Graham authored
Differential Revision: https://phabricator.services.mozilla.com/D157970
-
Fred Chasen authored
Differential Revision: https://phabricator.services.mozilla.com/D173766
-
Kagami Sascha Rosylight authored
I had to split the existing test into 4 pieces because: 1. fetch() never resolves when ReadableStream never enqueues a data (https://bugzilla.mozilla.org/show_bug.cgi?id=1825373) 2. response.body.cancel() is not propagated to SW (https://bugzilla.mozilla.org/show_bug.cgi?id=1825388) Differential Revision: https://phabricator.services.mozilla.com/D174000
-
Nika Layzell authored
Before these changes, there were a number of cases where it would be possible for the pipe to be closed or otherwise encounter an error, and for there to be a very large or potentially indefinite delay before that error is reported to the ReadableStream. This patch avoids changing too much of the structure of the existing FetchStreamReader's design, while avoiding the potential pitfalls, and ensuring that the stream is being consistently watched. A more polished patch in the future may be able to perform a more efficient and direct adaptation from a `ReadableStream` or `WritableStream` to the `nsIAsyncInputStream` and `nsIAsyncOutputStream` types, but that was not tackled here. Differential Revision: https://phabricator.services.mozilla.com/D168481
-
Manuel Bucher authored
Differential Revision: https://phabricator.services.mozilla.com/D174121
-
Manuel Bucher authored
Bug 1816149 - Fix Early Hints in the Firefox Profiler by not changing the channelId anymore r=necko-reviewers,jesup The Firefox Profiler expects the channelId to not change. There is no reason to change the channelId. It was a measure to associate the early hint preload in devtools and profiler, but neither is the case right now: Devtools currently don't show preloads at all and changing the channelId messes up the profiler. Differential Revision: https://phabricator.services.mozilla.com/D174116
-
Makoto Kato authored
Bug 1819814 - Call MediaSession.Delegate.onFullscreen correctly when entering full screen. r=geckoview-reviewers,calu This is a race condition of full screen event and activated event of media controller. Media controller will dispatch activated event when full screen button is clicked on controller. But since this depends on full screen event, if GeckoView's media session receives this event before controller fires activated event, `MediaSession.Delegate.onFullscreen` won't be called because MediaSession.isActive() is false at this time. So I would like to retry `GeckoView:MediaSession:Fullscreen` call when entering full screen and controller isn't active yet. Differential Revision: https://phabricator.services.mozilla.com/D173831
-