Index: Source/WebKit/chromium/ChangeLog |
=================================================================== |
--- Source/WebKit/chromium/ChangeLog (revision 94880) |
+++ Source/WebKit/chromium/ChangeLog (working copy) |
@@ -1,3 +1,16 @@ |
+2011-09-06 Ryosuke Niwa <rniwa@webkit.org> |
+ |
+ REGRESSION(r94274): FormManagerTest.PreviewForm and FillFormNonEmptyField fail on chromium |
+ https://bugs.webkit.org/show_bug.cgi?id=67453 |
+ |
+ Reviewed by Kent Tamura. |
+ |
+ Chromium code incorrectly calls Node::isFocusable without updating layout, and was hitting assertions. |
+ Fix the assertion failure (and a potential crash) by updating layout in WebCore::isFocusable. |
+ |
+ * src/WebNode.cpp: |
+ (WebKit::WebNode::isFocusable): |
+ |
2011-09-04 Adam Barth <abarth@webkit.org> |
[Chromium] Add mutliple to WebPopupMenuInfo for Android |