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

Changes to attribute whitelist logic #10564

Merged
merged 36 commits into from
Aug 31, 2017
Merged

Changes to attribute whitelist logic #10564

merged 36 commits into from
Aug 31, 2017

Commits on Aug 29, 2017

  1. Configuration menu
    Copy the full SHA
    e10694a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    711bafe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c5dfbb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e086ff1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0410651 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ab75d9a View commit details
    Browse the repository at this point in the history
  7. Remove outdated comments

    gaearon committed Aug 29, 2017
    Configuration menu
    Copy the full SHA
    6077e0b View commit details
    Browse the repository at this point in the history
  8. Style tweaks

    gaearon committed Aug 29, 2017
    Configuration menu
    Copy the full SHA
    6f913ed View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    aca8d9c View commit details
    Browse the repository at this point in the history
  10. SVG elements like font-face are not custom attributes

    - Adds exceptions to isCustomAttribute for dashed SVG elements
    - Use consistent custom element check across all modules
    nhunzaker committed Aug 29, 2017
    Configuration menu
    Copy the full SHA
    af7d035 View commit details
    Browse the repository at this point in the history
  11. 1 Configuration menu
    Copy the full SHA
    9c0751f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f8da44e View commit details
    Browse the repository at this point in the history
  13. Fix the DEV-only whitelist

    gaearon committed Aug 29, 2017
    Configuration menu
    Copy the full SHA
    b93e093 View commit details
    Browse the repository at this point in the history
  14. Don't read property twice

    gaearon committed Aug 29, 2017
    Configuration menu
    Copy the full SHA
    fbcced1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a270e03 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ed92af0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5a339a1 View commit details
    Browse the repository at this point in the history
  18. Remove dead code

    gaearon committed Aug 29, 2017
    Configuration menu
    Copy the full SHA
    0b2ba65 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3f85316 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    76a6318 View commit details
    Browse the repository at this point in the history
  21. 1 Configuration menu
    Copy the full SHA
    b29bb74 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    0a2aec4 View commit details
    Browse the repository at this point in the history
  23. Fix fbjs import

    gaearon committed Aug 29, 2017
    Configuration menu
    Copy the full SHA
    501e86d View commit details
    Browse the repository at this point in the history
  24. Revert unintentional edit

    gaearon committed Aug 29, 2017
    Configuration menu
    Copy the full SHA
    8d1f487 View commit details
    Browse the repository at this point in the history
  25. Re-allow "data" attribute

    We intentionally allowed it.
    gaearon committed Aug 29, 2017
    Configuration menu
    Copy the full SHA
    72666fa View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    cb687ed View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    1d61379 View commit details
    Browse the repository at this point in the history
  28. Fix the test

    gaearon committed Aug 29, 2017
    Configuration menu
    Copy the full SHA
    2b0f61a View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2017

  1. Undo the SVG dashed-name fix

    Per conversation with @sebmarkbage we decided that the fix is too complicated, and it's unfortunate it depends on the DOM element.
    It's only relevant for super rare tags that aren't even working consistently across browsers so we'll leave it unfixed for now.
    gaearon committed Aug 30, 2017
    Configuration menu
    Copy the full SHA
    1590c2a View commit details
    Browse the repository at this point in the history
  2. Prettier

    gaearon committed Aug 30, 2017
    Configuration menu
    Copy the full SHA
    cb883a6 View commit details
    Browse the repository at this point in the history
  3. Fix lint

    gaearon committed Aug 30, 2017
    Configuration menu
    Copy the full SHA
    32f6321 View commit details
    Browse the repository at this point in the history
  4. Fix flow

    gaearon committed Aug 30, 2017
    Configuration menu
    Copy the full SHA
    6d9c0e0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    10e0c09 View commit details
    Browse the repository at this point in the history
  6. Remove special cases for onfocusin, onfocusout

    They're covered by event handler code now.
    gaearon committed Aug 30, 2017
    Configuration menu
    Copy the full SHA
    ba71ec1 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2017

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