Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(128)

Unified Diff: Source/WebKit/chromium/ChangeLog

Issue 7796022: Merge 94586 - REGRESSION(r94274): FormManagerTest.PreviewForm and FillFormNonEmptyField fail on c... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/874/
Patch Set: Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/WebCore/testing/Internals.idl ('k') | Source/WebKit/chromium/src/WebNode.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/WebCore/testing/Internals.idl ('k') | Source/WebKit/chromium/src/WebNode.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698