X Tutup
The Wayback Machine - https://web.archive.org/web/20220423203555/https://github.com/nodejs/node/pull/35912
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

src: integrate URL::href() and use in inspector #35912

Closed
wants to merge 1 commit into from

Conversation

Copy link
Member

@watilde watilde commented Nov 1, 2020

To have the same logic of URL serialization in different modules, I implemented SerializeURL to generate node::url::URL::href() which is mentioned in inspector_agent.cc as ToDo. Migrating lib's side href into C++ would be the next step if there is no blocker.

Refs: #22610

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

@watilde watilde added c++ lib / src whatwg-url labels Nov 1, 2020
@watilde watilde requested a review from ak239 Nov 1, 2020
@watilde watilde force-pushed the url-href branch 3 times, most recently from dfebd1f to 0e37d9e Compare Nov 2, 2020
@watilde watilde added the request-ci label Nov 2, 2020
@github-actions github-actions bot removed the request-ci label Nov 2, 2020
@nodejs-github-bot
Copy link
Contributor

@nodejs-github-bot nodejs-github-bot commented Nov 2, 2020

@watilde
Copy link
Member Author

@watilde watilde commented Nov 2, 2020

Let me cc @nodejs/url to request your review

@watilde
Copy link
Member Author

@watilde watilde commented Nov 21, 2020

Landed in e40ed28

@watilde watilde closed this Nov 21, 2020
watilde added a commit that referenced this issue Nov 21, 2020
PR-URL: #35912
Refs: #22610
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@watilde watilde deleted the url-href branch Nov 21, 2020
codebytere pushed a commit that referenced this issue Nov 22, 2020
PR-URL: #35912
Refs: #22610
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@codebytere codebytere mentioned this pull request Nov 22, 2020
@targos targos added the backport-blocked-v14.x label May 16, 2021
@targos targos added dont-land-on-v14.x and removed backport-blocked-v14.x labels May 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c++ dont-land-on-v14.x lib / src whatwg-url
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants
X Tutup