[Webkit-unassigned] [Bug 78315] REGRESSION(99539): Infinite repaint loop with SVGImage and deferred repaint timers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 6 13:17:11 PST 2012


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





--- Comment #18 from Tim Horton <timothy_horton at apple.com>  2012-03-06 13:17:08 PST ---
(In reply to comment #17)
> (In reply to comment #16)
> > To summarize: I think the drawSVGToImageBuffer approach is right in general, but still has some bugs. 
> > You coudl try to call frame->view()->beginDefferedRepaints() after the setImageObserver(0) call, end endDeferredRepaints() after the restoring of it, and see if that affects anything.
> 
> That will just result in queueing all the repaints-we-don't-want up and firing them at the end :-D (experimental results agree)

Whereas adding a way to explicitly prevent FrameView from firing any repaints works fine. Not sure that's actually a reasonable thing to do, though.

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