aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/xmlhttprequest.rs
Commit message (Expand)AuthorAgeFilesLines
* Make the fetch method only handle sync XHRs.Josh Matthews2015-04-161-43/+11
* Make timeouts for async XHR post a runnable.Josh Matthews2015-04-161-25/+40
* Make async XMLHttpRequest requests use async network events.Josh Matthews2015-04-161-12/+245
* Start switching net/ to use abstractions over channels to allow introducing n...Josh Matthews2015-04-161-9/+8
* Update WHATWG links to use HTTPSCorey Farwell2015-04-131-2/+2
* auto merge of #5511 : Ms2ger/servo/int, r=jdmbors-servo2015-04-031-2/+2
|\
| * Stop using int/uint in script.Ms2ger2015-04-031-2/+2
* | Split out shared networking code into net_traits crateGilles Leblanc2015-04-031-3/+3
|/
* auto merge of #5375 : frewsxcv/servo/xhr-docs, r=jdmbors-servo2015-03-261-1/+42
|\
| * Add comments linking XHR code to XHR specificationCorey Farwell2015-03-251-1/+42
* | Remove enum variant prefix in XMLHttpRequestStateCorey Farwell2015-03-251-8/+8
|/
* Stop abusing format! macro when construct a StringCorey Farwell2015-03-221-2/+2
* Replace unsafe_blocks by unsafe_code.Manish Goregaokar2015-03-211-2/+2
* Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev.Ms2ger2015-03-181-5/+14
* Use qitem rather than QualityItem::new in XHR.Ms2ger2015-03-141-2/+2
* Fixing Intermittent failure in pages with timersPrabhjyot Singh Sodhi2015-02-221-1/+1
* Upgrade to rustc ba2f13ef0 2015-02-04Simon Sapin2015-02-111-8/+7
* Make XMLHttpRequest user-set headers be preserved across redirects.Josh Matthews2015-02-041-33/+29
* Initialize trusted-ness of DOM events properlyGilles Leblanc2015-02-031-3/+3
* add `unwrap` to `send/recv` callsAlexandru Cojocaru2015-02-031-2/+2
* Added error checking on XMLHttpRequest::setWithCredentialsKeith Yeung2015-02-021-2/+15
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-2/+2
* self importManish Goregaokar2015-01-281-1/+1
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-31/+35
* Pass a String to spawn_named.Ms2ger2015-01-211-3/+3
* Move to to_owned rather than into_string.Ms2ger2015-01-201-25/+26
* Make Runnable::handler take self by value.Ms2ger2015-01-101-2/+3
* Deny unsafe blocks in script.Ms2ger2015-01-091-0/+2
* auto merge of #4575 : mttr/servo/warnings, r=jdmbors-servo2015-01-081-1/+1
|\
| * Fix `use Deref instead` warningMatthew Rasmus2015-01-081-1/+1
* | auto merge of #4566 : mattnenterprise/servo/globalref-by-value, r=Ms2gerbors-servo2015-01-081-6/+6
|\ \ | |/ |/|
| * Fixes #4164 Make Constructor and new functions take GlobalRef by valueMatt McCoy2015-01-071-6/+6
* | Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-5/+5
|/
* Qualify resource_task enums.Ms2ger2015-01-041-1/+3
* Qualify hyper enums.Ms2ger2015-01-041-6/+6
* Fix obsolete format traits.Ms2ger2015-01-021-1/+1
* Rename GlobalRoot::root_ref() to GlobalRoot::r() for consistency.Ms2ger2015-01-011-7/+7
* Remove unsound Root::deref() calls in XMLHttpRequest.Ms2ger2015-01-011-4/+4
* Replace Root::deref() calls by Root::r() calls where possible.Ms2ger2015-01-011-4/+4
* use str to_jsval() nowyodalee2015-01-011-1/+1
* Force all messages to worker tasks to send a TrustedWorkerAddress along with ...Josh Matthews2014-12-291-11/+8
* Allow refcounting arbitrary DOM objects in concert with the GC to enable safe...Josh Matthews2014-12-291-70/+10
* auto merge of #4173 : Manishearth/servo/a-more-dom-struct, r=kmcallisterbors-servo2014-12-271-7/+1
|\
| * Remove extra spacesManish Goregaokar2014-12-271-1/+0
| * Remove manual impls of Reflectors (autogen)Manish Goregaokar2014-12-271-6/+1
* | script: to_string() -> into_string()Manish Goregaokar2014-12-271-23/+23
|/
* Replace XHR events for generic ones in ScriptTaskthiagopnts2014-12-231-5/+32
* script: Remove glob imports added in #4405Tetsuharu OHZEKI2014-12-191-58/+52
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-32/+32
* Add auxiliary method to EventTargetHelpers for events without targetthiagopnts2014-12-161-2/+2