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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ilya Tikhonovsky
duplicate of https://bugs.webkit.org/show_bug.cgi?id=42588
*** This bug has been marked as a duplicate of bug 42588 ***