[Webkit-unassigned] [Bug 26010] New: Serialize calls to WebInspector

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 25 09:05:20 PDT 2009


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

           Summary: Serialize calls to WebInspector
           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, dglazkov at chromium.org


Serialize calls to WebInspector. This is the first step where method calls are
being serialized to arrays (not yet JSON stringified ones) and are being
dispatched on the client. This change also allows client to override
InspectorFrontend, so that the serialized calls can be made on a given object
instead of in-process WebInspector global. This will be the main control flow
when InspectorController is decoupled from the in-process frontend.


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



More information about the webkit-unassigned mailing list