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

Minimally support iframes (nested browsing contexts) in selection event handling #12037

Merged
merged 29 commits into from
Aug 2, 2018

Commits on Jan 17, 2018

  1. Configuration menu
    Copy the full SHA
    6940e33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f3c1d7 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2018

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

Commits on Jan 23, 2018

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

Commits on Feb 12, 2018

  1. Prefer node’s window and document over globals

    acusti authored and Brandon Dail committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    3714067 View commit details
    Browse the repository at this point in the history
  2. Support active elements in nested browsing contexts

    acusti authored and Brandon Dail committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    66b8766 View commit details
    Browse the repository at this point in the history
  3. Avoid invoking defaultView getter unnecessarily

    acusti authored and Brandon Dail committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    75bc65e View commit details
    Browse the repository at this point in the history
  4. Implement selection event fixtures

    Brandon Dail committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    5a61b66 View commit details
    Browse the repository at this point in the history
  5. Prefer node’s window and document over globals

    acusti authored and Brandon Dail committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    f752792 View commit details
    Browse the repository at this point in the history
  6. Avoid invoking defaultView getter unnecessarily

    acusti authored and Brandon Dail committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    a8fcf05 View commit details
    Browse the repository at this point in the history
  7. Fix react-scripts to work with alphas after 16.0.0

    The current logic just checks if the version is an alpha with a major version of 16 to account for weirdness with the 16 RC releases, but now we have alphas for newer minor releases that don't have weirdness
    Brandon Dail committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    0003681 View commit details
    Browse the repository at this point in the history
  8. Run prettier on new selection events fixtures

    Brandon Dail committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    fef8519 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2018

  1. Add fixture for onSelect in iframes, remove DraftJS fixture

    The DraftJs fixture wasn't really working in all supported browsers anyways, so just drop it and try to cover our bases without using it directly
    Brandon Dail committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    799ee39 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2018

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

Commits on Apr 2, 2018

  1. Configuration menu
    Copy the full SHA
    d1ad016 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c32963 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f7b5c5 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2018

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

Commits on May 17, 2018

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

Commits on Jul 13, 2018

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

Commits on Jul 16, 2018

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

Commits on Jul 17, 2018

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

Commits on Jul 18, 2018

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

Commits on Jul 19, 2018

  1. Add documentation for getActiveElementDeep to explain try/catch

    Add documentation for getActiveElementDeep to explain try/catch
    wilsonhyng committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    db02b65 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2018

  1. Configuration menu
    Copy the full SHA
    75b9992 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f1de45 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2018

  1. Remove ie8 compatibility

    wilsonhyng committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    95b2aef View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2018

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