Bug 79910

Summary: Applying region style should not need to access parent rules
Product: WebKit Reporter: Antti Koivisto <koivisto>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: kling, mihnea
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 77745    
Attachments:
Description Flags
patch kling: review+

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