| OLD | NEW |
| 1 2011-05-31 Kinuko Yasuda <kinuko@chromium.org> |
| 2 |
| 3 Reviewed by Kent Tamura. |
| 4 |
| 5 [Chromium] webkitStorageInfo methods (for quota API) should not crash wh
en error callback is not given. |
| 6 https://bugs.webkit.org/show_bug.cgi?id=61823 |
| 7 |
| 8 Fixed assertion on errorCallback parameter. |
| 9 |
| 10 Test: storage/quotainfo-no-callbacks.html |
| 11 |
| 12 * src/StorageInfoChromium.cpp: |
| 13 (WebCore::StorageInfo::queryUsageAndQuota): |
| 14 (WebCore::StorageInfo::requestQuota): |
| 15 |
| 1 2011-05-31 Daniel Erat <derat@chromium.org> | 16 2011-05-31 Daniel Erat <derat@chromium.org> |
| 2 | 17 |
| 3 Reviewed by Tony Chang. | 18 Reviewed by Tony Chang. |
| 4 | 19 |
| 5 Make WebScreenInfoFactory return fresh screen dimensions. | 20 Make WebScreenInfoFactory return fresh screen dimensions. |
| 6 https://bugs.webkit.org/show_bug.cgi?id=61679 | 21 https://bugs.webkit.org/show_bug.cgi?id=61679 |
| 7 | 22 |
| 8 * public/x11/WebScreenInfoFactory.h: | 23 * public/x11/WebScreenInfoFactory.h: |
| 9 * src/x11/WebScreenInfoFactory.cpp: | 24 * src/x11/WebScreenInfoFactory.cpp: |
| 10 (WebKit::WebScreenInfoFactory::screenInfo): | 25 (WebKit::WebScreenInfoFactory::screenInfo): |
| (...skipping 6618 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6629 https://bugs.webkit.org/show_bug.cgi?id=53728 | 6644 https://bugs.webkit.org/show_bug.cgi?id=53728 |
| 6630 | 6645 |
| 6631 * src/IDBCallbacksProxy.cpp: | 6646 * src/IDBCallbacksProxy.cpp: |
| 6632 (WebCore::IDBCallbacksProxy::onBlocked): | 6647 (WebCore::IDBCallbacksProxy::onBlocked): |
| 6633 * src/IDBCallbacksProxy.h: | 6648 * src/IDBCallbacksProxy.h: |
| 6634 * src/WebIDBCallbacksImpl.cpp: | 6649 * src/WebIDBCallbacksImpl.cpp: |
| 6635 (WebCore::WebIDBCallbacksImpl::onBlocked): | 6650 (WebCore::WebIDBCallbacksImpl::onBlocked): |
| 6636 * src/WebIDBCallbacksImpl.h: | 6651 * src/WebIDBCallbacksImpl.h: |
| 6637 | 6652 |
| 6638 == Rolled over to ChangeLog-2011-02-16 == | 6653 == Rolled over to ChangeLog-2011-02-16 == |
| OLD | NEW |