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

Side by Side Diff: Source/WebKit/chromium/ChangeLog

Issue 7530003: Merge 91789 - Cancel the load when an associated URL loader goes out of scope. (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/835/
Patch Set: Created 9 years, 4 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 | « no previous file | Source/WebKit/chromium/src/AssociatedURLLoader.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-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
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 ==
OLDNEW
« no previous file with comments | « no previous file | Source/WebKit/chromium/src/AssociatedURLLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698