aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/window_named_properties.rs
Commit message (Expand)AuthorAgeFilesLines
* 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