gecko/dom/fetch
Nikhil Marathe 9fc52a9946 Bug 1119044 - Fetch API WebIDL Fixes. r=bkelly,baku
Add various [SameObject]/[NewObject] annotations.
Adds RequestCache enum.
Ensures that cors-with-forced-preflight is translated to cors in getter.
Reject cors-with-forced-preflight as a valid mode value in Request constructor.

--HG--
extra : rebase_source : 3a70d53965def8fe02deec307367b9fda3458935
2015-01-07 16:24:40 -08:00
..
Fetch.cpp Bug 1115214 - Fetch API: Always consume body asynchronously. r=baku 2014-12-23 21:47:17 -08:00
Fetch.h Bug 1039846 - Patch 5: FetchDriver basic HTTP fetch support. r=baku,bkelly 2014-12-10 00:51:59 -08:00
FetchDriver.cpp Bug 1039846 - Patch 7: Create channel with a loadgroup. r=baku,bkelly 2015-01-08 08:55:05 -08:00
FetchDriver.h Bug 1039846 - Patch 7: Create channel with a loadgroup. r=baku,bkelly 2015-01-08 08:55:05 -08:00
Headers.cpp Bug 1039846 - Split Headers into InternalHeaders. r=baku 2014-10-02 10:59:20 -07:00
Headers.h Bug 1118486 - Part 1: Use = delete instead of MOZ_DELETE directly; r=Waldo 2015-01-08 23:19:05 -05:00
InternalHeaders.cpp Bug 1039846 - Patch 5.1: Set request upload stream and headers. r=baku,bkelly 2014-12-09 22:35:22 -08:00
InternalHeaders.h Bug 1039846 - Patch 5.1: Set request upload stream and headers. r=baku,bkelly 2014-12-09 22:35:22 -08:00
InternalRequest.cpp Bug 1119044 - Fetch API WebIDL Fixes. r=bkelly,baku 2015-01-07 16:24:40 -08:00
InternalRequest.h Bug 1119044 - Fetch API WebIDL Fixes. r=bkelly,baku 2015-01-07 16:24:40 -08:00
InternalResponse.cpp Bug 1039846 - Patch 4: FetchDriver with about:, blob: and data: fetching. r=baku 2014-10-06 11:01:20 -07:00
InternalResponse.h Bug 1039846 - Patch 5: FetchDriver basic HTTP fetch support. r=baku,bkelly 2014-12-10 00:51:59 -08:00
moz.build Bug 1039846 - Patch 4: FetchDriver with about:, blob: and data: fetching. r=baku 2014-10-06 11:01:20 -07:00
Request.cpp Bug 1119044 - Fetch API WebIDL Fixes. r=bkelly,baku 2015-01-07 16:24:40 -08:00
Request.h Bug 1119044 - Fetch API WebIDL Fixes. r=bkelly,baku 2015-01-07 16:24:40 -08:00
Response.cpp Bug 1077393 - Rename ScalarValueString to USVString. r=smaug 2014-11-20 12:58:00 +01:00
Response.h Bug 1039846 - Patch 5: FetchDriver basic HTTP fetch support. r=baku,bkelly 2014-12-10 00:51:59 -08:00