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. |