Chromium Code Reviews
DescriptionAdd CSS agent for various window/widget/view attributes in devtools
This CL adds a few things:
- Three maps in DOM agent which map from the node Id to a window, widget
or view.
- Public methods to query these three maps.
- CSS Agent which receives the getMatchedStylesForNode command whenever a
node is selected in the inspector. The CSS Agent queries which object
the nodeId refers to using the passed in DOM agent and builds the CSS
object for it. For now, the only attributes this will show is bounds
height and width.
- protocol.json modified for the new CSS Agent
BUG=648701
Committed: https://crrev.com/614f26621199fe032a65224b010f0d74f6969835
Cr-Commit-Position: refs/heads/master@{#432761}
Patch Set 1 #Patch Set 2 : Add CSS agent for various window/widget/view attributes in devtools #Patch Set 3 : Add CSS agent for various window/widget/view attributes in devtools #Patch Set 4 : rebase #
Total comments: 2
Patch Set 5 : Add CSS agent for various window/widget/view attributes in devtools #
Total comments: 8
Patch Set 6 : sadruls comments #Patch Set 7 : sadruls comments #
Depends on Patchset: Messages
Total messages: 40 (27 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||