Bug 44723

Summary: Optimize style resolution by resolving backwards
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: hyatt, koivisto
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: OS X 10.5   

Description Simon Fraser (smfr) 2010-08-26 15:12:05 PDT
hyatt: yeah i'd like it better if we just resolved backwards
[3:09pm] hyatt: then we wouldn't even need this 
[3:09pm] hyatt: but that's slightly harder.
[3:09pm] hyatt: resolving backwards involves keeping a hash of set property ids
[3:10pm] hyatt: and ignoring them as you keep going back
[3:10pm] hyatt: smfr: we should file a bug about doing that
[3:11pm] hyatt: then all this code[1] can be removed

[1] code added in bug 24223
Comment 1 Antti Koivisto 2016-04-14 02:27:52 PDT
Nope.