DescriptionDevTools: [SSP] show source location for the newly inserted style rules.
To achieve the specified goal, the patch does the following:
- StylePropertiesSection.styleRule no longer has sourceURL as it could
be always fetched from styleRule.rule
- StylePropertiesSection._createRuleOrigin is receiving CSSRule and
ruleLocation as arguments
- BlankStylePropertiesSection is taught to infer the actual rule
location of the rule that will be inserted
Layout Test change: the CSSOM rule now don't show source location (used to be "located" on first line)
R=pfeldman, vsevik, apavlov
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=180348
Patch Set 1 #Patch Set 2 : fix tests #
Total comments: 1
Patch Set 3 : type safety via WebInspector.CSSRuleSelector #
Messages
Total messages: 9 (0 generated)
|