Bug 40167 - [v8] Web Inspector: parse and dispatch messages to InspectorBackend in native code
Summary: [v8] Web Inspector: parse and dispatch messages to InspectorBackend in native...
Status: RESOLVED DUPLICATE of bug 42588
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Ilya Tikhonovsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-04 08:48 PDT by Yury Semikhatsky
Modified: 2010-07-22 08:36 PDT (History)
10 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***