Uh oh!
There was an error while loading. Please reload this page.
url: prevent pathname setter from erasing path of path-only URLs - #39060
Closed
RaisinTen wants to merge 1 commit into
Closed
url: prevent pathname setter from erasing path of path-only URLs#39060RaisinTen wants to merge 1 commit into
RaisinTen wants to merge 1 commit into
Conversation
aduh95
reviewed
Jun 17, 2021
Uh oh!
There was an error while loading. Please reload this page.
This comment has been minimized.
This comment has been minimized.
addaleax
commented
Jun 17, 2021
Member
Can you add a meaningful commit description or commit subject line? |
RaisinTenforce-pushed
the
url/pathname-setter-change
branch
from
June 18, 2021 13:29
cb5ac9d to
514e3fdCompareRaisinTenforce-pushed
the
url/pathname-setter-change
branch
from
June 18, 2021 13:31
514e3fd to
841563eCompareRaisinTen
commented
Jun 18, 2021
MemberAuthor
@addaleax Updated. :) PTAL. |
addaleax
approved these changes
Jun 18, 2021
RaisinTen
commented
Jun 18, 2021
Uh oh!
There was an error while loading. Please reload this page.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
RaisinTen
commented
Jun 19, 2021
MemberAuthor
Blocked till web-platform-tests/wpt#27720 lands. |
RaisinTenforce-pushed
the
url/pathname-setter-change
branch
from
June 26, 2021 14:46
841563e to
143d369Compare
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>
RaisinTenforce-pushed
the
url/pathname-setter-change
branch
from
July 10, 2021 13:39
9c2bed4 to
0a7e75dCompare
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
Uh oh!
There was an error while loading. Please reload this page.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Collaborator
RaisinTen
commented
Jul 17, 2021
MemberAuthor
Also, cc @nodejs/url |
TimothyGu
approved these changes
Jul 17, 2021
This comment has been minimized.
This comment has been minimized.
Contributor
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>
This file contains hidden or 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
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
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.cchave been done byrunning:
git node wpt urlFixes: #39059
Signed-off-by: Darshan Sen darshan.sen@postman.com