[Webkit-unassigned] [Bug 89900] Unneeded tree walking when adding or removing children due to RenderCounter / RenderQuote logic

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 26 15:26:42 PDT 2012


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





--- Comment #3 from Julien Chaffraix (On vacation 6/27 -> 7/7) <jchaffraix at webkit.org>  2012-06-26 15:26:40 PST ---
(In reply to comment #2)
> Maybe we can put a flag or counter in the RenderView to turn this on and off?

That would have been my first idea as counters / quotes don't cross frames' boundaries. The other option is to add some static count in RenderCounter / RenderQuote so that we keep track when we have any of those.

The second option seems easier to implement efficiently IMHO but it has the downside of being less efficient as it will cross frames' boundaries and be confused by history items (as we hold onto our render tree).

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