[Webkit-unassigned] [Bug 74954] New: Web Inspector: CodeGeneratorInspector.py: generate enum types.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 20 14:05:46 PST 2011


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

           Summary: Web Inspector: CodeGeneratorInspector.py: generate
                    enum types.
           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: peter.rybin at gmail.com
                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, apavlov at chromium.org,
                    loislo at chromium.org


Generate enum types in C++ TypeBuilder.
As we discussed with caseq@, JSON enums are morphed into C++ enums with its numeric values pointing to an actual string value in pre-build array.
This also requires setter methods to become overloaded so that both old string-based and new enum-based code styles could co-exist.

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