Граф коммитов

168 Коммитов

Автор SHA1 Сообщение Дата
Shawn Huang 4cab29da52 Bug 1345457 - Part 2: Assert upload.abort and upload.loadend events before abort, r=annevk
Per https://xhr.spec.whatwg.org/#request-error-steps xhr.upload.onabort fires before xhr.onabort
2017-06-30 10:48:36 -07:00
Shawn Huang 404d298e5d Bug 1370485 - Do not return lowercased header names for getAllResponseHeaders(), r=smaug 2017-06-08 20:45:07 +08:00
Shawn Huang 359ea18657 Bug 1366942 - Remove unused meta files for XMLHttpRequest, r=jgraham 2017-05-25 10:56:03 +08:00
Shawn Huang eefd390584 Bug 1362347 - Update response expectations for open-url-worker-origin.htm, r=annevk 2017-05-22 18:41:48 +08:00
Shawn Huang cc72c6e913 Bug 1348390 - Sort and lowercase response's header lists for getAllResponseHeaders(), r=baku
Sort and lowercase response's header lists for getAllResponseHeaders().
Per XHR 4.6.5, make response’s header list sorted and lowercased.
2017-05-17 15:18:46 +08:00
James Graham cb3c5fd799 Bug 1363982 - Update web-platform-tests expected data to revision db6ed4bb451e44748cbb9af69d0a01c17a33571a, a=testonly
MozReview-Commit-ID: 64BfbLZKedo
2017-05-11 18:01:47 +01:00
Shawn Huang 0deb22583d Bug 1362318 - Part2: Fallback override MIME type to application/octet-stream, r=baku
Set override MIME type to 'application/octet-stream', if type is not a parsable
MIME type.
2017-05-11 18:59:10 +08:00
Shawn Huang c5dd1dadc2 Bug 1362318 - Part1: Use text/xml as fallback response MIME type, r=baku
If response MIME type is the empty byte sequence, then set type to 'text/xml'.
2017-05-11 18:59:00 +08:00
Dragana Damjanovic 9a3cfa6017 Bug 1334776 - Store header names into nsHttpHeaderArray. r=mcmanus 2017-04-27 16:48:36 +02:00
James Graham 28ea08a831 Bug 1356225 - Update web-platform-tests expected data to revision d519fe9011da7cfce7949f7ed826e9759dc5c532, a=testonly
MozReview-Commit-ID: GUErRlQhUzx
2017-04-20 10:49:32 +01:00
Sebastian Hengst fd10b80465 Backed out changeset f98b750bb850 (bug 1356225)
MozReview-Commit-ID: 2HqnW54BB7M
2017-04-14 17:18:21 +02:00
James Graham 6a6d84470c Bug 1356225 - Update web-platform-tests expected data to revision d519fe9011da7cfce7949f7ed826e9759dc5c532, a=testonly
MozReview-Commit-ID: GUErRlQhUzx
2017-04-13 16:22:32 +01:00
Aryeh Gregor c442eea5f2 Bug 1297414 - Support execCommand("defaultParagraphSeparator"); r=masayuki
Later commits will add the actual functionality.

