mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
* chore: bump chromium in DEPS to 149.0.7779.0 * chore: bump chromium in DEPS to 149.0.7781.0 * 7726883: Add secondary label support to SimpleMenuModel and update views_examples Ref: https://chromium-review.googlesource.com/c/chromium/src/+/7726883 Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com> * chore: update patches (trivial only) Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com> * fix: IWYU for base/logging.h Upstream is removing transitive includes of base/logging.h as part of crbug.com/499476145. Several CLs landed in this roll that required adding explicit includes across Electron source and patches. Ref: https://chromium-review.googlesource.com/c/chromium/src/+/7732103 Ref: https://chromium-review.googlesource.com/c/chromium/src/+/7735571 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * 7732482: [bedrock] Create BrowserProcess setters for system tray icons Ref: https://chromium-review.googlesource.com/c/chromium/src/+/7732482 Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com> * chore: update patches (trivial only) Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com> * 7739543: Add RenderWidgetHostView::HasSavedFrame Ref: https://chromium-review.googlesource.com/c/chromium/src/+/7739543 Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com> * chore: bump chromium in DEPS to 149.0.7783.0 * chore: bump chromium in DEPS to 149.0.7789.0 * chore: update patches (trivial only) * 7703728: DedicatedWorker: Enforce same-origin check for main script fetch. Ref: https://chromium-review.googlesource.com/c/chromium/src/+/7703728 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * 7720140: Remove GetPrefServiceForContext from ExtensionsBrowserClient Ref: https://chromium-review.googlesource.com/c/chromium/src/+/7720140 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * chore: update patches (trivial only) * 7728375: Disable reentrancy by default except for Android and iOS Upstream changed the default ObserverList reentrancy policy from kAllowReentrancy to kDisallowReentrancy. Electron's observer lists are re-entered when macOS AppKit delivers synchronous window notifications (e.g. windowDidResignMain: during windowDidChangeOcclusionState:) because JS event handlers can trigger window state changes mid-iteration. Explicitly opt into kAllowReentrancy for now. A follow-up should convert synchronous Emit calls in window observer callbacks to EmitEventSoon to eliminate the reentrancy. Ref: https://chromium-review.googlesource.com/c/chromium/src/+/7728375 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * chore: bump chromium in DEPS to 149.0.7791.1 * chore: update patches (trivial only) * 7696481: [pdf] Rename PdfViewerStreamManager to MimeHandlerStreamManager Ref: https://chromium-review.googlesource.com/c/chromium/src/+/7696481 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * 7745796: Printing: Remove parameter from ShowScriptedPrintPreview() interface Ref: https://chromium-review.googlesource.com/c/chromium/src/+/7745796 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * 7688714: [Lens / Cookies] Grant secure cookie exemptions for Lens side panel Ref: https://chromium-review.googlesource.com/c/chromium/src/+/7688714 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * 7752609: don't show glic button for non-normal BWIs. Ref: https://chromium-review.googlesource.com/c/chromium/src/+/7752609 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * 7749860: [media] Remove VideoFrame::WrapSharedImage with coded_size Ref: https://chromium-review.googlesource.com/c/chromium/src/+/7749860 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * chore: bump chromium in DEPS to 149.0.7793.0 * chore: bump chromium in DEPS to 149.0.7795.0 * chore: bump chromium in DEPS to 149.0.7797.0 * chore: update patches * chore: remove upstreamed patches - fix_pass_trigger_for_global_shortcuts_on_wayland.patch: https://chromium-review.googlesource.com/c/chromium/src/+/7620219 - gin_mark_argumentholder_as_cppgc_stack_allocated.patch: https://chromium-review.googlesource.com/c/chromium/src/+/7728865 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * chore: bump chromium in DEPS to 149.0.7798.0 * chore: update filenames.libcxx.gni * 7760061: Reland Reland Add a client-side decorated frame view for non-browser widgets on Linux Ref: https://chromium-review.googlesource.com/c/chromium/src/+/7760061 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * 7760945: Rename WebString::UTF8ConversionMode to Utf8ConversionMode Ref: https://chromium-review.googlesource.com/c/chromium/src/+/7760945 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * chore: update patches * chore: remove upstreamed patches - patches/devtools_frontend/fix_context_selector_not_showing_execution_contexts.patch: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/7761316 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * 7719004: [extensions] Gate dict-format mime_types_handler parsing Ref: https://chromium-review.googlesource.com/c/chromium/src/+/7719004 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * 7716681: [pdf] Introduce MimeHandlerStreamDelegate and plumb ownership Ref: https://chromium-review.googlesource.com/c/chromium/src/+/7716681 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * 7725342: Rename WebString::FromUTF8 to FromUtf8 in Blink Ref: https://chromium-review.googlesource.com/c/chromium/src/+/7725342 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * 7615475: Add a native frame view for non-browser widgets on Linux Ref: https://chromium-review.googlesource.com/c/chromium/src/+/7615475 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * 7735248: Move ManifestV2ExperimentManager to //extensions Ref: https://chromium-review.googlesource.com/c/chromium/src/+/7735248 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * 7725187: linux: set env FC_FONTATIONS and EGL_PLATFORM early Move Ozone pre-init from ElectronBrowserMainParts::PreEarlyInitialization() to ElectronMainDelegate::PreSandboxStartup() to match upstream's rename and relocation. The call has to run before threads are created. Ref: https://chromium-review.googlesource.com/c/chromium/src/+/7725187 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * 7743280: Introduce client ID for network throttling conditions. Ref: https://chromium-review.googlesource.com/c/chromium/src/+/7743280 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * chore: disable ml-kem node test incompatible with BoringSSL test-crypto-pqc-key-objects-ml-kem: BoringSSL's ML-KEM support is inconsistent with the test's OpenSSL-version-based assumptions. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * test: update V8 serialization wire format version to 16 V8 14.9 (Chromium 149) bumped the serialization wire format from version 15 to 16. Update the hardcoded expected bytes in the test-v8-serdes.js test. Remove this patch once upstream Node.js catches up via its next V8 roll. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> --------- Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by: Samuel Maddock <samuelmaddock@electronjs.org> Co-authored-by: Claude <svc-devxp-claude@slack-corp.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Co-authored-by: clavin <clavin@electronjs.org>
108 lines
4.1 KiB
JSON
108 lines
4.1 KiB
JSON
[
|
|
"abort/test-abort-backtrace",
|
|
"es-module/test-esm-wasm",
|
|
"es-module/test-vm-compile-function-lineoffset",
|
|
"parallel/test-bootstrap-modules",
|
|
"parallel/test-child-process-fork-exec-path",
|
|
"parallel/test-code-cache",
|
|
"parallel/test-cluster-primary-error",
|
|
"parallel/test-cluster-primary-kill",
|
|
"parallel/test-config-file",
|
|
"parallel/test-crypto-dh-stateless",
|
|
"parallel/test-crypto-fips",
|
|
"parallel/test-crypto-keygen",
|
|
"parallel/test-crypto-pqc-key-objects-ml-kem",
|
|
"parallel/test-crypto-secure-heap",
|
|
"parallel/test-domain-error-types",
|
|
"parallel/test-fs-utimes-y2K38",
|
|
"parallel/test-http2-clean-output",
|
|
"parallel/test-http2-https-fallback",
|
|
"parallel/test-http2-server-unknown-protocol",
|
|
"parallel/test-https-agent-session-reuse",
|
|
"parallel/test-https-client-renegotiation-limit",
|
|
"parallel/test-https-options-boolean-check",
|
|
"parallel/test-icu-env",
|
|
"parallel/test-icu-minimum-version",
|
|
"parallel/test-inspector-port-zero-cluster",
|
|
"parallel/test-inspector-tracing-domain",
|
|
"parallel/test-module-loading-globalpaths",
|
|
"parallel/test-module-print-timing",
|
|
"parallel/test-openssl-ca-options",
|
|
"parallel/test-os-checked-function",
|
|
"parallel/test-process-versions",
|
|
"parallel/test-process-get-builtin",
|
|
"parallel/test-repl-mode",
|
|
"parallel/test-repl-underscore",
|
|
"parallel/test-shadow-realm-custom-loaders",
|
|
"parallel/test-snapshot",
|
|
"parallel/test-strace-openat-openssl",
|
|
"parallel/test-sqlite-backup",
|
|
"parallel/test-max-old-space-size-percentage",
|
|
"parallel/test-tls-alpn-server-client",
|
|
"parallel/test-tls-cli-min-version-1.0",
|
|
"parallel/test-tls-cli-max-version-1.2",
|
|
"parallel/test-tls-cli-max-version-1.3",
|
|
"parallel/test-tls-cli-min-version-1.1",
|
|
"parallel/test-tls-cli-min-version-1.2",
|
|
"parallel/test-tls-cli-min-version-1.3",
|
|
"parallel/test-tls-client-auth",
|
|
"parallel/test-tls-client-getephemeralkeyinfo",
|
|
"parallel/test-tls-client-mindhsize",
|
|
"parallel/test-tls-client-reject",
|
|
"parallel/test-tls-client-renegotiation-13",
|
|
"parallel/test-tls-cnnic-whitelist",
|
|
"parallel/test-tls-disable-renegotiation",
|
|
"parallel/test-tls-empty-sni-context",
|
|
"parallel/test-tls-error-stack",
|
|
"parallel/test-tls-finished",
|
|
"parallel/test-tls-generic-stream",
|
|
"parallel/test-tls-getcipher",
|
|
"parallel/test-tls-getprotocol",
|
|
"parallel/test-tls-handshake-error",
|
|
"parallel/test-tls-handshake-exception",
|
|
"parallel/test-tls-hello-parser-failure",
|
|
"parallel/test-tls-honorcipherorder",
|
|
"parallel/test-tls-junk-closes-server",
|
|
"parallel/test-tls-junk-server",
|
|
"parallel/test-tls-key-mismatch",
|
|
"parallel/test-tls-max-send-fragment",
|
|
"parallel/test-tls-min-max-version",
|
|
"parallel/test-tls-multi-key",
|
|
"parallel/test-tls-multi-pfx",
|
|
"parallel/test-tls-no-cert-required",
|
|
"parallel/test-tls-no-sslv23",
|
|
"parallel/test-tls-off-thread-cert-loading",
|
|
"parallel/test-tls-options-boolean-check",
|
|
"parallel/test-tls-passphrase",
|
|
"parallel/test-tls-psk-alpn-callback-exception-handling",
|
|
"parallel/test-tls-psk-circuit",
|
|
"parallel/test-tls-reduced-SECLEVEL-in-cipher",
|
|
"parallel/test-tls-server-failed-handshake-emits-clienterror",
|
|
"parallel/test-tls-set-ciphers",
|
|
"parallel/test-tls-set-ciphers-error",
|
|
"parallel/test-tls-set-default-ca-certificates-recovery",
|
|
"parallel/test-tls-set-sigalgs",
|
|
"parallel/test-tls-socket-allow-half-open-option",
|
|
"parallel/test-tls-socket-failed-handshake-emits-error",
|
|
"parallel/test-tls-ticket",
|
|
"parallel/test-tls-ticket-cluster",
|
|
"parallel/test-trace-events",
|
|
"parallel/test-tz-version",
|
|
"parallel/test-webcrypto-keygen",
|
|
"parallel/test-worker-no-sab",
|
|
"parallel/test-worker-resource-limits",
|
|
"parallel/test-zlib-unused-weak",
|
|
"report/test-report-fatalerror-oomerror",
|
|
"report/test-report-getreport",
|
|
"report/test-report-signal",
|
|
"report/test-report-uncaught-exception",
|
|
"report/test-report-uncaught-exception-compat",
|
|
"report/test-report-uv-handles",
|
|
"report/test-report-worker",
|
|
"report/test-report-writereport",
|
|
"sea/test-single-executable",
|
|
"sequential/test-tls-connect",
|
|
"wpt/test-webcrypto",
|
|
"wasm-allocation/test-wasm-allocation"
|
|
]
|