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 vtables for DOM nodes. #1866

Closed
wants to merge 7 commits into from
Closed

Implement vtables for DOM nodes. #1866

wants to merge 7 commits into from

Conversation

Ms2ger
Copy link
Contributor

@Ms2ger Ms2ger commented Mar 8, 2014

In addition, this adds extremely basic click event default action support, cleans up the named element registration code, and creates the basis for allowing elements to perform actions when attaching to or detaching from a document tree. Fixes #1527. Works towards #1528, but that shouldn't be closed until we actually fulfil the rules of the spec for implementing default actions.

(Originally by @jdm in #1688.)

@hoppipolla-critic-bot
Copy link

Critic review: https://critic.hoppipolla.co.uk/r/973

This is an external review system which you may optionally use for the code review of your pull request.

In order to help critic track your changes, please do not make in-place history rewrites (e.g. via git rebase -i or git commit --amend) when updating this pull request.

@highfive
Copy link

highfive commented Mar 8, 2014

warning Warning warning

  • These commits modify unsafe code. Please review it carefully!

@Ms2ger
Copy link
Contributor Author

Ms2ger commented Apr 10, 2014

See #2087.

@Ms2ger Ms2ger closed this Apr 10, 2014
bors-servo pushed a commit that referenced this pull request Apr 10, 2014
Fixes #1527. Does *not* include the code for #1528.

(Originally by @jdm in #1688 and #1866.)
bors-servo pushed a commit that referenced this pull request Apr 11, 2014
Fixes #1527. Does *not* include the code for #1528.

(Originally by @jdm in #1688 and #1866.)
@jdm jdm deleted the vtable branch August 4, 2015 04:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement vtable support for common overriding behaviours
4 participants