- Aug 11, 2022
-
-
Gabriel Bustamante authored
Differential Revision: https://phabricator.services.mozilla.com/D154305
-
Dan Mosedale authored
Differential Revision: https://phabricator.services.mozilla.com/D154317
-
Calixte authored
Differential Revision: https://phabricator.services.mozilla.com/D154393
-
Barret Rennie authored
Differential Revision: https://phabricator.services.mozilla.com/D153702
-
Amy Churchwell authored
Differential Revision: https://phabricator.services.mozilla.com/D154160
-
mleclair authored
Bug 1775426: Added extension id to http log to know which extension cancels a network request r=kershaw,necko-reviewers Differential Revision: https://phabricator.services.mozilla.com/D153554
-
Barret Rennie authored
Differential Revision: https://phabricator.services.mozilla.com/D153711
-
Janvi Bajoria authored
Differential Revision: https://phabricator.services.mozilla.com/D152252
-
Steve Fink authored
Differential Revision: https://phabricator.services.mozilla.com/D154316
-
Steve Fink authored
Differential Revision: https://phabricator.services.mozilla.com/D154313
-
David Shin authored
As per the CSSWG resolution here: https://github.com/w3c/csswg-drafts/issues/4032 Previously, any and all SVG elements used its SVG object bounding box. Now, SVG elements that have their own CSS layout box use them. These match the following CSS rules: `svg:root, *:not(svg|*) > svg, svg|foreignObject > svg` Differential Revision: https://phabricator.services.mozilla.com/D154246
-
Punam Dahiya authored
Differential Revision: https://phabricator.services.mozilla.com/D154291
-
Alexandre Poirot authored
Bug 1779284 - [devtools] Stop maintaining a duplicate of the target list in the debugger frontend. r=bomsy Instead we can fully rely on TargetCommand. This fixes duplicated calls made to top level thread actor. This was only happening with toolbox not using the Watcher Actor. i.e. the non-multiprocess Browser Toolbox, Browser Content Toolbox and may be worker toolboxes from about:debugging. Differential Revision: https://phabricator.services.mozilla.com/D151643
-
Alexandre Poirot authored
This at least ensure that the sources display with the right display in the Source Tree. Differential Revision: https://phabricator.services.mozilla.com/D154082
-
Noemi Erli authored
Backed out 6 changesets (bug 1486949) for causing failures in test_serviceworker_interfaces.html CLOSED TREE Backed out changeset 73cb8cf7a3f0 (bug 1486949) Backed out changeset 91adc5cca2e6 (bug 1486949) Backed out changeset 89137ad4e5c6 (bug 1486949) Backed out changeset 74ca8f06eb06 (bug 1486949) Backed out changeset 00f43009d419 (bug 1486949) Backed out changeset 9c38a30397bd (bug 1486949)
-
Dão Gottwald authored
Differential Revision: https://phabricator.services.mozilla.com/D154240
-
Bernard Igiri authored
Wrapped tab pickup list in an anchor tag. Differential Revision: https://phabricator.services.mozilla.com/D152985
-
Cristian Tuns authored
Backed out 7 changesets (bug 650372, bug 1784058) for causing reftest failures on variation-format-hint-1a.html CLOSED TREE Backed out changeset c78a59ace7ec (bug 650372) Backed out changeset eea47293ce56 (bug 650372) Backed out changeset e978496c7ea0 (bug 650372) Backed out changeset 597837e9753f (bug 1784058) Backed out changeset 6d71bcfcc1a1 (bug 1784058) Backed out changeset 5d21f6e4f8e0 (bug 1784058) Backed out changeset 35634f66cb37 (bug 1784058)
-
Cristian Tuns authored
Backed out changeset 1b9afbfab196 (bug 1783858) for causing devtools failures on browser_dbg-features-wasm.js CLOSED TREE
-
Kagami Sascha Rosylight authored
Other methods probably should do the same, but for now this fulfills the test requirement. The rest is (or should be) tracked by https://bugzilla.mozilla.org/show_bug.cgi?id=1756661. Differential Revision: https://phabricator.services.mozilla.com/D153977
-
Kagami Sascha Rosylight authored
Differential Revision: https://phabricator.services.mozilla.com/D153782
-
Kagami Sascha Rosylight authored
Per the Streams spec, other specs that want to implement custom TransformStream should use [GenericTransformStream](https://streams.spec.whatwg.org/#other-specs-ts-wrapping) mixin and store a [new TransformStream](https://streams.spec.whatwg.org/#transformstream-set-up) in a slot. This implements the latter part. Differential Revision: https://phabricator.services.mozilla.com/D153975
-
Kagami Sascha Rosylight authored
Differential Revision: https://phabricator.services.mozilla.com/D153974
-
Kagami Sascha Rosylight authored
This way SetBackpressureChangePromise can be removed which is only exposed for that function. Differential Revision: https://phabricator.services.mozilla.com/D153973
-
Kagami Sascha Rosylight authored
It was a part of the initial skeleton code where the getters threw NOT_IMPLEMENTED. The methods are wrong anyway since `.forget()` will unset the fields. Differential Revision: https://phabricator.services.mozilla.com/D153972
-
Kershaw Chang authored
Bug 1779005 - Avoid setting |mLoader| to null if we already start a new PAC load, r=necko-reviewers,valentin Differential Revision: https://phabricator.services.mozilla.com/D154368
-
Dimi authored
Differential Revision: https://phabricator.services.mozilla.com/D153912
-
Dimi authored
Differential Revision: https://phabricator.services.mozilla.com/D153911
-
Meg Viar authored
Differential Revision: https://phabricator.services.mozilla.com/D154143
-
Jan-Niklas Jaeschke authored
This bug solves the crash that resulted from calling `nsRange::ComparePoint()` with both NAC and non-NAC nodes. This bug does not solve the root issue, being a range with both NAC and non-NAC content in context of a <select> element being created in the first place. See also Bug 1784106. Differential Revision: https://phabricator.services.mozilla.com/D154365
-
Meg Viar authored
Differential Revision: https://phabricator.services.mozilla.com/D153758
-
Yury Delendik authored
* Allow MWasmCallBase has reference register: tableIndex renamed to tableIndexOrRef * Implement call_ref in ion * Enable call_ref.js test Differential Revision: https://phabricator.services.mozilla.com/D153678
-
Emilio Cobos Álvarez authored
MANUAL PUSH: Orange fix CLOSED TREE
-
Noemi Erli authored
-
Alex Finder authored
Bug 1768558 Run new "Fenix-Fission" and "GeckoView-Fission" perf tests on AWFY r=perftest-reviewers,sparky,jmaher Differential Revision: https://phabricator.services.mozilla.com/D151492
-
Jonathan Kew authored
Depends on D154277 Differential Revision: https://phabricator.services.mozilla.com/D154278
-
Jonathan Kew authored
Bug 650372 - Use the style-system format hint directly in gfx, instead of mapping to a separate internal enum. r=gfx-reviewers,aosmond,lsalzman Now that the style system has keywords for this, we don't need to define them in gfx but can just use the enum directly. (No functional change, just code simplification.) Differential Revision: https://phabricator.services.mozilla.com/D154238
-
Jonathan Kew authored
Bug 650372 - Accept keywords in addition to strings in the @font-face format() hint function. r=emilio The CSS Fonts 4 spec requires this, and Safari (at least) has long supported it. Differential Revision: https://phabricator.services.mozilla.com/D154237
-
Jonathan Kew authored
Bug 1784058 - Fix up legacy @font-face tests that depended on previous behavior, no longer allowed by the spec. r=emilio Depends on D154238 Differential Revision: https://phabricator.services.mozilla.com/D154277
-
Jonathan Kew authored
Bug 1784058 - Simplify @font-face format hint handling in gfx/thebes, now that it is explicitly only a single hint, not a set. r=gfx-reviewers,aosmond,lsalzman No functional change, just simplifying the code a bit. Differential Revision: https://phabricator.services.mozilla.com/D154236
-