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

Block supports: Restore root DOMDocument save #25028

Merged
merged 10 commits into from
Sep 7, 2020

Commits on Sep 7, 2020

  1. Configuration menu
    Copy the full SHA
    e196e5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    160750d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dafd065 View commit details
    Browse the repository at this point in the history
  4. Add appended HTML test

    sirreal committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    b92b7ef View commit details
    Browse the repository at this point in the history
  5. Concatenate body childNodes

    It will be fragile to match exact strings to be removed from a saved
    DOMDocument. It's already been observed that this introduces extraneous
    newlines and other document normalization could change the strings we
    expect to match.
    
    Instead of matching some HTML strings to remove, concatenate the
    children of the document body element in order to produce the expected
    HTML.
    
    Noted in #25028 (comment)
    sirreal committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    502fc60 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9b8c367 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    de01660 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e7b97fa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0dd6260 View commit details
    Browse the repository at this point in the history
  10. Add text-only render test

    sirreal committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    be9c52c View commit details
    Browse the repository at this point in the history