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

Move XMLHttpRequest/ to xhr/ #8937

Merged
merged 4 commits into from
Jan 6, 2018
Merged

Move XMLHttpRequest/ to xhr/ #8937

merged 4 commits into from
Jan 6, 2018

Commits on Jan 5, 2018

  1. Move XMLHttpRequest/ to xhr/

    Like #8895 for quirks,
    this adapts to whatwg/xhr#184, after which the
    wpt links are generated and match the shortname.
    https://xhr.spec.whatwg.org/ currently has a 404 link to
    https://github.com/w3c/web-platform-tests/tree/master/xhr.
    foolip committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    b5aff7c View commit details
    Browse the repository at this point in the history
  2. git grep -lF /XMLHttpRequest | xargs sed -i '' 's#/XMLHttpRequest/res…

    …ources/#/xhr/resources/#g'
    foolip committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    7439db7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3bf4f7e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b9aba67 View commit details
    Browse the repository at this point in the history