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

Description Yury Semikhatsky 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.
Comment 1 Yury Semikhatsky 2011-04-25 06:01:16 PDT
Created attachment 90914 [details]
Patch
Comment 2 Pavel Feldman 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.
Comment 3 Yury Semikhatsky 2011-04-25 06:24:06 PDT
Created attachment 90915 [details]
Patch for landing
Comment 4 Yury Semikhatsky 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.
Comment 5 Yury Semikhatsky 2011-04-25 06:28:17 PDT
Committed r84773: <http://trac.webkit.org/changeset/84773>