[Webkit-unassigned] [Bug 28911] New: WebInspector: serialize calls to InjectedScript with JSON.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 2 09:39:38 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=28911

           Summary: WebInspector: serialize calls to InjectedScript with
                    JSON.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pfeldman at chromium.org
                CC: timothy at hatcher.name


I'd like to replace setTimeout delegates that DOMAgent adds into
InspectorController with the following schema:
new InjectedScriptAccess.js is added into the frontend. It is accessible from
the rest of the frontend. This access class serializes all the calls and passes
them into InspectorController. InspectorController is dispatching these calls
on the InjectedScript. As a result, there is no direct interaction between the
front-end and InjectedScript left. That is needed in order to host
InjectedScript in a separate context.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list