/[blink]
Chromium logo

Revision 180539


Jump to revision: Previous Next
Author: tkent@chromium.org
Date: Tue Aug 19 09:33:39 2014 UTC (8 years, 9 months ago)
Changed paths: 3
Log Message:
Windows: Fix crash by starting pan-scrolling when render tree needs to be updated.

It's possible that RenderBox::canBeScrolledAndHasScrollableArea()
modifies render tree and the |while| loop in Node::defaultEventHandler
is confused. We should make sure render tree is up-to-date before the
loop.

BUG=401362

Review URL: https://codereview.chromium.org/471373002

Changed paths

Path Details
Directorytrunk/LayoutTests/fast/events/panScroll-crash-expected.txt
(Copied from trunk/LayoutTests/web-animations-api/element-animate-position-crash-expected.txt, r180538)
added
Directorytrunk/LayoutTests/fast/events/panScroll-crash.html added
Directorytrunk/Source/core/dom/Node.cpp modified , text changed

Properties

Name Value
commit-bot commit-bot@chromium.org

Powered by ViewVC 1.1.26 ViewVC Help