[Webkit-unassigned] [Bug 75273] New: Web Inspector: [protocol] empty enum constant should be replaced with identifier

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 27 15:42:05 PST 2011


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

           Summary: Web Inspector: [protocol] empty enum constant should
                    be replaced with identifier
           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


In Inspector.json domain=CSS/type=CSSRule/property=origin is of enum type. This enum has following values:
["user", "user-agent", "inspector", ""]

Empty constant should be considered uncool as in https://bugs.webkit.org/show_bug.cgi?id=74954#c23 :
"
> Source/WebCore/inspector/CodeGeneratorInspector.py:54
> +    "": "Empty",

Please change this to some non-empty constant ("regular" should be find for CSSRule.origin as we discussed offline) or  file a bug about this.
"
/ Comment #23 From Yury Semikhatsky 2011-12-27 11:28:36 PST

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