Skip to content
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

Restore deleted tab context menu #3836

Merged
merged 1 commit into from
Nov 4, 2019
Merged

Restore deleted tab context menu #3836

merged 1 commit into from
Nov 4, 2019

Commits on Nov 4, 2019

  1. Restore deleted tab context menu

    Reopen closed tab, Close other tabs and Bookmark all tabs items
    are restored to tab context menu.
    
    Chromium removed some items from tab context menu by below CL.
    
    CL: https://chromium-review.googlesource.com/c/chromium/src/+/1761666
    Issue: https://bugs.chromium.org/p/chromium/issues/detail?id=515930
    
    Update tab and frame context menus to match most recent UX specs.
    
    This removes four entries from the tab context menu; changes the text on several
    others to stop saying "tab(s)" explicitly; adds one entry to the frame context
    menu; and changes the bookmark-related menu entry strings from "page" to "tab"
    for consistency.
    
    Most of the file changes here are due to renaming enums/APIs to match the string
    changes.
    simonhong committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    feff2ae View commit details
    Browse the repository at this point in the history