aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlscriptelement.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added off thread compilationAbhishekSharma1022020-07-211-40/+221
* Auto merge of #27026 - CYBAI:dynamic-module, r=jdmbors-servo2020-07-191-60/+91
|\
| * Set private reference for classic scriptCYBAI2020-07-181-3/+23
| * checkpoint - dynamic load inside of a module and classic script works.Josh Matthews2020-07-181-58/+69
* | Auto merge of #27303 - camelid:async-to-asynch, r=jdmbors-servo2020-07-171-9/+9
|\ \ | |/ |/|
| * Use `asynch` instead of `r#async`Camelid2020-07-161-9/+9
* | One fewer `Rc::clone()`Camelid2020-07-161-1/+1
* | Fewer clonesCamelid2020-07-161-2/+4
* | Use `Rc` instead of cloning the `DOMString`Camelid2020-07-141-10/+12
|/
* Fix invalid use of ReferrerUrlMatthias Deiml2020-06-171-1/+1
* Make url for "client" referrer mandatoryMatthias Deiml2020-06-171-2/+1
* Move away from Promise.all way and check if we need to finish manuallyCYBAI2020-06-131-40/+28
* reading unminified scripts from diskskrzyp12020-06-021-10/+56
* Set `currentScript` to `null` for module scriptsCYBAI2020-05-271-2/+6
* Use temporary files instead of pipes for JS unminification.Josh Matthews2020-05-221-18/+27
* Auto merge of #26005 - jdm:hubs-csp, r=noxbors-servo2020-03-251-0/+1
|\