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

watilde
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++ Issues and PRs that require attention from people who are familiar with C++. lib / src Issues and PRs related to general changes in the lib or src directory. whatwg-url Issues and PRs related to the WHATWG URL implementation. labels Nov 1, 2020
@watilde watilde requested a review from alexkozy November 1, 2020 18:14
@watilde watilde force-pushed the url-href branch 3 times, most recently from dfebd1f to 0e37d9e Compare November 2, 2020 01:37
@watilde watilde added the request-ci Add this label to start a Jenkins CI on a PR. label Nov 2, 2020
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Nov 2, 2020
@nodejs-github-bot
Copy link
Collaborator

@watilde
Copy link
Member Author

watilde commented Nov 2, 2020

Let me cc @nodejs/url to request your review

@watilde
Copy link
Member Author

watilde commented Nov 21, 2020

Landed in e40ed28

@watilde watilde closed this Nov 21, 2020
watilde added a commit that referenced this pull request 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 November 21, 2020 15:12
codebytere pushed a commit that referenced this pull request 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c++ Issues and PRs that require attention from people who are familiar with C++. lib / src Issues and PRs related to general changes in the lib or src directory. whatwg-url Issues and PRs related to the WHATWG URL implementation.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants