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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 2011-09-06 Ryosuke Niwa <rniwa@webkit.org>
2
3 REGRESSION(r94274): FormManagerTest.PreviewForm and FillFormNonEmptyFiel d fail on chromium
4 https://bugs.webkit.org/show_bug.cgi?id=67453
5
6 Reviewed by Kent Tamura.
7
8 Chromium code incorrectly calls Node::isFocusable without updating layou t, and was hitting assertions.
9 Fix the assertion failure (and a potential crash) by updating layout in WebCore::isFocusable.
10
11 * src/WebNode.cpp:
12 (WebKit::WebNode::isFocusable):
13
1 2011-09-04 Adam Barth <abarth@webkit.org> 14 2011-09-04 Adam Barth <abarth@webkit.org>
2 15
3 [Chromium] Add mutliple to WebPopupMenuInfo for Android 16 [Chromium] Add mutliple to WebPopupMenuInfo for Android
4 https://bugs.webkit.org/show_bug.cgi?id=67576 17 https://bugs.webkit.org/show_bug.cgi?id=67576
5 18
6 Reviewed by Darin Fisher. 19 Reviewed by Darin Fisher.
7 20
8 This flag requests that the embedder allow multiple selection for the 21 This flag requests that the embedder allow multiple selection for the
9 popup menu. (See also https://bugs.webkit.org/show_bug.cgi?id=67574.) 22 popup menu. (See also https://bugs.webkit.org/show_bug.cgi?id=67574.)
10 23
(...skipping 13012 matching lines...) Expand 10 before | Expand all | Expand 10 after
13023 https://bugs.webkit.org/show_bug.cgi?id=53728 13036 https://bugs.webkit.org/show_bug.cgi?id=53728
13024 13037
13025 * src/IDBCallbacksProxy.cpp: 13038 * src/IDBCallbacksProxy.cpp:
13026 (WebCore::IDBCallbacksProxy::onBlocked): 13039 (WebCore::IDBCallbacksProxy::onBlocked):
13027 * src/IDBCallbacksProxy.h: 13040 * src/IDBCallbacksProxy.h:
13028 * src/WebIDBCallbacksImpl.cpp: 13041 * src/WebIDBCallbacksImpl.cpp:
13029 (WebCore::WebIDBCallbacksImpl::onBlocked): 13042 (WebCore::WebIDBCallbacksImpl::onBlocked):
13030 * src/WebIDBCallbacksImpl.h: 13043 * src/WebIDBCallbacksImpl.h:
13031 13044
13032 == Rolled over to ChangeLog-2011-02-16 == 13045 == Rolled over to ChangeLog-2011-02-16 ==
OLDNEW
« 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