Bug 59320

Summary: Web Inspector: introduce InspectorWorkerAgent
Product: WebKit Reporter: Yury Semikhatsky <yurys>
Component: Web Inspector (Deprecated)Assignee: Yury Semikhatsky <yurys>
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   
Bug Depends on:    
Bug Blocks: 58541    
Attachments:
Description Flags
Patch
pfeldman: review+
Patch for landing none

Yury Semikhatsky
Reported 2011-04-25 04:33:24 PDT
We need an agent that would communicate with workers inside the inspected page and allow connecting to the inspector of the corresponding worker context.
Attachments
Patch (37.56 KB, patch)
2011-04-25 06:01 PDT, Yury Semikhatsky
pfeldman: review+
Patch for landing (36.07 KB, patch)
2011-04-25 06:24 PDT, Yury Semikhatsky
no flags
Yury Semikhatsky
Comment 1 2011-04-25 06:01:16 PDT
Pavel Feldman
Comment 2 2011-04-25 06:08:43 PDT
Comment on attachment 90914 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=90914&action=review > Source/WebCore/inspector/Inspector.json:1683 > + "name": "dispatchMessageOnWorkerInspector", Which way is what? sendMessageToWorker > Source/WebCore/inspector/Inspector.json:1698 > + "name": "dispatchMessageFromWorker", dispatchMessageFromWorker > Source/WebCore/inspector/Inspector.json:1703 > + }, Please remove trailing coma.
Yury Semikhatsky
Comment 3 2011-04-25 06:24:06 PDT
Created attachment 90915 [details] Patch for landing
Yury Semikhatsky
Comment 4 2011-04-25 06:24:33 PDT
(In reply to comment #2) > (From update of attachment 90914 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=90914&action=review > > > Source/WebCore/inspector/Inspector.json:1683 > > + "name": "dispatchMessageOnWorkerInspector", > > Which way is what? sendMessageToWorker > Done. > > Source/WebCore/inspector/Inspector.json:1698 > > + "name": "dispatchMessageFromWorker", > > dispatchMessageFromWorker > Done. > > Source/WebCore/inspector/Inspector.json:1703 > > + }, > > Please remove trailing coma. Done.
Yury Semikhatsky
Comment 5 2011-04-25 06:28:17 PDT
Note You need to log in before you can comment on or make changes to this bug.