| Summary: | Web Inspector: Tabs should have Context Menus | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Joseph Pecoraro <joepeck> | ||||
| Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | graouts, joepeck, jonowells, mattbaker, nvasilyev, timothy, webkit-bug-importer | ||||
| Priority: | P2 | Keywords: | InRadar | ||||
| Version: | 528+ (Nightly build) | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Attachments: |
|
||||||
|
Description
Joseph Pecoraro
2015-04-25 20:04:45 PDT
Created attachment 253870 [details]
[PATCH] Proposed Fix
These menu items match other OS X applications like Safari and Terminal.
Comment on attachment 253870 [details] [PATCH] Proposed Fix View in context: https://bugs.webkit.org/attachment.cgi?id=253870&action=review > Source/WebInspectorUI/UserInterface/Views/TabBarItem.js:202 > + contextMenu.appendItem(WebInspector.UIString("Close Other Tabs"), closeOtherTabs.bind(this), !hasOtherNonPinnedTabs); Not super convinced this is useful for us. (In reply to comment #3) > Comment on attachment 253870 [details] > [PATCH] Proposed Fix > > View in context: > https://bugs.webkit.org/attachment.cgi?id=253870&action=review > > > Source/WebInspectorUI/UserInterface/Views/TabBarItem.js:202 > > + contextMenu.appendItem(WebInspector.UIString("Close Other Tabs"), closeOtherTabs.bind(this), !hasOtherNonPinnedTabs); > > Not super convinced this is useful for us. Yeah... I just added it to be consistent with everything else I could find on the system, which all had it. |