- Apr 13, 2021
-
-
Alexandru Michis authored
CLOSED TREE
-
Emilio Cobos Álvarez authored
Bug 1476524 - Don't require so much contrast for selection background-against-background checks. r=jfkthame Differential Revision: https://phabricator.services.mozilla.com/D111794
-
Markus Stange authored
Bug 1704569 - Don't synthesize events on menus in browser/base/content/test/permissions/browser_temporary_permissions_navigation.js. r=Gijs Differential Revision: https://phabricator.services.mozilla.com/D111778
-
Markus Stange authored
Bug 1704569 - Don't synthesize events on menus in browser/base/content/test/pageActions-proton/browser_PageActions_removeExtension.js. r=mak Differential Revision: https://phabricator.services.mozilla.com/D111777
-
Markus Stange authored
Bug 1704569 - Use activateItem in browser/components/places/tests/browser/browser_default_bookmark_location.js. r=Gijs Differential Revision: https://phabricator.services.mozilla.com/D111773
-
Markus Stange authored
Bug 1704569 - Don't synthesize events on menus in toolkit/components/printing/tests/browser_print_context_menu.js. r=Gijs Differential Revision: https://phabricator.services.mozilla.com/D111776
-
Markus Stange authored
Bug 1704569 - Don't synthesize events on menus in toolkit/components/pictureinpicture/tests/browser_contextMenu.js. r=Gijs Differential Revision: https://phabricator.services.mozilla.com/D111775
-
Markus Stange authored
Bug 1704569 - Don't synthesize events on menus in dom/html/test/browser_content_contextmenu_userinput.js. r=saschanaz Differential Revision: https://phabricator.services.mozilla.com/D111774
-
Markus Stange authored
Bug 1704569 - Don't synthesize events on menus in browser/modules/test/browser/browser_UsageTelemetry_interaction.js. r=Gijs Differential Revision: https://phabricator.services.mozilla.com/D111680
-
Markus Stange authored
Bug 1704569 - Don't synthesize events on menus in browser/components/search/test/browser/browser_oneOffContextMenu_setDefault.js. r=Gijs Differential Revision: https://phabricator.services.mozilla.com/D111679
-
Markus Stange authored
Bug 1704569 - Don't synthesize events on menus in browser/components/places/tests/browser/browser_toolbar_library_open_recent.js. r=Gijs Differential Revision: https://phabricator.services.mozilla.com/D111678
-
Markus Stange authored
Bug 1704569 - Don't synthesize events on menus in browser/base/content/test/keyboard/browser_bookmarks_shortcut.js. r=Gijs Differential Revision: https://phabricator.services.mozilla.com/D111675
-
Markus Stange authored
Bug 1704569 - Don't synthesize events on menus in browser/base/content/test/contextMenu/browser_contextmenu_save_blocked.js. r=Gijs Differential Revision: https://phabricator.services.mozilla.com/D111674
-
Markus Stange authored
Bug 1704569 - Don't synthesize events on menus in various "reopen in container" tests, and add missing awaits. r=Gijs Differential Revision: https://phabricator.services.mozilla.com/D111672
-
Markus Stange authored
Bug 1704569 - Don't synthesize events on menus in browser/base/content/test/contextMenu/browser_view_image.js. r=Gijs Differential Revision: https://phabricator.services.mozilla.com/D111670
-
Alex Ionescu authored
Differential Revision: https://phabricator.services.mozilla.com/D111785
-
Paul Zuehlcke authored
Bug 1699669 - Added learn more link to the shim-allow warning in the protections panel. r=johannh,fluent-reviewers,flod Differential Revision: https://phabricator.services.mozilla.com/D110150
-
Paul Zuehlcke authored
Differential Revision: https://phabricator.services.mozilla.com/D109718
-
Paul Zuehlcke authored
Bug 1699668 - Refactor siteProtections blockers and add a warning for trackers allowed by shims. r=johannh,flod Differential Revision: https://phabricator.services.mozilla.com/D109717
-
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
-