[Webkit-unassigned] [Bug 76262] StyleRecalc should occur when shadow root exists and light children are changed.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 13 03:45:01 PST 2012


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





--- Comment #3 from Shinya Kawanaka <shinyak at chromium.org>  2012-01-13 03:45:01 PST ---
I've tried a few times again.

Before adding if-statement
http://dromaeo.com/?id=160732
http://dromaeo.com/?id=160733
http://dromaeo.com/?id=160734

Then, I've added 
if (hasRareDate() && shadowRoot())
    setNeedsStyleRecalc()
in the last of Element::childrenChanged.

After adding it,
http://dromaeo.com/?id=160735
http://dromaeo.com/?id=160736
http://dromaeo.com/?id=160738

It seems adding if-statement is not harmful to performance.

-- 
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