-
- Downloads
Bug 1436462 - Use "Open in new private window" for bookmarks when in PBM. r=places-reviewers,mak
This makes the bookmark menu consistent with the "File" and context menu when using private browsing mode. We also share the same hide item logic for these "open" items in one place in PlacesUIUtils so that they can be shared between the two consumers (regular bookmarks and managed bookmarks). This ensures that the "Open in container" item if hidden for managed bookmarks in a private window. Differential Revision: https://phabricator.services.mozilla.com/D220120
parent
13a575c8
No related branches found
No related tags found
Showing
- browser/components/places/PlacesUIUtils.sys.mjs 46 additions, 12 deletionsbrowser/components/places/PlacesUIUtils.sys.mjs
- browser/components/places/content/controller.js 7 additions, 17 deletionsbrowser/components/places/content/controller.js
- browser/components/places/content/placesContextMenu.inc.xhtml 3 additions, 2 deletions...ser/components/places/content/placesContextMenu.inc.xhtml
- browser/components/places/tests/browser/browser_bookmark_context_menu_contents.js 115 additions, 0 deletions...s/tests/browser/browser_bookmark_context_menu_contents.js
- browser/components/places/tests/browser/head.js 18 additions, 12 deletionsbrowser/components/places/tests/browser/head.js
Please register or sign in to comment