aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_module.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove referrer policy from document (#34263)shanehandley2024-11-191-2/+17
* Add some more CanGc arguments for compiling module scripts. (#34182)Josh Matthews2024-11-131-3/+13
* Unminify module scripts. (#34206)Josh Matthews2024-11-121-2/+44
* CanGc fixes from EventTarget::fire_event (#33985)tanishka2024-10-231-1/+1
* Resolved potential GC borrow hazards in ModuleTree::append_handler, ModuleTre...chickenleaf2024-10-231-33/+35
* Ensure compiled script module object remains rooted while it's being passed a...Josh Matthews2024-10-231-12/+24
* CanGc fixes in `errorevent.rs` (#33960)tanishka2024-10-221-2/+7
* Mark promise creation methods with CanGc (#33928)Josh Matthews2024-10-221-6/+24
* fix clippy warning in components/script (#33878)lwz232024-10-171-1/+1
* net: Start reducing number of IPCs channels used for fetch with a `FetchThrea...Martin Robinson2024-10-161-30/+23
* clippy: Rename various methods and members to conform to naming guidelines (#...Martin Robinson2024-10-101-3/+3
* Various CanGc fixes in components/script/dom (#33706)webbeef2024-10-081-1/+1
* Create HttpStatus to safely deal with HTTP responses status. (#33581)webbeef2024-09-291-16/+18
* Propagate `CanGc` from `Document::new()` (#33386)Andriy Sultanov2024-09-091-2/+2
* jsstring_to_str should accept a NonNull argument for the JS string (#33306)Andriy Sultanov2024-09-051-1/+1
* script: Use the new C string literal in the DOM bindings (#32741)Bumsoo Kim2024-07-111-1/+1
* Fix more clippy (#32740)石蕊 (Pi-Cla)2024-07-091-3/+3
* Avoid unnecessary clones for URLs (#32694)cybai (Haku)2024-07-081-25/+27
* Fixed some clippy warnings in components (#32025)komuhangi2024-04-101-1/+1
* clippy: Allow `too_many_arguments` for all functions (#31962)komuhangi2024-04-011-0/+1
* clippy: fixed various clippy warnings in `components/scripts` (#31960)Rosemary Ajayi2024-04-011-1/+1
* clippy: Fix a few problems in `components/scripts` (#31959)Rosemary Ajayi2024-04-011-1/+1
* clippy: Fix len_zero warnings (#31935)Oluwatobi Sofela2024-03-291-2/+2
* fix: omitted the `let` bindings (#31908)Azhar Ismagulova2024-03-271-1/+1
* 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-5/+5
* clippy: Fix `unnecessary_cast` warnings in `components/script` (#31823)Oluwatobi Sofela2024-03-221-1/+1
* Fixed the .clone() warnings. (#31819)Aarya Khandelwal2024-03-221-12/+10
* clippy: Fix unneeded return statement warnings (#31776)Oluwatobi Sofela2024-03-201-1/+1
* clippy: Fix dereferenced warnings (#31770)Oluwatobi Sofela2024-03-201-2/+2
* clippy: Fix many warnings in `components/script` (#31717)Richard Dushime2024-03-191-18/+17
* Remove deprecated remove function (#31213)Taym Haddadi2024-01-301-1/+3
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-13/+13
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-2/+2
* Use Foo_Binding instead of FooBinding for namespace modules (#30447)Samson2023-09-301-1/+1
* Update mozjs to a version that includes SpiderMonkey ESR 115 (#30379)Samson2023-09-201-34/+10
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-49/+46
* remove `extern crate` (#30311)Samson2023-09-081-0/+1
* Use mozjs tracing infrastructure (#29918)Samson2023-08-101-0/+1
* No tracing of nop traceable fields (#29926)Samson2023-08-041-3/+12
* Fix formatting.Josh Matthews2023-05-201-10/+3
* Remove global argument from Promise::new_in_current_realm.Josh Matthews2023-05-201-2/+2
* Make GlobalScope.get_cx a static method.Josh Matthews2023-05-201-30/+33
* Format.Josh Matthews2022-11-231-10/+13
* Trigger new module error reporting behaviour.Josh Matthews2022-11-231-27/+32
* Changes for spidermomkey upgrade.Josh Matthews2022-11-231-23/+31
* Don't hardcode string types.Josh Matthews2021-05-141-2/+2
* fmtsagudev2021-03-131-1/+1
* Fix ModuleEvaluatesagudev2021-03-131-2/+3
* Formatingsagudev2021-03-121-1/+1