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

WHATWG URL origin cleanup + tests #11691

Merged
merged 2 commits into from
Mar 9, 2017
Merged

Commits on Mar 9, 2017

  1. url: remove invalid file protocol check

    'file' should have been 'file:' but since the WHATWG URL spec
    suggests using an opaque origin (which is what was already being
    used for file URLs), we'll just keep using that, making this merely
    a cleanup.
    
    PR-URL: nodejs#11691
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Joyee Cheung <[email protected]>
    Reviewed-By: Timothy Gu <[email protected]>
    Reviewed-By: Daijiro Wachi <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    mscdex committed Mar 9, 2017
    Configuration menu
    Copy the full SHA
    7afc70d View commit details
    Browse the repository at this point in the history
  2. test: add more WHATWG URL origin tests

    PR-URL: nodejs#11691
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Joyee Cheung <[email protected]>
    Reviewed-By: Timothy Gu <[email protected]>
    Reviewed-By: Daijiro Wachi <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    mscdex committed Mar 9, 2017
    Configuration menu
    Copy the full SHA
    e4fbd8e View commit details
    Browse the repository at this point in the history