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

Unified 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, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/WebKit/chromium/src/AssociatedURLLoader.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/ChangeLog
===================================================================
--- Source/WebKit/chromium/ChangeLog (revision 91943)
+++ Source/WebKit/chromium/ChangeLog (working copy)
@@ -1,3 +1,17 @@
+2011-07-26 Brett Wilson <brettw@chromium.org>
+
+ Cancel the load when an associated URL loader goes out of scope.
+ Previously, the load would continue even when the WebURLLoader object
+ was deleted, and the data would just get queued up.
+
+ https://bugs.webkit.org/show_bug.cgi?id=65204
+
+ Reviewed by Darin Fisher.
+
+ * src/AssociatedURLLoader.cpp:
+ (WebKit::AssociatedURLLoader::~AssociatedURLLoader):
+ (WebKit::AssociatedURLLoader::cancel):
+
2011-07-27 Sadrul Habib Chowdhury <sadrul@chromium.org>
Pass on the suggested name for download file to the client.
« 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