[Webkit-unassigned] [Bug 79768] ShadowTree::recalcShadowTreeStyle only updates the youngest tree

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 28 22:45:09 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=79768





--- Comment #2 from MORITA Hajime <morrita at google.com>  2012-02-28 22:45:07 PST ---
Searching youngestShadowRoot(), it turns out some other functions
like following is also need to be multiple-shadow-aware.

- bool ShadowTree::needsStyleRecalc()  
- bool ShadowTree::childNeedsStyleRecalc() 
- bool ShadowTree::needsReattachHostChildrenAndShadow()
- void ShadowTree::hostChildrenChanged()  
- void TreeScopeAdopter::moveTreeToNewScope(Node* root)
- void TreeScopeAdopter::moveTreeToNewDocument(Node* root, Document* oldDocument, Document* newDocument) const

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list