aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/window_named_properties.rs
Commit message (Expand)AuthorAgeFilesLines
* Migrate to the 2024 edition (#35755)Simon Wülker2025-03-131-14/+26
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-5/+6
* window: avoid NonNull<JSObject> in NamedGetter (#35508)Gae242025-02-171-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-1/+1
* Replace the lazy_static crate whth `std::sync::LazyLock` in components/script...Hayashi Mikihiro2024-08-121-40/+41
* Replace null-byte terminated string literals with C-string literals (#32716)Bumsoo Kim2024-07-061-2/+2
* clippy: Fix several warnings (#31710)RustAndMetal2024-03-181-1/+0
* clippy: Fix warnings in `components/script` (#31700)Richard Dushime2024-03-151-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-19/+19
* remove `extern crate` (#30311)Samson2023-09-081-1/+1
* add spec issue as todo in [[OwnPropertyKeys]] trapDelan Azabani2023-03-231-0/+3
* clarify and test interactions with indexed accessDelan Azabani2023-03-231-4/+4
* fix attrs in descriptor for @@toStringTag propertyDelan Azabani2023-03-231-2/+2
* clean up spurious changes and todos with no action neededDelan Azabani2023-03-231-1/+0
* clean up lints and tidy errorsDelan Azabani2023-03-231-8/+3
* make ownPropertyKeys trap return @@toStringTag keyDelan Azabani2023-03-231-5/+11
* make getOwnPropertyDescriptor trap accept @@toStringTag keyDelan Azabani2023-03-231-7/+27
* make getOwnPropertyDescriptor trap accept integer indicesDelan Azabani2023-03-231-5/+13
* migrate use of deprecated RUST_JS_{IS,TO}_STRINGDelan Azabani2023-03-231-4/+3
* fix failures in [[DefineOwnProperty]] subtestDelan Azabani2023-03-231-8/+4
* apply yvt/servo/fix-named-window-getterDelan Azabani2023-03-231-2/+16
* apply pylbrecht/servo/named.window.getter (closes #27952)Delan Azabani2023-03-231-0/+220