aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/globalscope.rs
Commit message (Expand)AuthorAgeFilesLines
* Check CSP for inline event handlers (#36510)Tim van der Lippe7 days1-4/+7
* Transfer ReadableStream (#36181)Gregory Terzian9 days1-34/+169
* Update FetchTaskTarget to propagate CSP violations. (#36409)Tim van der Lippe11 days1-1/+21
* Support optional message for dataclone error (#36308)Jerens Lensun11 days1-1/+1
* script: Clean up CSP management code (#36493)chocolate-pie11 days1-12/+12
* add CanGc as argument to methods in ElementInternals, GlobalScope, HTMLAnchor...Yerkebulan Tulibergenov11 days1-3/+4
* Move `ScriptToConstellationMsg` to `constellation_traits` (#36364)Martin Robinson2025-04-051-6/+4
* Stub out Trusted Types interfaces (#36355)Tim van der Lippe2025-04-051-0/+11
* Check all ancestor navigable trustworthiness for mixed content (#36157)Sebastian C2025-04-051-0/+15
* constellation: Rename messages sent to the `Constellation` (#36341)Martin Robinson2025-04-041-45/+40
* webgpu: Add a `webgpu_traits` crate (#36320)Martin Robinson2025-04-041-2/+2
* Move generated bindings to script_bindings (#36323)Josh Matthews2025-04-041-24/+1
* libservo: Remove a couple `EmbedderMethods` (#36276)Martin Robinson2025-04-011-10/+0
* More miscellaneous script splitting changes (#36220)Josh Matthews2025-03-301-1/+1
* Miscellaneous script splitting preparation changes (#36216)Josh Matthews2025-03-291-0/+6
* script: Expose new methods for obtaining a global that require a realm. (#36116)Josh Matthews2025-03-261-9/+3
* feat: add can_gc argument to to_frozen_array (#36043)Arya Nair2025-03-191-0/+2
* Migrate to the 2024 edition (#35755)Simon Wülker2025-03-131-19/+19
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-10/+10
* refactor: add CanGc as argument to Promise::reject_error (#35646)Yerkebulan Tulibergenov2025-02-251-5/+5
* refactor: add CanGc as argument to Promise::reject_native (#35640)Yerkebulan Tulibergenov2025-02-251-1/+1
* refactor: add CanGc as argument to Promise::resolve (#35616)Yerkebulan Tulibergenov2025-02-231-5/+5
* refactor: propagate CanGc arguments through callers (#35591)Auguste Baum2025-02-231-10/+8
* refactor: add CanGc as argument to create_buffer_source (#35597)Yerkebulan Tulibergenov2025-02-221-5/+5
* Add get_url() to GlobalScopeHelper (#35589)webbeef2025-02-211-0/+6
* script: Make callbacks generic over DOM interfaces. (#35459)Josh Matthews2025-02-211-0/+12
* script: Refer to DOM interfaces with generic types in generated bindings. (#3...Josh Matthews2025-02-211-0/+34
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-5/+14
* feat: add `Notification` Web API binding (#34842)Jason Tsai2025-02-181-0/+25
* libservo: Flesh out permissions API (#35396)Martin Robinson2025-02-101-3/+10
* make report_pending_exception safe and adjust callers (#35351)Nolen Scaife2025-02-081-2/+2
* servoshell: Move `headless` setting to ServoShellPreferences (#35377)Martin Robinson2025-02-071-9/+0
* Add support for Upgrade request to a potentially trustworthy URL. (#34986)Shubham Gupta2025-02-051-1/+13
* 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-1/+15
* libservo: Stop using `script_traits` in the embedding layer (#35185)Martin Robinson2025-01-281-3/+4
* script: Do not set up an IPC route for every image load (#35041)Martin Robinson2025-01-251-1/+0
* Make generated bindings generic over DOM types (#35169)Josh Matthews2025-01-251-0/+12
* Remove BlobState abstraction (#35114)Simon Wülker2025-01-221-182/+128
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-3/+3
* net: Use `RequestId` to cancel fetches instead of creating an IPC channel (#3...Martin Robinson2025-01-111-4/+1
* script: Move navigation fetching to the `ScriptThread` (#34919)Martin Robinson2025-01-101-0/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-125/+157
* script: Use `enum`s for event loop senders and receivers (#34896)Martin Robinson2025-01-081-5/+4
* script: Unsilence all main thread `TaskQueue` errors (#34849)Martin Robinson2025-01-071-44/+36
* ReadableStream: remove the use of get_js_stream and use DomRoot<ReadableStrea...Taym Haddadi2025-01-051-5/+8
* script: Move `TimerListener` creation to `OneShotTimers` (#34825)Martin Robinson2025-01-041-48/+2
* script: Move `TaskManager` to `GlobalScope` (#34827)Martin Robinson2025-01-041-185/+114
* script: Eliminate code duplication in the task queue (#34798)Martin Robinson2025-01-011-124/+27
* script: Handle null contexts better during JS runtime shutdown. (#34769)Josh Matthews2024-12-261-5/+7