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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Do not merge] Attach all local listeners as captured events #11832

Closed
wants to merge 3 commits into from

Commits on Dec 9, 2017

  1. Configuration menu
    Copy the full SHA
    294c27e View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2017

  1. Attach all local listeners as captured events

    It looks like captured events pick up events that do not bubble. This
    means we might not need to attach them eagerly. At least, this works
    for the load/error event on image elements and the unit test suite. It
    still needs manual verification.
    nhunzaker committed Dec 11, 2017
    Configuration menu
    Copy the full SHA
    d54d620 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2017

  1. Remove duplicate event keys

    nhunzaker committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    3fdb5b4 View commit details
    Browse the repository at this point in the history