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

Generate all Derived implementations in codegen #8020

Merged
merged 2 commits into from Oct 15, 2015

Commits on Oct 14, 2015

Commits on Oct 15, 2015

  1. Explicitly customise flags of new nodes where needed

    Given codegen now generates the various TypeId enums, it seems pointless to
    still have to write their respective values in every DOM struct inheriting from
    Node just to set the initial IS_IN_DOC flag in Document and IN_ENABLED_STATE in
    form controls.
    nox committed Oct 15, 2015
You can’t perform that action at this time.