[Webkit-unassigned] [Bug 72733] New: Web Inspector: [protocol] actual JSON messages do not conform to Inspector.json in CSS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 18 08:48:38 PST 2011


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

           Summary: Web Inspector: [protocol] actual JSON messages do not
                    conform to Inspector.json in CSS
           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


InspectorStyleSheet.cpp:141
'sourceLine' is declared 'string' but actual value is 'integer'

InspectorStyleSheet.cpp:246
'styleId' property must be set unconditionally, it is not optional.

InspectorStyleSheet.cpp:248-249
'witdh' and 'height' property are declared 'integer', but actual values are 'string'

InspectorStyleSheet.cpp:448
warning: 'text' property is undeclared

InspectorStyleSheet.cpp:499
'shorthandName' must be set unconditionally, it is not optional

InspectorStyleSheet.cpp:795
'ruleId' must be set unconditionally, it is not optional

(all line numbers are as in r100177)

This should be fixed to conform to protocol declaration AND to prepare switching to type-safe JSON API.

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