aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlscriptelement.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* clippy: Fix unneeded return statement warnings (#31776)Oluwatobi Sofela2024-03-201-1/+0
* clippy: Fix dereferenced warnings (#31770)Oluwatobi Sofela2024-03-201-10/+10
* style: Remove dependency on servo_url (#31358)Martin Robinson2024-02-161-1/+1
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-1/+1
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-44/+46
* remove `extern crate` (#30311)Samson2023-09-081-1/+1
* Fix type attribute for module script not in case insensitive issue (#30206)Li-Hsuan Hsieh2023-08-251-1/+3
* No tracing of nop traceable fields (#29926)Samson2023-08-041-5/+7
* Formatting.Josh Matthews2023-05-281-2/+2
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-1/+4
* Make GlobalScope.get_cx a static method.Josh Matthews2023-05-201-4/+4
* Format.Josh Matthews2022-11-231-5/+6
* Changes for spidermomkey upgrade.Josh Matthews2022-11-231-14/+10
* Formatingsagudev2021-03-121-1/+2
* Fix errorssagudev2021-03-121-5/+2
* Update mozjs.Josh Matthews2021-02-181-0/+3
* Implement referrerPolicy for HTMLLinkElement and HTMLScriptElementYUAN LYU2020-12-011-4/+15
* Update mozjs to 0.14.1Sudarsan2020-08-281-3/+1
* Removed unnecessary conversion from UTF-8 to UTF-16Arjun Ramachandrula2020-07-271-7/+4
* Pass C string pointer to CompileOptionsWrapper.Josh Matthews2020-07-221-2/+3