-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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: prevent pathname setter from erasing path of path-only URLs #39060
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
c++
Issues and PRs that require attention from people who are familiar with C++.
needs-ci
PRs that need a full CI run.
whatwg-url
Issues and PRs related to the WHATWG URL implementation.
labels
Jun 17, 2021
aduh95
reviewed
Jun 17, 2021
github-actions
bot
removed
the
request-ci
Add this label to start a Jenkins CI on a PR.
label
Jun 17, 2021
This comment has been minimized.
This comment has been minimized.
Can you add a meaningful commit description or commit subject line? |
RaisinTen
force-pushed
the
url/pathname-setter-change
branch
from
June 18, 2021 13:29
cb5ac9d
to
514e3fd
Compare
RaisinTen
changed the title
url: pathname setter change
url: prevent pathname setter from erasing path of path-only URLs
Jun 18, 2021
RaisinTen
force-pushed
the
url/pathname-setter-change
branch
from
June 18, 2021 13:31
514e3fd
to
841563e
Compare
@addaleax Updated. :) PTAL. |
addaleax
approved these changes
Jun 18, 2021
RaisinTen
commented
Jun 18, 2021
RaisinTen
added
author ready
PRs that have at least one approval, no pending requests for changes, and a CI started.
request-ci
Add this label to start a Jenkins CI on a PR.
labels
Jun 18, 2021
github-actions
bot
removed
the
request-ci
Add this label to start a Jenkins CI on a PR.
label
Jun 18, 2021
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
RaisinTen
added
blocked
PRs that are blocked by other issues or PRs.
and removed
author ready
PRs that have at least one approval, no pending requests for changes, and a CI started.
labels
Jun 19, 2021
Blocked till web-platform-tests/wpt#27720 lands. |
RaisinTen
force-pushed
the
url/pathname-setter-change
branch
from
June 26, 2021 14:46
841563e
to
143d369
Compare
RaisinTen
added
request-ci
Add this label to start a Jenkins CI on a PR.
and removed
blocked
PRs that are blocked by other issues or PRs.
labels
Jun 26, 2021
github-actions
bot
removed
the
request-ci
Add this label to start a Jenkins CI on a PR.
label
Jun 26, 2021
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
XadillaX
approved these changes
Jun 28, 2021
jasnell
approved these changes
Jun 28, 2021
This change prevents the pathname setter from erasing the path of path-only URLs as that would make them cannot-be-a-base URLs. The changes in all files except `src/node_url.cc` have been done by running: ```console git node wpt url ``` Fixes: nodejs#39059 Signed-off-by: Darshan Sen <darshan.sen@postman.com>
RaisinTen
force-pushed
the
url/pathname-setter-change
branch
from
July 10, 2021 13:39
9c2bed4
to
0a7e75d
Compare
github-actions
bot
removed
the
request-ci
Add this label to start a Jenkins CI on a PR.
label
Jul 10, 2021
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
RaisinTen
commented
Jul 10, 2021
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Also, cc @nodejs/url |
TimothyGu
approved these changes
Jul 17, 2021
RaisinTen
added
author ready
PRs that have at least one approval, no pending requests for changes, and a CI started.
request-ci
Add this label to start a Jenkins CI on a PR.
labels
Jul 18, 2021
github-actions
bot
removed
the
request-ci
Add this label to start a Jenkins CI on a PR.
label
Jul 18, 2021
This comment has been minimized.
This comment has been minimized.
RaisinTen
added
the
commit-queue
Add this label to land a pull request using GitHub Actions.
label
Jul 18, 2021
github-actions
bot
removed
the
commit-queue
Add this label to land a pull request using GitHub Actions.
label
Jul 18, 2021
Landed in fdf625b...00cac65 |
nodejs-github-bot
pushed a commit
that referenced
this pull request
Jul 18, 2021
This change prevents the pathname setter from erasing the path of path-only URLs as that would make them cannot-be-a-base URLs. The changes in all files except `src/node_url.cc` have been done by running: ```console git node wpt url ``` Fixes: #39059 Signed-off-by: Darshan Sen <darshan.sen@postman.com> PR-URL: #39060 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Khaidi Chu <i@2333.moe> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
targos
pushed a commit
that referenced
this pull request
Jul 20, 2021
This change prevents the pathname setter from erasing the path of path-only URLs as that would make them cannot-be-a-base URLs. The changes in all files except `src/node_url.cc` have been done by running: ```console git node wpt url ``` Fixes: #39059 Signed-off-by: Darshan Sen <darshan.sen@postman.com> PR-URL: #39060 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Khaidi Chu <i@2333.moe> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Merged
BethGriggs
pushed a commit
that referenced
this pull request
Jul 29, 2021
This change prevents the pathname setter from erasing the path of path-only URLs as that would make them cannot-be-a-base URLs. The changes in all files except `src/node_url.cc` have been done by running: ```console git node wpt url ``` Fixes: #39059 Signed-off-by: Darshan Sen <darshan.sen@postman.com> PR-URL: #39060 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Khaidi Chu <i@2333.moe> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@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.
c++
Issues and PRs that require attention from people who are familiar with C++.
needs-ci
PRs that need a full CI run.
whatwg-url
Issues and PRs related to the WHATWG URL implementation.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This change prevents the pathname setter from erasing the path of
path-only URLs as that would make them cannot-be-a-base URLs.
The changes in all files except
src/node_url.cc
have been done byrunning:
git node wpt url
Fixes: #39059
Signed-off-by: Darshan Sen darshan.sen@postman.com