| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
Duplicate assignment
Sorry, something went wrong.
There was a problem hiding this comment.
Ooop, thanks for catching that.
Sorry, something went wrong.
There was a problem hiding this comment.
Why was this removed?
Sorry, something went wrong.
There was a problem hiding this comment.
This is covered in legacy-vs-whatwg-url-serialize.js with method="whatwg", also href is an alias of toString so we can just look at the results of href.
Sorry, something went wrong.
|
There's a typo in the second commit message. |
Sorry, something went wrong.
|
@mscdex Thanks for the review, updated, PTAL. |
Sorry, something went wrong.
Sorry, something went wrong.
|
@mscdex Can I have a LGTM please? Thanks! |
Sorry, something went wrong.
|
Rebased |
Sorry, something went wrong.
| ws: 'ws://localhost:9229/f46db715-70df-43ad-a359-7f9949f39868', | ||
| javascript: 'javascript:alert("node is awesome");', | ||
| percent: 'https://%E4%BD%A0/foo', | ||
| dot: 'https://example.org/./a/../b/./c' |
There was a problem hiding this comment.
Could we add mailto:domain@example.com into here as an example case of mailto protocol?
Sorry, something went wrong.
There was a problem hiding this comment.
That should probably just hit the same code paths as 'javascript:alert("node is awesome");'
Sorry, something went wrong.
Sorry, something went wrong.
|
CI is green, LGTM. |
Sorry, something went wrong.
PR-URL: #11264 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Brian White <mscdex@mscdex.net>
PR-URL: #11264 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Brian White <mscdex@mscdex.net>
PR-URL: #11264 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Brian White <mscdex@mscdex.net>
PR-URL: nodejs#11264 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Brian White <mscdex@mscdex.net>
PR-URL: nodejs#11264 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Brian White <mscdex@mscdex.net>
Backport-of: nodejs#11264
Backport-of: nodejs#11264
PR-URL: #11264 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Brian White <mscdex@mscdex.net>
PR-URL: #11264 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Brian White <mscdex@mscdex.net>
| Back | FazBrowse Home | New Git URL |
This PR moves common input to url-related benchmarks into fixtures and removes duplicate benchmarks
Some of the search params cases are taken from #11234 per suggestion from #11170 (review)
cc @nodejs/url
Checklist
Affected core subsystem(s)
benchmark, url