aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/xmlhttprequest.rs
Commit message (Expand)AuthorAgeFilesLines
* Add support for Upgrade request to a potentially trustworthy URL. (#34986)Shubham Gupta2025-02-051-0/+2
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* Include `WebViewId` into EmbedderMsg variants where possible (#35211)Delan Azabani2025-01-301-0/+1
* Remove UTF-8 BOM before parsing JSON (#35175)shanehandley2025-01-271-15/+2
* net: Use `RequestId` to cancel fetches instead of creating an IPC channel (#3...Martin Robinson2025-01-111-22/+4
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-7/+7
* script: Unsilence all main thread `TaskQueue` errors (#34849)Martin Robinson2025-01-071-4/+7
* ReadableStream: remove the use of get_js_stream and use DomRoot<ReadableStrea...Taym Haddadi2025-01-051-3/+3
* script: Move `TaskManager` to `GlobalScope` (#34827)Martin Robinson2025-01-041-0/+1
* script: Eliminate code duplication in the task queue (#34798)Martin Robinson2025-01-011-5/+12
* Upgrade rustc to 1.83 (#34793)Nico Burns2025-01-011-69/+65
* Use spec-aligned process for resolving history handling during navigation (#3...shanehandley2024-12-271-0/+1
* 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