[Webkit-unassigned] [Bug 105063] Assertion failure in RenderLayer::updateLayerPositionsAfterScroll on Gmail

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 14 16:08:51 PST 2012


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


vollick at chromium.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |simon.fraser at apple.com




--- Comment #1 from vollick at chromium.org  2012-12-14 16:11:11 PST ---
Git blaming this bit of code showed that https://bugs.webkit.org/show_bug.cgi?id=102635 had touched this part of the world fairly recently. We've also seen another similar assert after this patch:

ASSERTION FAILED: m_outlineBox == renderer()->outlineBoundsForRepaint(renderer()->containerForRepaint(), geometryMap)
../../third_party/WebKit/Source/WebCore/rendering/RenderLayer.cpp(557) : void WebCore::RenderLayer::updateLayerPositionsAfterScroll(WebCore::RenderGeometryMap *, UpdateLayerPositionsAfterScrollFlags)

Simon, could these asserts just be pointing out buggy behavior that's been around since before this patch, or could these asserts be related to the patch itself?

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