Skip to content

fix: show 'Electron Isolated Context' in Dev Tools#51079

Merged
jkleinsc merged 1 commit into42-x-yfrom
trop/42-x-y-bp-fix-show-electron-isolated-context-in-dev-tools-1776332897871
Apr 16, 2026
Merged

fix: show 'Electron Isolated Context' in Dev Tools#51079
jkleinsc merged 1 commit into42-x-yfrom
trop/42-x-y-bp-fix-show-electron-isolated-context-in-dev-tools-1776332897871

Conversation

@trop
Copy link
Copy Markdown
Contributor

@trop trop bot commented Apr 16, 2026

Backport of #51062

See that PR for details.

Notes: Fixed absent 'Electron Isolated Context' in the execution context dropdown in Dev Tools.

Because of a bug after the [upstream refactor][0] Dev Tools stopped
showing 'Electron Isolated Context' in the execution context selector.
'Electron Isolated Context' runs with origin set to `file://`. Since
domain name is empty for the origin the respective UI item in the
context selector is created with an empty `subtitle`. However, with the
upstream change items with either of `title` or `subtitle` are omitted
from rendering.

Here we float an [in-review patch][1] until it is fixed upstream.

[0]: https://chromium.googlesource.com/devtools/devtools-frontend.git/+/dbb61cf4b27a8ca13ac62ce7b72c22ad2664b460
[1]: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/7761316

Co-authored-by: Fedor Indutny <indutny@signal.org>
@trop trop bot requested a review from a team as a code owner April 16, 2026 09:48
@trop trop bot requested a review from a team April 16, 2026 09:48
@trop trop bot added 42-x-y backport This is a backport PR semver/patch backwards-compatible bug fixes labels Apr 16, 2026
@jkleinsc jkleinsc merged commit f1958d8 into 42-x-y Apr 16, 2026
123 of 125 checks passed
@jkleinsc jkleinsc deleted the trop/42-x-y-bp-fix-show-electron-isolated-context-in-dev-tools-1776332897871 branch April 16, 2026 19:22
@release-clerk
Copy link
Copy Markdown

release-clerk bot commented Apr 16, 2026

Release Notes Persisted

Fixed absent 'Electron Isolated Context' in the execution context dropdown in Dev Tools.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

42-x-y backport This is a backport PR semver/patch backwards-compatible bug fixes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants