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

url: change path parsing for non-special URLs #12058

Closed
wants to merge 3 commits into from

Commits on Apr 2, 2017

  1. url: change path parsing for non-special URLs

    This changes to the way path parsing for non-special URLs.
    It allows paths to be empty for non-special URLs and also
    takes that into account when serializing.
    
    Fixes: nodejs#11962
    Refs: whatwg/url#213
    watilde committed Apr 2, 2017
    Configuration menu
    Copy the full SHA
    66feed8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    616a59a View commit details
    Browse the repository at this point in the history
  3. test: synchronize WPT url setter test data

    Updates:
    + Bring tests url-setter-tests from WPT, and put it as JavaScript
    + Comment out unpassed tests
    
    Refs: web-platform-tests/wpt#5112
    Refs: nodejs#11887
    watilde committed Apr 2, 2017
    Configuration menu
    Copy the full SHA
    b103e6e View commit details
    Browse the repository at this point in the history