MozReview-Commit-ID: 6Ac9V6MjZpa
2017-04-04 13:47:28 +03:00
Shawn Huang 2a738826a6 Bug 1348390 - Disable new XHR wpt for instability, r=jmaher 2017-03-27 18:05:14 +08:00
Shawn Huang bea755a58f Bug 1341272 - Set readyState to DONE during synchronous XMLHttpRequest failure, r=baku 2017-03-27 15:21:57 +08:00
James Graham d43eb47f38 Bug 1345490 - Update web-platform-tests expected data, a=testonly
MozReview-Commit-ID: 6v6aK4ubvO6
2017-03-17 14:35:41 +00:00
Sebastian Hengst 80429d3da5 Backed out changeset bb409914119e (bug 1345490) 2017-03-15 19:22:43 +01:00
James Graham 3928465a39 Bug 1345490 - Update web-platform-tests expected data, a=testonly
MozReview-Commit-ID: 6v6aK4ubvO6
2017-03-15 15:20:53 +00:00
James Graham a0320bc3cb Bug 1340474 - Update web-platform-tests expected data to revision eba2c70d536caaeef540966bc8ac7822417ab867, a=testonly
MozReview-Commit-ID: F1kB3H4bj01
2017-02-20 11:54:14 +00:00
Iris Hsiao ec8d19ff7e Backed out changeset 5ae7735c28ae (bug 1340474) 2017-02-20 15:25:46 +08:00
James Graham c02f707189 Bug 1340474 - Update web-platform-tests expected data to revision eba2c70d536caaeef540966bc8ac7822417ab867, a=testonly
MozReview-Commit-ID: F1kB3H4bj01
2017-02-16 11:18:04 +00:00
Carsten "Tomcat" Book 26d4ac843a Backed out changeset 043404978da9 (bug 1340474) 2017-02-17 13:19:40 +01:00
James Graham 00ae0c5f7b Bug 1340474 - Update web-platform-tests expected data to revision eba2c70d536caaeef540966bc8ac7822417ab867, a=testonly
MozReview-Commit-ID: F1kB3H4bj01
2017-02-17 10:05:15 +00:00
Valentin Gosu 5efa650e31 Bug 918735 - Remove unneeded expected fail in open-url-bogus.htm.ini. r=jdm
This does not appear to be tested in this test.

MozReview-Commit-ID: JCTK6BTiJSg

--HG--
extra : rebase_source : 684c9bf0352f68a06e7a3be54800f101f8f25e11
2017-02-09 02:36:39 +01:00
Ms2ger ab55eb3915 Bug 1338068 - Correct the metadata handling for .any.js tests in workers; r=jgraham
The previous code would try to read a virtual file from the file system, which
would result in an exception in the handler and a 500 Internal Server Error
sent to the client.

This change is part of the code that landed upstream in
<https://github.com/w3c/wpt-tools/pull/156>.
2017-02-09 09:54:53 +01:00
Valentin Gosu fd0c022031 Bug 1275746 - Fix tests that assume a HTTP url without a hostname is valid r=bz,MattN,jdm,markh
MozReview-Commit-ID: DzRenakrcAG
2016-07-07 16:20:47 +03:00
James Graham 6989f40e72 Bug 1335397 - Update wpt metadata to d93247d5cb7d70f80da8b154a171f4e3d50969f4, a=testonly
MozReview-Commit-ID: FIOVYIlW5rP
2017-02-04 09:39:12 +00:00
James Graham bdce75a908 Bug 1331899 - Update web-platform-tests expected data to revision da8dc80ce9c2155e003f20816c0cb6f120c17db6, a=testonly
MozReview-Commit-ID: 2nHAXUTrhL4
2017-01-19 14:24:13 +00:00
Sebastian Hengst 0269ef6d15 Backed out changeset 0b09769075af (bug 1275746) 2017-01-18 14:55:47 +01:00
Valentin Gosu db1190c7a3 Bug 1275746 - Fix tests that assume a HTTP url without a hostname is valid r=bz,MattN,jdm,markh
MozReview-Commit-ID: DzRenakrcAG
2016-07-07 16:20:47 +03:00
Andreas Farre 06be0a2e0c Bug 1316871 - Ensure that we don't replace load popup. r=bkelly
This makes open-url-multi-window-6.htm always fail, which is intended.

MozReview-Commit-ID: 4OENwxMLUeh
2016-12-09 04:55:22 +01:00
Andreas Farre 82dff3dafb Revert rev 9211bfa02ed5 (Bug 1315260). Wrong commit message. r=me
MozReview-Commit-ID: 7uFDhNpx4XP
2016-12-09 04:50:42 +01:00
Andreas Farre c196f81e27 Bug 1315260 - Ensure that we don't replace load popup. r=bkelly
This makes open-url-multi-window-6.htm always fail, which is intended.

