-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Menu fixes for private windows with Tor #1627
Comments
File menu is implemented here: src/chrome/browser/ui/cocoa/main_menu_builder.mm But not everything from the hamburger menu needs to be echoed there; see GetShortcutsNotPresentInMainMenu in src/chrome/browser/global_keyboard_shortcuts_mac.mm. |
fix brave/brave-browser#1627 The result is a little silly -- because private windows with Tor are implemented in a guest session, all new windows open in the same session, whether with 'New window' or 'New incognito window' (soon to be 'New private window') or 'New private window with Tor'). On the other hand, this is perhaps justifiable because we don't want to make it easy to accidentally _stop_ using Tor. You can do that explicitly through the profile menu -- but not just by casually hitting Ctrl-N. On the third hand, control-click on links _greys out_ the 'Open link in private window' item when you're in a private window, rather than making it just...do what it says. ('Open link in new window' also opens in a new private window in that case.) For consistency, maybe we should do that instead, when we are on less of a deadline?
Logged #1699 as bookmarks issue occurs on Win/Linux/MacOS and this issue is macOS specific. |
@simonhong Could you take care of this? |
@tomlowenthal yup. assigned to me. |
Unfinished business from #1387:
File
menu to include New private window with Tor like the hamburger menu does.The text was updated successfully, but these errors were encountered: