aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/init.rs
Commit message (Expand)AuthorAgeFilesLines
* Fixed some clippy warning by adding default implementations (#31989)komuhangi2024-04-041-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-1/+2
* Added is_platform_object_static check to is_dom_objectSean Joseph2020-11-261-1/+2
* Add back code to identify JSObjects that should be counted in memory profilingSean Joseph2020-11-261-0/+9
* allow for a service worker manager per originGregory Terzian2020-04-051-7/+0
* script: Ensure JS engine is initialized and deinitialized on the same thread.Josh Matthews2019-11-261-1/+4
* Move items at the root of the script crate to a moduleSimon Sapin2019-10-261-0/+69