OLD | NEW |
| 1 2011-07-26 Brett Wilson <brettw@chromium.org> |
| 2 |
| 3 Cancel the load when an associated URL loader goes out of scope. |
| 4 Previously, the load would continue even when the WebURLLoader object |
| 5 was deleted, and the data would just get queued up. |
| 6 |
| 7 https://bugs.webkit.org/show_bug.cgi?id=65204 |
| 8 |
| 9 Reviewed by Darin Fisher. |
| 10 |
| 11 * src/AssociatedURLLoader.cpp: |
| 12 (WebKit::AssociatedURLLoader::~AssociatedURLLoader): |
| 13 (WebKit::AssociatedURLLoader::cancel): |
| 14 |
1 2011-07-27 Sadrul Habib Chowdhury <sadrul@chromium.org> | 15 2011-07-27 Sadrul Habib Chowdhury <sadrul@chromium.org> |
2 | 16 |
3 Pass on the suggested name for download file to the client. | 17 Pass on the suggested name for download file to the client. |
4 https://bugs.webkit.org/show_bug.cgi?id=65181 | 18 https://bugs.webkit.org/show_bug.cgi?id=65181 |
5 | 19 |
6 Reviewed by Darin Fisher. | 20 Reviewed by Darin Fisher. |
7 | 21 |
8 * src/FrameLoaderClientImpl.cpp: | 22 * src/FrameLoaderClientImpl.cpp: |
9 (WebKit::FrameLoaderClientImpl::startDownload): | 23 (WebKit::FrameLoaderClientImpl::startDownload): |
10 | 24 |
(...skipping 9910 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
9921 https://bugs.webkit.org/show_bug.cgi?id=53728 | 9935 https://bugs.webkit.org/show_bug.cgi?id=53728 |
9922 | 9936 |
9923 * src/IDBCallbacksProxy.cpp: | 9937 * src/IDBCallbacksProxy.cpp: |
9924 (WebCore::IDBCallbacksProxy::onBlocked): | 9938 (WebCore::IDBCallbacksProxy::onBlocked): |
9925 * src/IDBCallbacksProxy.h: | 9939 * src/IDBCallbacksProxy.h: |
9926 * src/WebIDBCallbacksImpl.cpp: | 9940 * src/WebIDBCallbacksImpl.cpp: |
9927 (WebCore::WebIDBCallbacksImpl::onBlocked): | 9941 (WebCore::WebIDBCallbacksImpl::onBlocked): |
9928 * src/WebIDBCallbacksImpl.h: | 9942 * src/WebIDBCallbacksImpl.h: |
9929 | 9943 |
9930 == Rolled over to ChangeLog-2011-02-16 == | 9944 == Rolled over to ChangeLog-2011-02-16 == |
OLD | NEW |