Skip to content

build: option to use custom inspector_protocol path #58839

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

codebytere
Copy link
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 zcbenz June 26, 2025 09:11
@nodejs-github-bot
Copy link
Collaborator

Review requested:

  • @nodejs/inspector

@nodejs-github-bot nodejs-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
@codebytere codebytere 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-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Jun 26, 2025
@nodejs-github-bot
Copy link
Collaborator

@eugeneo
Copy link
Contributor

eugeneo commented Jun 26, 2025

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
Collaborator

@addaleax addaleax 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready PRs 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++. commit-queue Add this label to land a pull request using GitHub Actions.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants