[Webkit-unassigned] [Bug 93099] [BlackBerry] Overlays display checkerboard that doesn't resolve

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 3 05:43:05 PDT 2012


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





--- Comment #1 from Arvid Nilsson <anilsson at rim.com>  2012-08-03 05:43:04 PST ---
In addition, I found a bug where WebPagePrivate::updateDelegatedOverlays() was called right in the middle of the commit operation, after performing the webkit thread part of the commit operation but before we continued on the compositing thread. Since updateDelegatedOverlays() typically mutates layers, this is bad (layers should not be mutated mid-commit) and also caused each commit to schedule a new one which results in an endless sequence of commits.

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