Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: facebook/react
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5d0c3c6c7d0a1f8fe793ca89d3e0f9f71f3e49a1
Choose a base ref
...
head repository: facebook/react
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c8979c016814a120dcd56ef4e26a20802c3e60d7
Choose a head ref
  • 11 commits
  • 14 files changed
  • 1 contributor

Commits on Mar 11, 2019

  1. Allow framesets

    sebmarkbage committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    d56a22f View commit details
    Browse the repository at this point in the history
  2. Allow <html> to be used in integration tests

    Full document renders requires server rendering so the client path
    just uses the hydration path in this case to simplify writing these tests.
    sebmarkbage committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    38a27cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    968e0a0 View commit details
    Browse the repository at this point in the history
  4. Just warn when disableJavaScriptURLs is false

    This avoids a breaking change.
    sebmarkbage committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    3c7e4d4 View commit details
    Browse the repository at this point in the history
  5. Detect leading and intermediate characters and test mixed case

    These are considered valid javascript urls by browser so they must be
    included in the filter.
    
    This is an exact match according to the spec but maybe we should include
    a super set to be safer?
    sebmarkbage committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    8f89a99 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b9af765 View commit details
    Browse the repository at this point in the history
  7. Fix toString invocation and Flow types

    Right now we invoke toString twice when we hydrate (three times
    with the flag off). Ideally we should only do it once even in this case
    but the code structure doesn't really allow for that right now.
    sebmarkbage committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    138f834 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8d9b293 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    38d6287 View commit details
    Browse the repository at this point in the history
  10. Add test that fails if g is added to the sanitizer

    This only affects the prod version since the warning is deduped anyway.
    sebmarkbage committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    be4f5c8 View commit details
    Browse the repository at this point in the history
  11. Fix prod test

    sebmarkbage committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    c8979c0 View commit details
    Browse the repository at this point in the history
Loading