| OLD | NEW |
| 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 Loading... |
| 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 == |
| OLD | NEW |