servo/components/script/dom/bindings
Jeena Lee fabe2b8f7e Implement the Request API for the Fetch API.
This commit adds new files related to implementing the [Request
API](https://fetch.spec.whatwg.org/#request-class). This commit also
changes the expected web platform tests results. It also modifies the
following files:

components/net_traits/request.rs
HeapSizeOf is implemented in net_traits/request so that dom::request can
be used as a wrapper around net_traits::request::Request.

components/script/dom/headers.rs
Several methods are added to Headers so that request can access and
modify some of the headers fields.
2016-08-12 15:39:40 -07:00
..
codegen bindings generator: support default ByteString values in dictionary 2016-08-10 10:50:36 -07:00
callback.rs
cell.rs
conversions.rs Avoid unnecessary JS_WrapValue calls for DOM reflectors. 2016-07-12 08:22:50 -04:00
error.rs Remove an unused argument to ErrorInfo::from_dom_exception. 2016-07-29 10:24:29 +02:00
global.rs Add cancellability to file manager load and related refactoring 2016-08-02 23:51:51 +02:00
guard.rs
inheritance.rs
interface.rs Update SpiderMonkey to m-c bcf4ff0c3eef. 2016-07-28 13:05:56 +02:00
js.rs
mod.rs
num.rs
proxyhandler.rs Update SpiderMonkey to m-c bcf4ff0c3eef. 2016-07-28 13:05:56 +02:00
refcounted.rs
reflector.rs
str.rs Auto merge of #12467 - jeenalee:jeena-headersAPI, r=jdm 2016-07-20 16:24:48 -05:00
structuredclone.rs
trace.rs Implement the Request API for the Fetch API. 2016-08-12 15:39:40 -07:00
utils.rs
weakref.rs
xmlname.rs