[Webkit-unassigned] [Bug 112253] New: Web Inspector: CodeGeneratorInspector.py doesn't support anonymous types in command returns

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 13 06:12:30 PDT 2013


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

           Summary: Web Inspector: CodeGeneratorInspector.py doesn't
                    support anonymous types in command returns
           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: prybin at chromium.org
                CC: keishi at webkit.org, pmuellr at yahoo.com,
                    pfeldman at chromium.org, yurys at chromium.org,
                    apavlov at chromium.org, loislo at chromium.org,
                    vsevik at chromium.org,
                    web-inspector-bugs at googlegroups.com


In Inspector.json in any command add to return types anonymous type, for example:

{ "name": "ret1", "type": "array", "items": { "type": "string", "enum": ["Cat", "Dog"] }}

InspectorBackendDispatcher doesn't compile:
error: ‘Ret1’ was not declared in this scope

Should compile.

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