aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/eventsource.rs
Commit message (Expand)AuthorAgeFilesLines
* Update FetchTaskTarget to propagate CSP violations. (#36409)Tim van der Lippe10 days1-0/+7
* Check all ancestor navigable trustworthiness for mixed content (#36157)Sebastian C2025-04-051-0/+1
* Use new stylo crate renames (#35898)Nico Burns2025-03-121-1/+1
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-3/+3
* script: add skeleton implementation of `FontFace` API (#35262)Mukilan Thiyagarajan2025-02-191-1/+1
* Add support for Upgrade request to a potentially trustworthy URL. (#34986)Shubham Gupta2025-02-051-0/+1
* 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
* net: Use `RequestId` to cancel fetches instead of creating an IPC channel (#3...Martin Robinson2025-01-111-3/+3
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-8/+7
* script: Unsilence all main thread `TaskQueue` errors (#34849)Martin Robinson2025-01-071-11/+6
* script: Move `TaskManager` to `GlobalScope` (#34827)Martin Robinson2025-01-041-6/+0
* script: Eliminate code duplication in the task queue (#34798)Martin Robinson2025-01-011-6/+6
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* cangc fixes in several files + event.rs + rtcpeerconnection.rs (#34002)chickenleaf2024-10-251-1/+1
* CanGc fixes from EventTarget::fire_event (#33985)tanishka2024-10-231-4/+4
* More files with CanGc fixes (#33892)chickenleaf2024-10-181-10/+11
* Use `ROUTER::add_typed_route` instead of `ROUTER::add_route` everywhere (#33866)Simon Wülker2024-10-181-3/+3
* net: Start reducing number of IPCs channels used for fetch with a `FetchThrea...Martin Robinson2024-10-161-6/+10
* script: Include constructors and static methods in generated DOM traits (#33665)Josh Matthews2024-10-081-13/+12
* script: Stop using `time` in DOM timers (#33262)Martin Robinson2024-08-301-5/+8
* Start marking functions that can transitively trigger a GC (#33144)Josh Matthews2024-08-221-0/+5
* clippy: fixed some warnings in components/script (#31888)Ekta Siwach2024-03-261-1/+1
* clippy: Fix `explicit_auto_deref` warnings in `components/script` (#31837)Oluwatobi Sofela2024-03-231-2/+2
* clippy: Fix needless borrow warnings (#31813)Oluwatobi Sofela2024-03-211-2/+2
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-2/+2
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-21/+24
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+3
* Rename reflect_dom_object2.Josh Matthews2023-05-311-2/+2
* Formatting.Josh Matthews2023-05-281-1/+6
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-3/+7
* Make GlobalScope.get_cx a static method.Josh Matthews2023-05-201-2/+2
* Make url for "client" referrer mandatoryMatthias Deiml2020-06-171-0/+1
* Properly set the url on the Response object when the response is an opaquered...Bastien Orivel2020-05-061-1/+1
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+1
* Fail fast on bad schemesPatrick Shaughnessy2020-02-101-3/+14
* rename compartment to realmKunal Mohan2020-01-241-1/+1
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-2/+3
* continue messageport, transferable, postmessage optionsGregory Terzian2019-10-191-1/+1
* begin messageport, transferable objects, implKeith Yeung2019-10-191-0/+1
* Support CORS attributes for image elements.Josh Matthews2019-10-041-14/+10
* Modify *::get_cx methods to return a safe JSContext instead of a raw onemarmeladema2019-07-241-2/+2
* Create a helper API for entering a DOM object's compartmentKamil Niski2019-06-291-5/+2
* Upgrade headers, headers-core, and hyper_serde.Josh Matthews2019-06-131-1/+1
* Update to SpiderMonkey 66.Josh Matthews2019-05-101-2/+2
* Implementing the builder pattern for RequestInitLucas Fantacuci2019-04-101-13/+11
* Tweak the MIME comparison in EventSourceAnthony Ramine2019-01-141-12/+8
* Provide the source window as part of postMessage events.Josh Matthews2019-01-071-0/+1
* refactored performance timing to align with updated specddh2018-11-201-2/+33
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1