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   

Yury Semikhatsky
Reported 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.
Attachments
Ilya Tikhonovsky
Comment 1 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 ***
Note You need to log in before you can comment on or make changes to this bug.