[Webkit-unassigned] [Bug 112100] REGRESSION (r145277) causes chromium gpu throughput tests to fail

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 13 15:58:58 PDT 2013


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





--- Comment #9 from Eric Seidel <eric at webkit.org>  2013-03-13 16:01:23 PST ---
Actually, looking at the old code, it looks obviously wrong.

It was invalidating checkpoints even in the case where we were writing for an external script to load, which is wrong!  That external script could end up document.writing and then needing to resume from a previous checkpoint.

The new approach in bug 112069 takes a different (much simpler) approach and does not have this bug.

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