Bug 75194 - Allow XMLHttpRequest withCredentials to be set prior to a call to open()
Summary: Allow XMLHttpRequest withCredentials to be set prior to a call to open()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jarred Nicholls
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-24 10:10 PST by Jarred Nicholls
Modified: 2011-12-24 12:29 PST (History)
4 users (show)

See Also:


Attachments
Patch (4.32 KB, patch)
2011-12-24 10:15 PST, Jarred Nicholls
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.