Bug 57931 - Web Inspector: Beautify parameter names in Inspector.json (CSS domain)
Summary: Web Inspector: Beautify parameter names in Inspector.json (CSS domain)
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Alexander Pavlov (apavlov)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-06 02:15 PDT by Alexander Pavlov (apavlov)
Modified: 2011-04-06 09:18 PDT (History)
10 users (show)

See Also:


Attachments
[PATCH] As agreed, contextNodeId is not renamed (1.46 KB, patch)
2011-04-06 03:01 PDT, Alexander Pavlov (apavlov)
pfeldman: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>