Bug 29658 - XMLHttpRequest.abort() should destroy the response text.
Summary: XMLHttpRequest.abort() should destroy the response text.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: All OS X 10.6
: P2 Normal
Assignee: Sam Weinig
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-22 15:42 PDT by Sam Weinig
Modified: 2009-09-22 16:50 PDT (History)
1 user (show)

See Also:


Attachments
patch (4.17 KB, patch)
2009-09-22 16:09 PDT, Sam Weinig
ap: review-
Details | Formatted Diff | Diff
patch [take 2] (3.61 KB, patch)
2009-09-22 16:42 PDT, Sam Weinig
ap: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2009-09-22 15:42:17 PDT
Calling XMLHttpRequest.abort()  should destroy the responseText.
Comment 1 Sam Weinig 2009-09-22 16:09:22 PDT
Created attachment 39958 [details]
patch
Comment 2 Alexey Proskuryakov 2009-09-22 16:19:55 PDT
Comment on attachment 39958 [details]
patch

As discussed on IRC, this re-breaks <rdar://problem/5766352> (status shouldn't be reset). Maybe it's OK, maybe not. ChangeLog should explain why.

Marking r-, so that this doesn't get landed without a deeper investigation.
Comment 3 Sam Weinig 2009-09-22 16:42:50 PDT
Created attachment 39961 [details]
patch [take 2]
Comment 4 Alexey Proskuryakov 2009-09-22 16:47:18 PDT
Comment on attachment 39961 [details]
patch [take 2]

+        status text are kept around..

Two periods here.

r=me
Comment 5 Sam Weinig 2009-09-22 16:49:45 PDT
Fix landed in r48658.
Comment 6 Sam Weinig 2009-09-22 16:50:49 PDT
This was tracked by <rdar://problem/5301430>.