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: support non-special URLs #34925

Closed
wants to merge 1 commit into from
Closed

Conversation

watilde
Copy link
Member

@watilde watilde commented Aug 25, 2020

WPT Before: web-platform-tests/wpt@6c74b7e
WPT After: web-platform-tests/wpt@551c9d6

Fixes: #34899
Refs: whatwg/url#505
Refs: web-platform-tests/wpt#25113

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

@watilde watilde changed the title url: support non-special URLs [WIP] url: support non-special URLs Aug 26, 2020
@watilde watilde force-pushed the fixes-34899 branch 4 times, most recently from 1322fdf to b2304e6 Compare September 16, 2020 10:07
@watilde watilde added the whatwg-url Issues and PRs related to the WHATWG URL implementation. label Sep 16, 2020
@watilde watilde changed the title [WIP] url: support non-special URLs url: support non-special URLs Sep 16, 2020
@watilde watilde marked this pull request as ready for review September 16, 2020 11:03
@watilde watilde requested review from targos, joyeecheung and Leko and removed request for targos September 16, 2020 11:03
@watilde
Copy link
Member Author

watilde commented Sep 16, 2020

As this PR supports a new format of input in whatwg-url, I put semver-minor. Let me know if this is a patch update instead.

@watilde watilde added the semver-minor PRs that contain new features and should be released in the next minor version. label Sep 16, 2020
lib/internal/url.js Show resolved Hide resolved
@watilde watilde added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Sep 17, 2020
@watilde
Copy link
Member Author

watilde commented Sep 19, 2020

Let me cc @nodejs/url for one more review & approval to land.

watilde added a commit that referenced this pull request Sep 20, 2020
Fixes: #34899
Refs: whatwg/url#505
Refs: web-platform-tests/wpt#25113

PR-URL: #34925
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@watilde
Copy link
Member Author

watilde commented Sep 20, 2020

Landed in a8971f8

@ruyadorno
Copy link
Member

This does not land cleanly on v14.x-staging - Should it be backported to v14.x ?

@watilde
Copy link
Member Author

watilde commented Sep 22, 2020

@ruyadorno It does not need to land to LTS probably as this patch is depending on #33770 which is major-update.

joesepi pushed a commit to joesepi/node that referenced this pull request Jan 8, 2021
Fixes: nodejs#34899
Refs: whatwg/url#505
Refs: web-platform-tests/wpt#25113

PR-URL: nodejs#34925
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready PRs that have at least one approval, no pending requests for changes, and a CI started. semver-minor PRs that contain new features and should be released in the next minor version. whatwg-url Issues and PRs related to the WHATWG URL implementation.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

URL: non-special URLs need to be idempotent too
5 participants