aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/init.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add `js.disable_jit` pref (#34231)Samson2024-11-131-0/+4
| | | Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
* Fixed some clippy warning by adding default implementations (#31989)komuhangi2024-04-041-1/+1
| | | | | | | | | | | * Fixed some clippy warning by adding default implementations * Updated PR that adds default implementation of structs * Clean up and extend `Default` implementations --------- Co-authored-by: Martin Robinson <mrobinson@igalia.com>
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-1/+2
| | | | | * strict imports formatting * Reformat all imports
* 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