Bug 75194

Summary: Allow XMLHttpRequest withCredentials to be set prior to a call to open()
Product: WebKit Reporter: Jarred Nicholls <jarred>
Component: New BugsAssignee: Jarred Nicholls <jarred>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, darin, jchaffraix, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Jarred Nicholls 2011-12-24 10:10:35 PST
Allow XMLHttpRequest withCredentials to be set prior to a call to open()
Comment 1 Jarred Nicholls 2011-12-24 10:15:15 PST
Created attachment 120498 [details]
Patch
Comment 2 Alexey Proskuryakov 2011-12-24 10:47:54 PST
Comment on attachment 120498 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=120498&action=review

> LayoutTests/ChangeLog:4
> +        Allow XMLHttpRequest withCredentials to be set prior to a call to open()
> +        https://bugs.webkit.org/show_bug.cgi?id=75194

It's a shame that we didn't have a test for the opposite behavior already.
Comment 3 WebKit Review Bot 2011-12-24 12:29:48 PST
Comment on attachment 120498 [details]
Patch

Clearing flags on attachment: 120498

Committed r103661: <http://trac.webkit.org/changeset/103661>
Comment 4 WebKit Review Bot 2011-12-24 12:29:53 PST
All reviewed patches have been landed.  Closing bug.