[Webkit-unassigned] [Bug 58535] REGRESSION (r83820): Lots of compositing tests failing on Windows 7 Release (Tests)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 14 10:20:30 PDT 2011


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





--- Comment #5 from James Robinson <jamesr at chromium.org>  2011-04-14 10:20:30 PST ---
Oops, this has found a real bug!  The intention with r83820 was that new scrollbar layers would be created on chromium always and on the apple ports only when overlay scrollbars were in use (as that's the behavior Simon wanted for them), but I guarded the behavior with #if PLATFORM(MAC).  I'll have to change these:

http://trac.webkit.org/browser/trunk/Source/WebCore/rendering/RenderLayerBacking.cpp?rev=83820#L568
http://trac.webkit.org/browser/trunk/Source/WebCore/rendering/RenderLayerBacking.cpp?rev=83820#L577
http://trac.webkit.org/browser/trunk/Source/WebCore/rendering/RenderLayerBacking.cpp?rev=83820#L586
http://trac.webkit.org/browser/trunk/Source/WebCore/rendering/RenderLayerCompositor.cpp?rev=83820#L1469

and then revert the baseline updates.  I'll get to it in a hour or two if nobody beats me to it.

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