Bug 79910 - Applying region style should not need to access parent rules
Summary: Applying region style should not need to access parent rules
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 77745
  Show dependency treegraph
 
Reported: 2012-02-29 07:25 PST by Antti Koivisto
Modified: 2012-04-11 20:54 PDT (History)
2 users (show)

See Also:


Attachments
patch (12.66 KB, patch)
2012-02-29 07:43 PST, Antti Koivisto
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antti Koivisto 2012-02-29 07:25:22 PST
Currently CSSStyleSelector::applyProperties looks into parent rules to see if a rule is part of region style. The plan is to eliminate the rule parent pointer so this needs to be refactored.
Comment 1 Antti Koivisto 2012-02-29 07:43:21 PST
Created attachment 129450 [details]
patch
Comment 2 Andreas Kling 2012-02-29 08:42:04 PST
Comment on attachment 129450 [details]
patch

r=me.
Comment 3 Antti Koivisto 2012-02-29 10:08:51 PST
http://trac.webkit.org/changeset/109227