gecko/dom/fetch
2015-02-02 09:56:13 +09:00
..
Fetch.cpp Bug 1126593 - Add a global fallible instance, so that using fallible works directly, everywhere. r=njn 2015-02-02 09:56:13 +09:00
Fetch.h Bug 1112922 - Implement request referrer correctly in Fetch API. r=bkelly 2014-12-23 07:56:19 -08:00
FetchDriver.cpp Bug 1122258 - Fetch API: Set anonymous flag on channel if no credentials are to be passed. 2015-01-15 14:28:14 -08:00
FetchDriver.h Bug 1120652 - Remove MainThreadFetchResolver::OnResponseEnd() and provide an empty definition in the parent class FetchDriverObserver. r=nsm 2015-01-14 23:59:00 -05: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 1119021 - CORS support. r=baku,bkelly 2015-01-07 15:50:54 -08:00
InternalHeaders.h Bug 1119021 - CORS support. r=baku,bkelly 2015-01-07 15:50:54 -08:00
InternalRequest.cpp Bug 1119021 - CORS support. r=baku,bkelly 2015-01-07 15:50:54 -08:00
InternalRequest.h Bug 1119026 - Respect skip serviceworker flag. r=baku,bkelly 2014-12-24 02:08:41 -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 1122677 - Disallow request body when method is HEAD/GET. 2015-01-16 13:08:19 -08:00
Request.h Backed out changeset 88970726eb6b (bug 1119044) for Werror bustage. 2015-01-13 13:26:52 -05:00
Response.cpp Bug 1112073 - Linux non-unified build bustage fix. a=bustage 2015-01-14 14:01:02 -08:00
Response.h Bug 1126483 - Added Response.ok. r=baku,bkelly 2015-01-27 17:34:34 -08:00