Bug 29658

Summary: XMLHttpRequest.abort() should destroy the response text.
Product: WebKit Reporter: Sam Weinig <sam>
Component: New BugsAssignee: Sam Weinig <sam>
Status: RESOLVED FIXED    
Severity: Normal CC: ap
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: OS X 10.6   
Attachments:
Description Flags
patch
ap: review-
patch [take 2] ap: review+

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