aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/xmlhttprequest.rs
Commit message (Expand)AuthorAgeFilesLines
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* Remove referrer policy from document (#34263)shanehandley2024-11-191-2/+1
* Implement referrer policy for dom worker construction (#34192)shanehandley2024-11-091-9/+1
* Use out parameter for generated methods returning JSVal (#34087)Josh Matthews2024-11-051-28/+16
* cangc fixes in several files + event.rs + rtcpeerconnection.rs (#34002)chickenleaf2024-10-251-3/+3
* CanGc fixes from EventTarget::fire_event (#33985)tanishka2024-10-231-1/+1
* Propagate CanGc when interacting with readable streams. (#33975)Josh Matthews2024-10-231-9/+12
* CanGc fixes in several files (#33958)chickenleaf2024-10-211-18/+31
* net: Start reducing number of IPCs channels used for fetch with a `FetchThrea...Martin Robinson2024-10-161-31/+16
* CanGc fixes in components/script/dom (#33843)tanishka2024-10-151-6/+3
* Various CanGc fixes (#33800)webbeef2024-10-111-30/+44
* More CanGc fixes: Range, Event, gpu error, Header (#33774)webbeef2024-10-101-0/+2
* Various CanGc fixes in components/script/dom (#33706)webbeef2024-10-081-3/+7
* script: Include constructors and static methods in generated DOM traits (#33665)Josh Matthews2024-10-081-10/+9
* clippy: Fix several warnings in `components/script` and `components/webgpu` (...tanishka2024-10-041-0/+1
* Create HttpStatus to safely deal with HTTP responses status. (#33581)webbeef2024-09-291-12/+10
* fix many clippy warnings (#33510)Gae242024-09-211-1/+1
* Improve spec conformance around request header validation (#33418)shanehandley2024-09-141-20/+16
* Propagate `CanGc` from `Document::new()` (#33386)Andriy Sultanov2024-09-091-15/+27
* script: Stop using `time` in DOM timers (#33262)Martin Robinson2024-08-301-16/+17
* Start marking functions that can transitively trigger a GC (#33144)Josh Matthews2024-08-221-3/+9
* enhance: Add support for `unsafe-eval` and `wasm-unsafe-eval` (#32893)Chocolate Pie2024-08-011-0/+1
* Fix more clippy (#32740)石蕊 (Pi-Cla)2024-07-091-1/+1
* Update WebIDL.py (#32495)Ngo Iok Ui (Wu Yu Wei)2024-06-151-1/+1
* Fixed some clippy warnings in components (#32025)komuhangi2024-04-101-2/+1
* clippy: fixed various clippy warnings in `components/scripts` (#31960)Rosemary Ajayi2024-04-011-1/+1
* fix redundant closures in component/script/dom (#31917)Ekta Siwach2024-03-281-2/+2
* WebIDL: Replace `NonNull<JSObject>` in `xmlhttprequest` (#31880)eri2024-03-271-51/+44
* clippy: Fix option_map_unit_fn warnings (#31906)Oluwatobi Sofela2024-03-271-5/+5
* clippy: Fix single_match warnings (#31876)Oluwatobi Sofela2024-03-261-54/+51
* clippy: Fix collapsible_if warnings (#31852)Oluwatobi Sofela2024-03-251-23/+23
* clippy: Fix `explicit_auto_deref` warnings in `components/script` (#31837)Oluwatobi Sofela2024-03-231-1/+1
* Fixed the .clone() warnings. (#31819)Aarya Khandelwal2024-03-221-1/+1
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-3/+3
* clippy: Fix many warnings in `components/script` (#31717)Richard Dushime2024-03-191-5/+5
* clippy: Fix some warnings in the `script` crate (#31719)Rosemary Ajayi2024-03-181-1/+1
* Update overrideMimeType and final-charset to match xhr spec (#29812)cybai (Haku)2024-02-281-31/+35
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-42/+41
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+8
* Rename reflect_dom_object2.Josh Matthews2023-05-311-2/+2
* Formatting.Josh Matthews2023-05-281-3/+10
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-5/+7
* Upgrade HyperNaveen Gattu2022-01-161-1/+1
* Update nightly rustc.Josh Matthews2021-11-011-1/+1
* Fix `document.characterSet` not reflecting byte order marks.Andreu Botella2020-12-311-2/+2
* Use data_url::Mime to parse the MIME TypesVincent Ricard2020-11-181-19/+48
* Implements "upload listener flag" for XHRVincent Ricard2020-09-241-13/+24
* Fix wrong priority for XHR username/passwordVincent Ricard2020-09-211-2/+3
* Use `asynch` instead of `r#async`Camelid2020-07-161-3/+3
* ensure clean shutdown of all threads running JSGregory Terzian2020-06-301-1/+4