aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/xmlhttprequest.rs
Commit message (Expand)AuthorAgeFilesLines
* Switch to data_url::mime for document content type (#36522)webbeef6 days1-26/+25
* Update FetchTaskTarget to propagate CSP violations. (#36409)Tim van der Lippe8 days1-5/+13
* Update ProgressEvent to use doubles (#36487)Sebastian C9 days1-2/+3
* Move `ScriptToConstellationMsg` to `constellation_traits` (#36364)Martin Robinson2025-04-051-1/+1
* Check all ancestor navigable trustworthiness for mixed content (#36157)Sebastian C2025-04-051-0/+2
* Use explicit reborrows with mozjs::MutableHandle (#35892)Greg Morenz2025-03-231-1/+6
* Implement declarative shadow dom (#34964)batu_hoang2025-03-171-0/+1
* Use new stylo crate renames (#35898)Nico Burns2025-03-121-1/+1
* script: implement ReadableByteStreamController (#35410)Taym Haddadi2025-03-101-1/+1
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-8/+8
* refactor: propagate CanGc arguments through callers (#35591)Auguste Baum2025-02-231-3/+3
* refactor: add CanGc as argument to create_buffer_source (#35597)Yerkebulan Tulibergenov2025-02-221-5/+9
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-1/+1
* script: remove a fixed todo from script/dom/xmlhttprequest.rs (#35417)shanehandley2025-02-111-6/+1
* 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