MozReview-Commit-ID: 4OENwxMLUeh
2016-12-09 04:33:00 +01:00
Thomas Wisniewski d1cae84099 Bug 1311798 - Align XMLHttpRequest.abort() with the spec. r=baku
--HG--
extra : rebase_source : 29002a6d139a08b706e54dfa4c32163632455e67
2016-11-21 01:30:00 -05:00
James Graham beb527a3f2 Bug 1318666 - Update web-platform-tests expected data to revision da8dc80ce9c2155e003f20816c0cb6f120c17db6, a=testonly
MozReview-Commit-ID: 7SWYHaAUCwX
2016-11-18 15:07:19 +00:00
James Graham 97f19844de Bug 1309931 - Update web-platform-tests expected data to revision 1d8e28e2c762b51c06670a373b23af6bd7a8aed7, a=testonly
MozReview-Commit-ID: L8aMsSMwuXI
2016-10-25 18:10:30 +01:00
Valentin Gosu db9440de51 Bug 1305204 - (Part 2) Backout bug 1275746 a=backout
MozReview-Commit-ID: H8aCKdJzEbR
2016-10-23 14:24:45 +02:00
Thomas Wisniewski c190891418 Bug 1303121 - Do not fire one last progress event on XHR errors, to match a spec change. r=annevk
--HG--
extra : rebase_source : 9a59934cfe8fc7f2ee8ef7788813f97e2355ce2a
2016-09-28 13:05:32 -04:00
Phil Ringnalda 398815ad9b Backed out changeset 490c671f8047 (bug 1303121) for failures in test_CrossSiteXHR.html 2016-09-27 22:39:00 -07:00
Thomas Wisniewski fb058e68f6 Bug 1303121 - Do not fire one last progress event on XHR errors, to match a spec change. r=annevk 2016-09-15 14:19:23 -04:00
Ryan VanderMeulen 10262ed0cb Backed out changeset 4bdbbae12cb3 (bug 918719) for causing webcompat issues.
--HG--
extra : rebase_source : 58d99de7d9ee9e32383b9d18e4fb80a1bc59d0ad
2016-09-27 15:58:01 -04:00
Thomas Wisniewski 3cf91c9343 Bug 918719 - Only fire one loading readystatechange per XHR, but keep the old behavior available behind the preference dom.send_multiple_xhr_loading_readystatechanges. r=smaug
--HG--
extra : rebase_source : 296943a67ae8bd3065749cc424a4379320169585
2016-09-12 22:39:01 -04:00
Thomas Wisniewski 0748df2882 Bug 1302312 - Treat URLs with username or password but no host info as malformed. r=valentin
--HG--
extra : rebase_source : 24fdcd9682cbcc3bb6850bf7708ea859264f4661
2016-09-13 12:47:16 -04:00
James Graham 1f69a53037 Bug 1302423 - Update web-platform-tests expected data to revision 6b48d45a1c7f3243945bf1678008f607e70acf2e, a=testonly
MozReview-Commit-ID: DOiOt5h4ESw
2016-09-13 14:49:45 +01:00
Thomas Wisniewski dadce88a58 Bug 918751 - Throw NetworkErrors instead of failures where appropriate for some XHR web platform tests. r=bz, r=keeler, r=Mossop, r=paul
--HG--
extra : rebase_source : 2d454dd6f7f66b0b2df44f6f4ce3740d8f6de04c
2016-09-03 18:45:08 -04:00
Phil Ringnalda 5e5ec2b54f Merge m-c to m-i 2016-08-29 21:32:16 -07:00
Phil Ringnalda 064025c802 Backed out changeset b64d6f5b63db (bug 918751) for OS X permaorange in XMLHttpRequest/send-non-same-origin.sub.htm 2016-08-29 21:27:32 -07:00
Thomas Wisniewski 756abf6cfa Bug 289714 - Do not write <parsererror> nodes for invalid XML documents in XMLHttpRequests made by web content. r=billm, r=bz
--HG--
extra : rebase_source : 4cc87bbeca140953a90b31e1fd5b32098d37a2de
2016-08-29 16:30:36 -04:00
Thomas Wisniewski 4e499d41bb Bug 918751 - Throw NetworkErrors instead of failures where appropriate for some XHR web platform tests. r=bz, r=annevk
--HG--
extra : rebase_source : e5e744656e6ae819e7f4f9f01491ce1d2d2a40b7
2016-08-23 11:49:50 -04:00
Thomas Wisniewski 95d1c98761 Bug 918703 - Part 2: Correct progress event logic so events are sent in the correct order and with the correct values according to spec. r=baku
--HG--
extra : rebase_source : da5305fdfb1b28404199733f68cb65803a087e38
2016-08-05 23:47:40 -04:00