aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlscriptelement.rs
Commit message (Expand)AuthorAgeFilesLines
* resolve issue #36074 new_js_regex and matches_js_regex need a CanGc argument ...Kunga Derick Abongho2025-03-291-3/+6
* Use new stylo crate renames (#35898)Nico Burns2025-03-121-1/+1
* Implement `nonce` attribute to pass more CSP checks (#35876)Simon Wülker2025-03-101-1/+3
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-9/+9
* script: Implement preparation-time document (#35718)Xiaocheng Hu2025-03-021-58/+108
* refactor: propagate CanGc arguments through callers (#35591)Auguste Baum2025-02-231-2/+2
* refactor: propagate CanGc arguments through callers (#35565)Auguste Baum2025-02-211-6/+6
* Add support for Upgrade request to a potentially trustworthy URL. (#34986)Shubham Gupta2025-02-051-1/+5
* 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/+4
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-1/+1
* api: Flatten and simplify Servo preferences (#34966)Martin Robinson2025-01-141-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-28/+33
* script: Expose `NodeTraits::owner_global` / `Window::as_global_scope` (#34843)Martin Robinson2025-01-071-13/+14
* script: Unsilence all main thread `TaskQueue` errors (#34849)Martin Robinson2025-01-071-1/+1
* Add shadow tree flags to Bind/UnbindContext (#34863)Simon Wülker2025-01-071-1/+1
* Document's current script should not be updated when executing script element...Domenico Rizzo2025-01-041-1/+9
* script: Move `TaskManager` to `GlobalScope` (#34827)Martin Robinson2025-01-041-9/+4
* script: Expose node helpers as `NodeTraits` and give more descriptive names (...Martin Robinson2025-01-031-20/+19
* script: Eliminate code duplication in the task queue (#34798)Martin Robinson2025-01-011-3/+2
* Don't run scripts while DOM tree is undergoing mutations (#34505)Josh Matthews2024-12-261-10/+17
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* Add some more CanGc arguments for compiling module scripts. (#34182)Josh Matthews2024-11-131-1/+1
* Unminify module scripts. (#34206)Josh Matthews2024-11-121-51/+37
* Support persisting unminified external stylesheets (#33919)Taym Haddadi2024-10-301-65/+20
* 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-1/+1
* cangc fixes in node.rs (#33984)chickenleaf2024-10-231-6/+8
* CanGc fixes in `errorevent.rs` (#33960)tanishka2024-10-221-6/+7
* Mark promise creation methods with CanGc (#33928)Josh Matthews2024-10-221-4/+6
* More CanGc fixes (#33888)chickenleaf2024-10-171-1/+1
* net: Start reducing number of IPCs channels used for fetch with a `FetchThrea...Martin Robinson2024-10-161-29/+16
* More CanGc fixes: Range, Event, gpu error, Header (#33774)webbeef2024-10-101-5/+8
* Create HttpStatus to safely deal with HTTP responses status. (#33581)webbeef2024-09-291-16/+18
* Replace .map_or(false with Option::is_some_and (#33468)Simon Wülker2024-09-161-1/+1
* Propagate `CanGc` from `Document::new()` (#33386)Andriy Sultanov2024-09-091-3/+12
* Update mozjs (SpiderMonkey) to 128.0 (#32769)Samson2024-07-291-26/+16
* Use workspace definitions for all crates and update to the 2021 edition (#32544)Martin Robinson2024-06-181-1/+5
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-1/+1
* Fixed some clippy warnings by replacing 'match' with 'if' (#32007)komuhangi2024-04-071-22/+18
* clippy: Fix a few problems in `components/script/dom` (#31955)Rosemary Ajayi2024-03-311-3/+1
* clippy: Fix a variety of warnings in components/script/dom (#31894)Ekta Siwach2024-03-291-5/+5
* clippy: Fix needless_borrow warnings in components/script (#31928)Azhar Ismagulova2024-03-291-3/+3
* fix: remove unused imports (#31929)Azhar Ismagulova2024-03-281-1/+0
* clippy: Fix mem_replace_with_default warnings (#31921)Oluwatobi Sofela2024-03-281-1/+1
* clippy: Fix op_ref warnings (#31900)Oluwatobi Sofela2024-03-271-2/+2
* fixes dereferencing on an immutable reference (#31864)Aarya Khandelwal2024-03-261-1/+1
* clippy: Fix `explicit_auto_deref` warnings in `components/script` (#31837)Oluwatobi Sofela2024-03-231-3/+3
* Fixed the .clone() warnings. (#31819)Aarya Khandelwal2024-03-221-7/+7
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-5/+5