-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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: update sort() behavior with no params #14185
Conversation
I think the commit message should be the standard/default revert message (as far as the non-metadata text goes). |
66feb3f
to
e6ada88
Compare
Is there any active discussion about changing the spec, knowing that Chrome, Firefox and Node are currently doing the same thing? I found whatwg/url#332 which has no answer. |
@targos I'll put this on hold until whatwg/url#332 is resolved. |
Now that whatwg/url#336 has been merged, this is not needed anymore. |
e6ada88
to
bb48b2b
Compare
I've rebased this on top of master and it now implements the revised spec. Tests are added accordingly. |
@jasnell @joyeecheung mind taking a look? |
Landed in 57630ad. |
PR-URL: #14185 Refs: whatwg/url#336 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: James M Snell <[email protected]>
PR-URL: #14185 Refs: whatwg/url#336 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: James M Snell <[email protected]>
This reverts commit b465cd0.
Refs: web-platform-tests/wpt#6445
Fixes: #14020
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passesAffected core subsystem(s)
url