Manish Goregaokar
|
533fab46f9
|
Async XHR GET with basic response header support
|
2014-05-20 21:01:12 +05:30 |
|
Manish Goregaokar
|
b40d8b4d53
|
Basic synchronous GET with XHR
|
2014-05-09 20:39:54 +05:30 |
|
Martin Robinson
|
300004f3e9
|
Use == instead of match for tests against a single enum value
The performance of using == should now equal that of match, so many
identity methods can be simplified to a single line.
Fixes #1596.
|
2014-05-08 17:11:00 -07:00 |
|
Ms2ger
|
243814022e
|
Replace all ~"" with "".to_owned().
|
2014-05-03 22:17:45 +02:00 |
|
Josh Matthews
|
0f2d0b1dc3
|
Address review comments.
|
2014-05-03 14:18:31 -04:00 |
|
Josh Matthews
|
522d3f167b
|
s/Unrooted/Temporary/g
|
2014-05-03 14:18:31 -04:00 |
|
Josh Matthews
|
76783b029e
|
Move WebIDL methods to traits implemented by JSRef types.
|
2014-05-03 14:18:30 -04:00 |
|
Josh Matthews
|
d7b96db33c
|
Implement safe rooting strategy via Unrooted, Root, JSRef, and JS.
|
2014-05-03 14:18:30 -04:00 |
|
Josh Matthews
|
ffdc3f5b32
|
Turn on GC all the time. Fix rooting errors during parsing and storing timers. Fix borrow errors during tracing.
|
2014-05-03 14:18:30 -04:00 |
|
Manish Goregaokar
|
a4c5df3494
|
Use ByteString in XHR
|
2014-05-03 19:39:11 +05:30 |
|
Manish Goregaokar
|
619da07a4f
|
Webidl and basic implementation of XHR object
|
2014-05-03 14:00:20 +05:30 |
|