- Apr 13, 2021
-
-
Paul Zuehlcke authored
Bug 1661330 - Log STATE_ALLOWED_TRACKING_CONTENT to the ContentBlockingLog if a channel is allowed. r=geckoview-reviewers,dimi,droeh Differential Revision: https://phabricator.services.mozilla.com/D109716
-
Paul Zuehlcke authored
Bug 1661330 - Webcompat: Call channel.allow for allowing tracking resources on user opt-in. r=denschub,webcompat-reviewers Original patch by :twisniewski Differential Revision: https://phabricator.services.mozilla.com/D104697
-
Nick Alexander authored
Bug 1391106 - Support `mach watch` for non-artifact builds. r=firefox-build-system-reviewers,mhentges I manually compared `$TOPOBJDIR/faster/unified_install_dist_bin` for an artifact and a non-artifact build, and found only a few pre-processing differences. I can't recall why this wasn't supported initially; I think it used to be that manifests overlapped and that the interaction with the RecursiveMake backend was more complicated. But I see no reason why this shouldn't work, and would like to get some folks to test it in the wild. Differential Revision: https://phabricator.services.mozilla.com/D110311
-
Andrei Oprea authored
Differential Revision: https://phabricator.services.mozilla.com/D111824
-
Brendan Dahl authored
Differential Revision: https://phabricator.services.mozilla.com/D111747
-
Markus Stange authored
Bug 1704572 - Use BrowserTestUtils.is_visible rather than checking the bounding client rect in browser_contextmenu_linkopen.js. r=Gijs Differential Revision: https://phabricator.services.mozilla.com/D111684
-
Markus Stange authored
Bug 1704572 - Correctly wait for popup state changes in browser/components/places/tests/browser/browser_check_correct_controllers.js. r=Gijs Differential Revision: https://phabricator.services.mozilla.com/D111683
-
Markus Stange authored
Bug 1704572 - Use openMenu(true) instead of openPopup() for opening the 'this frame' submenu in browser/base/content/test/contextMenu/browser_contextmenu_iframe.js. r=Gijs openMenu(true) works on both native and non-native context menus. openPopup() does not work on native context menus. Differential Revision: https://phabricator.services.mozilla.com/D111682
-
Markus Stange authored
Differential Revision: https://phabricator.services.mozilla.com/D111681
-
Mike Conley authored
Bug 1686315 - Fix up the last few tests to pass with content prompt subdialogs enabled or disabled. r=Gijs Critically, this makes sure SubDialog.abort calls SubDialog.close even if its contents haven't finished loading. This prevents a shutdown leak. Differential Revision: https://phabricator.services.mozilla.com/D111736
-
Mike Conley authored
Batch 2 of 2. Differential Revision: https://phabricator.services.mozilla.com/D110483
-
Mike Conley authored
Batch 1 of 2. Differential Revision: https://phabricator.services.mozilla.com/D110342
-
Jon Coppeard authored
Bug 1704576 - Make the CacheIR plain object op handle failure by calling into the VM rather than failing the stub r=jandem Differential Revision: https://phabricator.services.mozilla.com/D111687
-
Andrei Oprea authored
Differential Revision: https://phabricator.services.mozilla.com/D110944
-
Andrei Oprea authored
Differential Revision: https://phabricator.services.mozilla.com/D111104
-
Dhanesh authored
Differential Revision: https://phabricator.services.mozilla.com/D101276
-
Agi Sferro authored
Differential Revision: https://phabricator.services.mozilla.com/D111474
-
Csoregi Natalia authored
Backed out changeset 86f0423265b7 (bug 1695963) for failures on browser_ext_management_themes.js. CLOSED TREE
-
Emilio Cobos Álvarez authored
Bug 1405708 - Fallback -moz-buttonhoverface to the regular button background if transparent. r=stransky It seems we get transparent in Adwaita otherwise, which causes this. This is fixed on nightly via the non-native theme, which spoofs these colors for contrast, but seems worth fixing anyways. Differential Revision: https://phabricator.services.mozilla.com/D111812
-
Markus Stange authored
This will cause nsXULPopupManager to change the state to "open" before the popupshown event fires. This is consistent with non-native menus. This was caught by dom/html/test/browser_content_contextmenu_userinput.js. Differential Revision: https://phabricator.services.mozilla.com/D111766
-
Jonathan Kew authored
Bug 1704494 - Enable the ascent-, descent-, and line-gap-override descriptors on all channels. r=emilio Differential Revision: https://phabricator.services.mozilla.com/D111629
-
Mitchell Hentges authored
Glean is throwing an error if a string metric is `None`. Since `get_cpu_brand()` can return `None`, only update telemetry if it's set. Depends on D110847 Differential Revision: https://phabricator.services.mozilla.com/D110858
-
Mitchell Hentges authored
Bug 1703055: Don't include global site packages in python path r=firefox-build-system-reviewers,glandium,sheehan To avoid erroneously importing a package from the system, we remove system site package. This is another positive step towards further insulating the Firefox build from the state of the environment. This may cause failures if some mach commands have been sneakily importing system packages instead of properly vendoring them. Differential Revision: https://phabricator.services.mozilla.com/D110847
-
Markus Stange authored
Differential Revision: https://phabricator.services.mozilla.com/D111669
-
Markus Stange authored
Differential Revision: https://phabricator.services.mozilla.com/D111668
-
Dão Gottwald authored
Differential Revision: https://phabricator.services.mozilla.com/D111817
-
Jared Wein authored
Differential Revision: https://phabricator.services.mozilla.com/D111759
-
Alex Ionescu authored
Bug 1702689 - Fix browsertime_benchmark.js to collect all pagecycle results r=perftest-reviewers,sparky Fixed browsertime benchmark script to correctly run the tests, fix python code to collect all the pagecycles data and disable unity-webgl test running on windows7. Differential Revision: https://phabricator.services.mozilla.com/D110683
-
Toshihito Kikuchi authored
Differential Revision: https://phabricator.services.mozilla.com/D111783
-
Chris H-C authored
Differential Revision: https://phabricator.services.mozilla.com/D111714
-
emcminn authored
Differential Revision: https://phabricator.services.mozilla.com/D111338
-
Ted Campbell authored
This change converts some heap-unclassified memory to js-content. These show up in DMD reports now that Set/Map are used in the browser itself. As a side-effect, this adds more precise tracking to UBI system for tenured objects. The nursery objects don't have the expected size but this is pre-existing similar to typed objects. Due to this mismatch it is difficult to write automated tests for this. Also mark the Map / Set types as using delayed metadata notification so that reserved slots can be fully initialized before debugger is notified. This only delays things to a few function calls later. Depends on D111753 Differential Revision: https://phabricator.services.mozilla.com/D111754
-
Ted Campbell authored
The `Zone::regExps_` field is a UniquePtr so we should use the including-this variant of memory reporters for it. This was previously heap-unclassified. Depends on D111752 Differential Revision: https://phabricator.services.mozilla.com/D111753
-
Ted Campbell authored
This moves some memory accounting from heap-unclassified to being part of the runtime-atoms accounting like `commonNames`. Differential Revision: https://phabricator.services.mozilla.com/D111752
-
Jared Wein authored
Differential Revision: https://phabricator.services.mozilla.com/D110983
-
Alexandre Poirot authored
Bug 1698541 - [devtools] Stop emitting now unused tabDetached event. r=nchevobbe,devtools-backward-compat-reviewers Now that we are destroying the target via target-destroyed-form, sent via the watcher actor we no longer need this legacy event. Differential Revision: https://phabricator.services.mozilla.com/D107249
-
Alexandre Poirot authored
This better highlight that may only be the transport that is closed and not the whole client. But at the end, both should follow the same lifecycle and be destroyed altogether. Differential Revision: https://phabricator.services.mozilla.com/D108813
-
Alexandre Poirot authored
This will better highlight what is closing. Not the DevToolsClient, but just the transport class. Differential Revision: https://phabricator.services.mozilla.com/D108812
-
Alexandre Poirot authored
Differential Revision: https://phabricator.services.mozilla.com/D108797
-
Alexandre Poirot authored
Differential Revision: https://phabricator.services.mozilla.com/D110640
-