-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DevTools: [CSS] move matching selectors from WI.CSSStyleRule to WI.Ma…
…tchedStyleResult The patch moves information of matching selectors from WI.CSSStyleRule to WI.MatchedStyleResult object. The reasoning behind the change is that CSSStyleRule should have no notion of its matching selectors; its just a mirror of CSSOM CSSStyleRule object. The WI.MatchedStyleResult object is the one which binds CSSStyleRules with DOMNodes and thus holds information about selectors matching node. BUG=none R=dgozman, pfeldman Review URL: https://codereview.chromium.org/1748063002 Cr-Commit-Position: refs/heads/master@{#378357}
- Loading branch information
1 parent
ed69af4
commit 73af080
Showing
3 changed files
with
229 additions
and
213 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.