[Webkit-unassigned] [Bug 42104] New: Web Inspector: next step of the Remote Debugger. Transition from InspectorFrontend2.idl to Inspector.idl

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 12 13:16:47 PDT 2010


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

           Summary: Web Inspector: next step of the Remote Debugger.
                    Transition from InspectorFrontend2.idl to
                    Inspector.idl
           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: loislo at chromium.org
                CC: timothy at apple.com, rik at webkit.org, keishi at webkit.org,
                    pmuellr at yahoo.com, joepeck at webkit.org,
                    pfeldman at chromium.org, yurys at chromium.org,
                    bweinstein at apple.com


Next iteration of Inspector code generator.
The InspectorFrontend2 was replaced by slightly modified version of
InspectorBackend file (Inspector.idl). At the end all the interface
between WebInspector and inspected page will be specified by this file
and generated by CodeGeneratorInspector (InspectorFrontend.cpp,
InspectorBackend.cpp and InspectorBackend.js). 

Initial version of InspectorFrontend2 had did* functions.
Almost all these functions were the answers for corresponding functions from InspectorBackend.
It is quite simple to generate these functions by processing InspectorBackend.idl.
At the moment InspectorBackend is used for generate binding.
As far as this interface specification will be used for generate both sides of Inspector API
we should be able to mark some argument as 'out'.

-- 
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