Summary: | Web Inspector: Scripts panel without folders causes errors when creating content scripts section. | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Vsevolod Vlasov <vsevik> | ||||||
Component: | Web Inspector (Deprecated) | Assignee: | Vsevolod Vlasov <vsevik> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, vsevik, yurys | ||||||
Priority: | P2 | ||||||||
Version: | 528+ (Nightly build) | ||||||||
Hardware: | All | ||||||||
OS: | All | ||||||||
Attachments: |
|
Description
Vsevolod Vlasov
2011-09-26 12:43:06 PDT
Created attachment 108712 [details]
Patch
Content scripts should be tested LayoutTests/inspector/debugger/scripts-sorting.html Comment on attachment 108712 [details]
Patch
We should support content script section in both modes.
Should we? They are already highlighted in blue. Showing a separate section makes typing in file selector useless for content scripts. Anyway, currently they are not shown at all. Created attachment 108857 [details]
Patch
Comment on attachment 108857 [details]
Patch
Looks good.
Comment on attachment 108857 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=108857&action=review > LayoutTests/inspector/debugger/scripts-sorting.html:30 > + addOption("*Non*URL*path"); Move this string into the array. > LayoutTests/inspector/debugger/scripts-sorting.html:37 > + addOption("*Non*URL*path", true); Ditto. Committed r96319: <http://trac.webkit.org/changeset/96319> |