Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement GetOwnPropertyNames proxy trap #2215

Closed
jdm opened this issue Apr 23, 2014 · 1 comment
Closed

Implement GetOwnPropertyNames proxy trap #2215

jdm opened this issue Apr 23, 2014 · 1 comment
Labels
A-content/bindings The DOM bindings

Comments

@jdm
Copy link
Member

jdm commented Apr 23, 2014

servo/rust-mozjs#33 is relevant. So is BaseDOMProxyHandler::getOwnPropertyNames and CGDOMJSProxyHandler_ownPropNames.

@frewsxcv
Copy link
Contributor

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 -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-content/bindings The DOM bindings
Projects
None yet
Development

No branches or pull requests

2 participants