Commit Graph

17 Commits

Author SHA1 Message Date
Thomas Wisniewski
034e3669c0 Bug 1207233 - Part 1: Allow not sending a Content-Type header, or sending a blank string for it, and have XMLHttpRequest.setRequestHeader honor those possibilities. r=dragana 2016-07-11 14:27:36 -04:00
Thomas Wisniewski
6c59eca2e7 Bug 1285036 - Part 5: Consolidate the readystatechange-firing code into a function named FireReadyStateChange(). r=baku 2016-07-08 12:50:48 -04:00
Thomas Wisniewski
8e0637cb5d Bug 1285036 - Part 4: Remove the 'sent' pseudostate and add support for the spec's send() flag instead. r=baku 2016-07-08 12:50:19 -04:00
Thomas Wisniewski
1fdbdc55c0 Bug 1285036 - Part 3: Flip the asynchronous flag to synchronous, to match the spec. r=baku 2016-07-08 12:49:40 -04:00
Thomas Wisniewski
4f43589177 Bug 1285036 - Part 2: Split mState up into an enum and a set of bool flags. r=baku 2016-07-08 12:46:12 -04:00
Thomas Wisniewski
6bbb234a35 Bug 1285036 - Part 1: Use an enum for ProgressEvent types and use consts for the event name strings. r=baku 2016-07-08 12:44:33 -04:00
Ryan VanderMeulen
3129e2d34d Backed out 6 changesets (bug 1285036) for bustage on a CLOSED TREE.
Backed out changeset f7174077bd92 (bug 1285036)
Backed out changeset 4ae182434a6a (bug 1285036)
Backed out changeset 0390a7afb12d (bug 1285036)
Backed out changeset b93efbaf1d7a (bug 1285036)
Backed out changeset 3036026722de (bug 1285036)
Backed out changeset 8e94b77f805b (bug 1285036)
2016-07-07 21:57:49 -04:00
Thomas Wisniewski
18df915282 Bug 1285036 - Part 5: Consolidate the readystatechange-firing code into a function named FireReadyStateChange(). r=baku 2016-07-07 11:56:04 -04:00
Thomas Wisniewski
9835e5b7d0 Bug 1285036 - Part 4: Remove the 'sent' pseudostate and add support for the spec's send() flag instead. r=baku 2016-07-07 11:51:51 -04:00
Thomas Wisniewski
216bba91c8 Bug 1285036 - Part 3: Flip the asynchronous flag to synchronous, to match the spec. r=baku 2016-07-07 11:31:19 -04:00
Thomas Wisniewski
474dd836e5 Bug 1285036 - Part 2: Split mState up into an enum and a set of bool flags. r=baku 2016-07-07 11:21:22 -04:00
Thomas Wisniewski
b0ce60e4a4 Bug 1285036 - Part 1: Use an enum for ProgressEvent types and use consts for the event name strings. r=baku 2016-07-07 11:07:53 -04:00
Thomas Wisniewski
bfeb7dfcb6 Bug 924319 - do not include Content-Length for data URIs in XMLHttpRequest.getAllResponseHeaders. r=jst 2016-06-28 19:22:16 -04:00
Thomas Wisniewski
2102091a0f Bug 918773 - set responseXML.referrer to the empty string. r=jst 2016-06-30 14:01:25 -04:00
Benjamin Dahse
42b3a5d429 Bug 988831 - support memory mapped files in Windows. r=ehoogeveen 2016-06-30 14:32:13 +02:00
Andrea Marchesini
fded673891 Bug 1282253 - Get rid of XHR::ResponseTypeEnum, r=smaug 2016-06-27 19:13:41 +02:00
Andrea Marchesini
a454a64b7f Bug 1269162 - part 6 - Merge XMLHttpRequestWorker and XMLHttpRequestMainThread, r=smaug 2016-06-27 19:13:41 +02:00