ddh
db808ca75d
Added devtools support to fetch for XHR + Manish's XHR ident fix
...
added unit test for request fetch with devtools
added devtools/fetch test
2016-07-29 11:20:38 +01:00
Manish Goregaokar
9deecd793c
Review fixes
2016-06-11 11:49:40 +05:30
Manish Goregaokar
fd6f9bd411
Test fixes; update for changes in spec
2016-06-10 20:55:25 +05:30
Manish Goregaokar
6e29b872d7
Test fixes:
...
- Hack to stop hitting unreachable on referer
- add fetch_done to make sync work
- Make datauris work by setting the response URI, spec bug
- Allow for empty bodies
- Make request bodies work (pass to http, fix fencepost in iter count)
2016-06-10 20:53:36 +05:30
Manish Goregaokar
8bcf54deb5
Use RequestInit instead of LoadData. Make code look like the spec.
2016-06-10 20:53:28 +05:30
Manish Goregaokar
2cbc8dee25
Net side of XHR fetch integration
2016-06-10 20:53:15 +05:30
Manish Goregaokar
b5255f011e
Revamp Fetch async handling to use a fetch target and done channels
2016-06-10 20:53:10 +05:30
Daniel Robertson
153059c55c
Fix logic for cors cache match
...
The current logic for a cors cache match does not consider "credentials
is false and request's credentials mode is not "include" or credentials
is true."
2016-04-27 16:39:57 -04:00
Simon Sapin
7932ab6ac2
Upgrade to rust-url 1.0 and hyper 0.9
2016-04-23 20:27:58 +02:00
Stjepan Glavina
3ec4515a73
Address PR comments
...
- Remove fn `url_is_local`
- Remove fn `set_local_urls_only`
- Fix `test_fetch_with_local_urls_only`
2016-03-24 13:42:40 +01:00
Stjepan Glavina
6576fde29b
Correctly handle flag local_urls_only
...
In function Request::fetch_main, flag local_urls_only (if set)
should allow fetching local urls only. Before this change, the flag had
the inverse behaviour.
2016-03-23 18:01:43 +01:00
Nikki
3f79667050
implementing working demonstration of calling Fetch asynchronously
2016-03-01 13:02:38 -07:00
Keith Yeung
96971244ac
Update fetch attributes to match the new spec
2016-02-27 08:40:09 -05:00
Nikki
cf607606e0
implement http redirect fetch, and various Fetch Standard updates
2016-02-17 12:52:24 -07:00
Keith Yeung
66c2f6d58b
Implement "potential CORS request"
2016-02-03 14:41:36 -05:00
Nikki
db8cc6eccf
Partial implementation of Main Fetch step, including appropiate updates to tests
2016-01-29 12:40:54 -07:00
Keith Yeung
a53661f6c8
Rename net/fetch/request.rs to net/fetch/methods.rs and move Request to net_traits
2016-01-18 00:57:19 -05:00