Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upImplement GetOwnPropertyNames proxy trap #2215
Closed
Labels
Comments
|
Relevant to #6390 |
frewsxcv
added a commit
to frewsxcv/servo
that referenced
this issue
Aug 17, 2015
Generates `SupportedPropertyNames` on DOM structs that should implement it. Most of them are unimplemented now (which can be implemented in later PRs), with the exception of `HTMLCollection`. Also added a couple relevant WPT tests. Closes servo#6390 Closes servo#2215
frewsxcv
added a commit
to frewsxcv/servo
that referenced
this issue
Aug 17, 2015
Generates `SupportedPropertyNames` on DOM structs that should implement it. Most of them are unimplemented now (which can be implemented in later PRs), with the exception of `HTMLCollection`. Also added a couple relevant WPT tests. Closes servo#6390 Closes servo#2215
frewsxcv
added a commit
to frewsxcv/servo
that referenced
this issue
Aug 17, 2015
Generates `SupportedPropertyNames` on DOM structs that should implement it. Most of them are unimplemented now (which can be implemented in later PRs), with the exception of `HTMLCollection`. Also added a couple relevant WPT tests. Closes servo#6390 Closes servo#2215
frewsxcv
added a commit
to frewsxcv/servo
that referenced
this issue
Aug 18, 2015
Generates `SupportedPropertyNames` on DOM structs that should implement it. Most of them are unimplemented now (which can be implemented in later PRs), with the exception of `HTMLCollection`. Also added a couple relevant WPT tests. Closes servo#6390 Closes servo#2215
frewsxcv
added a commit
to frewsxcv/servo
that referenced
this issue
Aug 18, 2015
Generates `SupportedPropertyNames` on DOM structs that should implement it. Most of them are unimplemented now (which can be implemented in later PRs), with the exception of `HTMLCollection`. Also added a couple relevant WPT tests. Closes servo#6390 Closes servo#2215
frewsxcv
added a commit
to frewsxcv/servo
that referenced
this issue
Aug 19, 2015
Generates `SupportedPropertyNames` on DOM structs that should implement it. Most of them are unimplemented now (which can be implemented in later PRs), with the exception of `HTMLCollection`. Also added a couple relevant WPT tests. Closes servo#6390 Closes servo#2215
frewsxcv
added a commit
to frewsxcv/servo
that referenced
this issue
Aug 19, 2015
Generates `SupportedPropertyNames` on DOM structs that should implement it. Most of them are unimplemented now (which can be implemented in later PRs), with the exception of `HTMLCollection`. Also added a couple relevant WPT tests. Closes servo#6390 Closes servo#2215
frewsxcv
added a commit
to frewsxcv/servo
that referenced
this issue
Aug 19, 2015
Generates `SupportedPropertyNames` on DOM structs that should implement it. Most of them are unimplemented now (which can be implemented in later PRs), with the exception of `HTMLCollection`. Also added a couple relevant WPT tests. Closes servo#6390 Closes servo#2215
frewsxcv
added a commit
to frewsxcv/servo
that referenced
this issue
Aug 19, 2015
Generates `SupportedPropertyNames` on DOM structs that should implement it. Most of them are unimplemented now (which can be implemented in later PRs), with the exception of `HTMLCollection`. Also added a couple relevant WPT tests. Closes servo#6390 Closes servo#2215
frewsxcv
added a commit
to frewsxcv/servo
that referenced
this issue
Aug 20, 2015
Generates `SupportedPropertyNames` on DOM structs that should implement it. Most of them are unimplemented now (which can be implemented in later PRs), with the exception of `HTMLCollection`. Also added a couple relevant WPT tests. Closes servo#6390 Closes servo#2215
frewsxcv
added a commit
to frewsxcv/servo
that referenced
this issue
Aug 20, 2015
Generates `SupportedPropertyNames` on DOM structs that should implement it. Most of them are unimplemented now (which can be implemented in later PRs), with the exception of `HTMLCollection`. Also added a couple relevant WPT tests. Closes servo#6390 Closes servo#2215
bors-servo
pushed a commit
that referenced
this issue
Aug 20, 2015
Initial implementation of ownPropertyKeys proxy handler Generates `SupportedPropertyNames` on DOM structs that should implement it. Most of them are unimplemented now (which can be implemented in later PRs), with the exception of `HTMLCollection`. Also added a couple relevant WPT tests. Closes #6390 Closes #2215 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7254) <!-- Reviewable:end -->
frewsxcv
added a commit
to frewsxcv/servo
that referenced
this issue
Aug 20, 2015
Generates `SupportedPropertyNames` on DOM structs that should implement it. Most of them are unimplemented now (which can be implemented in later PRs), with the exception of `HTMLCollection`. Also added a couple relevant WPT tests. Closes servo#6390 Closes servo#2215
bors-servo
pushed a commit
that referenced
this issue
Aug 20, 2015
Initial implementation of ownPropertyKeys proxy handler Generates `SupportedPropertyNames` on DOM structs that should implement it. Most of them are unimplemented now (which can be implemented in later PRs), with the exception of `HTMLCollection`. Also added a couple relevant WPT tests. Closes #6390 Closes #2215 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7254) <!-- Reviewable:end -->
josiahdaniels
added a commit
to josiahdaniels/servo
that referenced
this issue
Sep 28, 2015
Generates `SupportedPropertyNames` on DOM structs that should implement it. Most of them are unimplemented now (which can be implemented in later PRs), with the exception of `HTMLCollection`. Also added a couple relevant WPT tests. Closes servo#6390 Closes servo#2215
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
servo/rust-mozjs#33 is relevant. So is BaseDOMProxyHandler::getOwnPropertyNames and CGDOMJSProxyHandler_ownPropNames.