Bug 70815

Summary: Web Inspector: redesign workers sidebar pane
Product: WebKit Reporter: Yury Semikhatsky <yurys>
Component: Web Inspector (Deprecated)Assignee: Yury Semikhatsky <yurys>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, dglazkov, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, webkit.review.bot, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 58541    
Attachments:
Description Flags
Patch
none
Screenshot with the patch applied
none
Patch
pfeldman: review+
Screenshot with the patch applied
none
Patch for landing(layout tests fixed) none

Description Yury Semikhatsky 2011-10-25 06:24:08 PDT
There should be a checkbox that allows starting workers paused, link to a page with a list of all shared workers and a link for each dedicated worker created by inspected page. Clicking on link should open/bring to front a dedicated worker inspector.
Comment 1 Yury Semikhatsky 2011-10-25 06:39:01 PDT
Created attachment 112330 [details]
Patch
Comment 2 Yury Semikhatsky 2011-10-25 06:40:03 PDT
Created attachment 112331 [details]
Screenshot with the patch applied
Comment 3 Pavel Feldman 2011-10-25 06:54:20 PDT
I'd call it "Discover shared workers" and
"Inspect http:// ..."
Comment 4 WebKit Review Bot 2011-10-25 07:02:00 PDT
Comment on attachment 112330 [details]
Patch

Attachment 112330 [details] did not pass chromium-ews (chromium-xvfb):
Output: http://queues.webkit.org/results/10214152

New failing tests:
inspector/styles/styles-add-new-rule.html
inspector/styles/styles-add-blank-property.html
inspector/styles/styles-source-lines.html
inspector/styles/parse-utf8-bom.html
inspector/styles/styles-computed-trace.html
inspector/styles/commit-selector.html
inspector/elements/elements-panel-styles.html
inspector/styles/styles-commit-editing.html
inspector/styles/styles-disable-inherited.html
inspector/styles/styles-iframe.html
inspector/styles/styles-source-lines-inline.html
inspector/styles/styles-add-invalid-property.html
inspector/styles/show-user-agent-styles.html
inspector/elements/elements-delete-inline-style.html
inspector/styles/styles-cancel-editing.html
Comment 5 Yury Semikhatsky 2011-10-25 07:47:10 PDT
Created attachment 112335 [details]
Patch
Comment 6 Yury Semikhatsky 2011-10-25 07:48:18 PDT
Created attachment 112336 [details]
Screenshot with the patch applied
Comment 7 Yury Semikhatsky 2011-10-25 07:48:53 PDT
(In reply to comment #3)
> I'd call it "Discover shared workers" and
Done.

> "Inspect http:// ..."
Changed section separator title to "Dedicated worker inspectors"
Comment 8 Yury Semikhatsky 2011-10-25 08:29:46 PDT
Created attachment 112340 [details]
Patch for landing(layout tests fixed)
Comment 9 Yury Semikhatsky 2011-10-25 08:35:18 PDT
Committed r98348: <http://trac.webkit.org/changeset/98348>