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

Use browser event names for top-level event types in React DOM #12629

Merged
merged 46 commits into from
May 15, 2018

Commits on Apr 21, 2018

  1. Add TopLevelEventTypes

    philipp-spiess committed Apr 21, 2018
    Configuration menu
    Copy the full SHA
    d02d86a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45713ce View commit details
    Browse the repository at this point in the history
  3. Fix EventPluginUtils

    philipp-spiess committed Apr 21, 2018
    Configuration menu
    Copy the full SHA
    5f11da0 View commit details
    Browse the repository at this point in the history
  4. Fix TapEventPlugin

    philipp-spiess committed Apr 21, 2018
    Configuration menu
    Copy the full SHA
    58a24ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    390fb51 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3dcbf4d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1fb5cd8 View commit details
    Browse the repository at this point in the history
  8. Fix ChangeEventPlugin

    philipp-spiess committed Apr 21, 2018
    Configuration menu
    Copy the full SHA
    96ce3cd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    737626a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a03d896 View commit details
    Browse the repository at this point in the history
  11. Fix SelectEventPlugin

    philipp-spiess committed Apr 21, 2018
    Configuration menu
    Copy the full SHA
    d58cd30 View commit details
    Browse the repository at this point in the history
  12. Fix SimpleEventPlugin

    philipp-spiess committed Apr 21, 2018
    Configuration menu
    Copy the full SHA
    e1b9166 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f07a64f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    da64f27 View commit details
    Browse the repository at this point in the history
  15. Fix tests

    philipp-spiess committed Apr 21, 2018
    Configuration menu
    Copy the full SHA
    16c39e5 View commit details
    Browse the repository at this point in the history
  16. Make it pretty

    philipp-spiess committed Apr 21, 2018
    Configuration menu
    Copy the full SHA
    4a7114e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2a87568 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0d864ca View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    586708e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    12c9ac3 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    9d684fc View commit details
    Browse the repository at this point in the history
  22. Prettify

    philipp-spiess committed Apr 21, 2018
    Configuration menu
    Copy the full SHA
    c27ab85 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    4043f87 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    f029940 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    0ace5a1 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2018

  1. Configuration menu
    Copy the full SHA
    653492c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e8b34f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d21c09 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2018

  1. Configuration menu
    Copy the full SHA
    d1c390b View commit details
    Browse the repository at this point in the history
  2. Add missing semis

    philipp-spiess committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    ec0b881 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    352dfbf View commit details
    Browse the repository at this point in the history
  4. Upgrade baylon

    This is required for parsing opaque flow types in our CI tests.
    philipp-spiess committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    ac6e3e2 View commit details
    Browse the repository at this point in the history
  5. Clean up flow types

    philipp-spiess committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    4a7bf07 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3ebd359 View commit details
    Browse the repository at this point in the history
  7. Upgrade babel-* packages

    Apparently local unit tests also have issues with parsing JavaScript
    modules that contain opaque types (not sure why I didn't notice
    earlier!?).
    philipp-spiess committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    6095b0f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bb057bc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6800d01 View commit details
    Browse the repository at this point in the history
  10. Add missing semi

    philipp-spiess committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    4d76b15 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2018

  1. Fix Flow issue

    philipp-spiess committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    af02875 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1f6b38 View commit details
    Browse the repository at this point in the history
  3. Favor for loops

    philipp-spiess committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    0cb8fad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df7f91d View commit details
    Browse the repository at this point in the history

Commits on May 4, 2018

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

Commits on May 7, 2018

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

Commits on May 11, 2018

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

Commits on May 15, 2018

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