Bug 57931

Summary: Web Inspector: Beautify parameter names in Inspector.json (CSS domain)
Product: WebKit Reporter: Alexander Pavlov (apavlov) <apavlov>
Component: Web Inspector (Deprecated)Assignee: Alexander Pavlov (apavlov) <apavlov>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] As agreed, contextNodeId is not renamed pfeldman: review+

Description Alexander Pavlov (apavlov) 2011-04-06 02:15:22 PDT
As suggested by pfeldman, the following fixes should be made:

>> CSS.addRule
>> "contextNodeId"

rename to "nodeId"

>> CSS.getAllStyleSheets
>> "styleSheetInfos": <array of CSSStyleSheetHeader>

rename to "headers"?
Comment 1 Alexander Pavlov (apavlov) 2011-04-06 03:01:01 PDT
Created attachment 88391 [details]
[PATCH] As agreed, contextNodeId is not renamed
Comment 2 Alexander Pavlov (apavlov) 2011-04-06 09:18:19 PDT
Committed r83061: <http://trac.webkit.org/changeset/83061>