WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
144208
Web Inspector: Tabs should have Context Menus
https://bugs.webkit.org/show_bug.cgi?id=144208
Summary
Web Inspector: Tabs should have Context Menus
Joseph Pecoraro
Reported
2015-04-25 20:04:45 PDT
* SUMMARY Inspector Tabs should have Context Menus. Right now it seems it would be logical to have "Close Tab" for the closable tabs. Anything else?
Attachments
[PATCH] Proposed Fix
(4.06 KB, patch)
2015-05-28 15:19 PDT
,
Joseph Pecoraro
timothy
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2015-04-25 20:05:01 PDT
<
rdar://problem/20700511
>
Joseph Pecoraro
Comment 2
2015-05-28 15:19:40 PDT
Created
attachment 253870
[details]
[PATCH] Proposed Fix These menu items match other OS X applications like Safari and Terminal.
Timothy Hatcher
Comment 3
2015-05-28 16:08:14 PDT
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.
Joseph Pecoraro
Comment 4
2015-05-28 16:18:26 PDT
(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.
Joseph Pecoraro
Comment 5
2015-05-29 11:46:27 PDT
http://trac.webkit.org/changeset/184996
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug