Bug 104881 - Web Inspector: Support removing several tabs from TabbedEditorContainer/TabbedPane at once.
Summary: Web Inspector: Support removing several tabs from TabbedEditorContainer/Tabbe...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Vsevolod Vlasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-12 23:32 PST by Vsevolod Vlasov
Modified: 2012-12-19 06:15 PST (History)
8 users (show)

See Also:


Attachments
Patch (3.52 KB, patch)
2012-12-12 23:34 PST, Vsevolod Vlasov
no flags Details | Formatted Diff | Diff
Patch (4.98 KB, patch)
2012-12-19 06:03 PST, Vsevolod Vlasov
apavlov: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vsevolod Vlasov 2012-12-12 23:32:28 PST
Patch to follow
Comment 1 Vsevolod Vlasov 2012-12-12 23:34:49 PST
Created attachment 179209 [details]
Patch
Comment 2 Vsevolod Vlasov 2012-12-19 06:03:03 PST
Created attachment 180146 [details]
Patch
Comment 3 Alexander Pavlov (apavlov) 2012-12-19 06:12:28 PST
Comment on attachment 180146 [details]
Patch

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

> Source/WebCore/inspector/front-end/ScriptsPanel.js:258
> +        // Replace debugger script based uiSourceCode with a network based one.

"script-based" and "network-based"
Comment 4 Vsevolod Vlasov 2012-12-19 06:15:12 PST
Committed r138151: <http://trac.webkit.org/changeset/138151>