Bug 40167

Summary: [v8] Web Inspector: parse and dispatch messages to InspectorBackend in native code
Product: WebKit Reporter: Yury Semikhatsky <yurys>
Component: Web Inspector (Deprecated)Assignee: Ilya Tikhonovsky <loislo>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, podivilov, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Description Yury Semikhatsky 2010-06-04 08:48:36 PDT
Currently we have WebKit/chromium/src/js/InjectDispatch.js that allows to parse json message from the frontend and dispatch it on a bound object generated from InspectorBackend.idl interface. We need to get rid of the utility JS context where InjectDispatch.js lives and of the script itself. Instead the dispatching should be written in the native code or even better generated from InspectorBackend.idl  Ideally InspectorBackend available in the inspector frontend should also be generated from InspectorBackend.idl

We will need this for remote debugging.
Comment 1 Ilya Tikhonovsky 2010-07-22 08:36:28 PDT
duplicate of https://bugs.webkit.org/show_bug.cgi?id=42588

*** This bug has been marked as a duplicate of bug 42588 ***