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 new parse5 streaming interface #1316

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

Use new parse5 streaming interface #1316

wants to merge 11 commits into from

Commits on Mar 5, 2016

  1. Fix wrong test execution order

    During script execution, the document wasn't actually loaded yet, but our old parser implementation loaded the whole document before executing scripts.
    Sebmaster committed Mar 5, 2016
    Configuration menu
    Copy the full SHA
    f04e56c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f7e173 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c5a483 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    91beec0 View commit details
    Browse the repository at this point in the history
  5. Use new parse5 streaming interface

    Sebastian Mayr authored and Sebmaster committed Mar 5, 2016
    Configuration menu
    Copy the full SHA
    4703e66 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    333ca27 View commit details
    Browse the repository at this point in the history
  7. Fix template elements

    Sebmaster committed Mar 5, 2016
    Configuration menu
    Copy the full SHA
    7f18c07 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7b11160 View commit details
    Browse the repository at this point in the history
  9. Fix wrong script tests

    Sebmaster committed Mar 5, 2016
    Configuration menu
    Copy the full SHA
    2d71252 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2016

  1. Configuration menu
    Copy the full SHA
    9fa419e View commit details
    Browse the repository at this point in the history
  2. Fix incorrect tests

    Sebmaster committed Mar 25, 2016
    Configuration menu
    Copy the full SHA
    3974157 View commit details
    Browse the repository at this point in the history