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

Shadow script #1100

Merged
merged 3 commits into from
Apr 26, 2016
Merged

Shadow script #1100

merged 3 commits into from
Apr 26, 2016

Commits on Apr 23, 2016

  1. Execute <script> in shadow trees

    This makes <script> elements work when used in shadow trees. The
    beforescriptexecute and afterscriptexecute events won’t work, since
    they are already disabled for modules and only makes sense together
    with currentScript, which cannot be made to work for shadow scripts.
    See #1013 for details.
    
    Fixes #762.
    annevk committed Apr 23, 2016
    Configuration menu
    Copy the full SHA
    2804be1 View commit details
    Browse the repository at this point in the history
  2. fixup

    annevk committed Apr 23, 2016
    Configuration menu
    Copy the full SHA
    7d68a92 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2016

  1. typo

    annevk committed Apr 26, 2016
    Configuration menu
    Copy the full SHA
    7dda2f3 View commit details
    Browse the repository at this point in the history