Bug 86292

Summary: Web Inspector: add tab context menu
Product: WebKit Reporter: Pavel Feldman <pfeldman>
Component: Web Inspector (Deprecated)Assignee: Pavel Feldman <pfeldman>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch yurys: review+

Description Pavel Feldman 2000-12-31 16:04:58 PST
This tab context menu will have "Close", "Close Others" and "Close All".
Comment 1 Pavel Feldman 2000-12-31 16:06:33 PST
Created attachment 141570 [details]
Patch
Comment 2 Yury Semikhatsky 2012-05-12 06:05:13 PDT
Comment on attachment 141570 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=141570&action=review

> Source/WebCore/inspector/front-end/TabbedPane.js:631
> +            if (this._closeable)

Can you have this field on the tab container instead of the tab? Otherwise it looks as if some tabs may be closeable while others not.
Comment 3 Pavel Feldman 2012-05-12 06:08:57 PDT
Committed r116853: <http://trac.webkit.org/changeset/116853>