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

(v7.x backport) URL-related changes #11457

Closed
wants to merge 8 commits into from

Commits on Feb 18, 2017

  1. test, url: synchronize WPT url tests

    * attributon of WPT in url-setter-tests
    * add WPT test utilities
    * synchronize WPT URLSearchParams tests
    * synchronize WPT url tests
    * split whatwg-url-inspect test
    * port historical url tests from WPT
    * protocol setter and special URLs
    
    Refs: web-platform-tests/wpt#4413
    Refs: whatwg/url#104
    Backport-of: nodejs#11079
    joyeecheung authored and TimothyGu committed Feb 18, 2017
    Copy the full SHA
    b0df027 View commit details
    Browse the repository at this point in the history
  2. doc: add documentation for url.format(URL[, options]);

    Backport-of: nodejs#10857
    jasnell authored and TimothyGu committed Feb 18, 2017
    Copy the full SHA
    a454801 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    01ac09c View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    18df02a View commit details
    Browse the repository at this point in the history
  5. url: fix surrogate handling in encodeAuth()

    Also factor out common parts in querystring and url.
    
    Backport-of: nodejs#11161
    TimothyGu committed Feb 18, 2017
    Copy the full SHA
    acb8b2b View commit details
    Browse the repository at this point in the history
  6. benchmark: clean up legacy url benchmarks

    Backport-of: nodejs#11264
    joyeecheung authored and TimothyGu committed Feb 18, 2017
    Copy the full SHA
    0127450 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    987d948 View commit details
    Browse the repository at this point in the history
  8. doc/url: various improvements to WHATWG API

    Also remove executable bit from doc/api/url.md's mode.
    
    Backport-of: nodejs#11330
    Fixes: 84e2ff3 "doc: add basic documentation for WHATWG URL API"
    TimothyGu committed Feb 18, 2017
    Copy the full SHA
    4961887 View commit details
    Browse the repository at this point in the history