RESOLVED DUPLICATE of bug 42588 40167
[v8] Web Inspector: parse and dispatch messages to InspectorBackend in native code
https://bugs.webkit.org/show_bug.cgi?id=40167
Summary [v8] Web Inspector: parse and dispatch messages to InspectorBackend in native...
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.