Skip to content

build: option to use custom inspector_protocol path - #58839

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
codebytere:inspector-customize
Jun 28, 2025
Merged

build: option to use custom inspector_protocol path#58839
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
codebytere:inspector-customize

Conversation

@codebytere

Copy link
Copy Markdown
Member

This PR allows building against //third_party/inspector_protocol which would align Electron when building with chromium shared dependencies.

This allows us to remove a patch

The precursor to this PR was merged via #58001 which contains changes necessitated by this CL

@codebytere
codebytere requested a review from zcbenzJune 26, 2025 09:11
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/inspector

@nodejs-github-botnodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. labels Jun 26, 2025
@codebyterecodebytere added request-ci Add this label to start a Jenkins CI on a PR. and removed needs-ci PRs that need a full CI run. labels Jun 26, 2025
@github-actionsgithub-actionsBot removed the request-ci Add this label to start a Jenkins CI on a PR. label Jun 26, 2025
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@eugeneo

Copy link
Copy Markdown
Contributor

Out of curiosity, is Electron custom protocol a superset of the Node or there are some features that need to be removed? I was always wondering if the protocol should be extensible with possibility to write new domains in client-space JS.

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@addaleaxaddaleax added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue Add this label to land a pull request using GitHub Actions. labels Jun 27, 2025
@nodejs-github-botnodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Jun 28, 2025
@nodejs-github-bot
nodejs-github-bot merged commit 98da424 into nodejs:mainJun 28, 2025
70 checks passed
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Landed in 98da424

targos pushed a commit that referenced this pull request Jul 3, 2025
PR-URL: #58839
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
aduh95 pushed a commit that referenced this pull request Jul 21, 2025
PR-URL: #58839
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
aduh95 pushed a commit that referenced this pull request Jul 24, 2025
PR-URL: #58839
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.c++Issues and PRs that require attention from people who are familiar with C++.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@codebytere@nodejs-github-bot@eugeneo@addaleax@lpinca@legendecas