mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
* chore: bump chromium in DEPS to 147.0.7708.0 * chore: update patches * chore: bump chromium in DEPS to 147.0.7709.0 * chore: bump chromium in DEPS to 147.0.7710.0 * chore: bump chromium in DEPS to 147.0.7713.0 * 7603876: Remove OriginatingProcess and RendererProcess overloads Ref: https://chromium-review.googlesource.com/c/chromium/src/+/7603876 Co-Authored-By: Claude (claude-opus-4-20250514) * 7596126: Clean up StoragePartitionImpl bucket data deletion. Ref: https://chromium-review.googlesource.com/c/chromium/src/+/7596126 * fix(patch): ENABLE_GLIC guard removed upstream Upstream removed the #if BUILDFLAG(ENABLE_GLIC) guard around ShouldShowGlicSummarizeButton, making the code unconditional. Restructured the patch to use #if 0 / #else / #endif instead. Ref: https://chromium-review.googlesource.com/c/chromium/src/+/7616763 Co-Authored-By: Claude (Anthropic) * fix(patch): Win32 API :: scope qualifiers Ref: https://chromium-review.googlesource.com/c/chromium/src/+/7613666 Co-Authored-By: Claude (Anthropic) * chore: update patches (trivial only) * docs: add skip-and-recreate warning to chromium upgrade skill --------- Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by: John Kleinschmidt <kleinschmidtorama@gmail.com>
24 lines
790 B
Diff
24 lines
790 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: deepak1556 <hop2deep@gmail.com>
|
|
Date: Thu, 18 Oct 2018 17:07:17 -0700
|
|
Subject: gritsettings_resource_ids.patch
|
|
|
|
Add electron resources file to the list of resource ids generation.
|
|
|
|
diff --git a/tools/gritsettings/resource_ids.spec b/tools/gritsettings/resource_ids.spec
|
|
index 643f7b6e0b55bde4e2cdd663c814594e3e5c3616..e00dea2c49cb919428328a32be73a7c270347838 100644
|
|
--- a/tools/gritsettings/resource_ids.spec
|
|
+++ b/tools/gritsettings/resource_ids.spec
|
|
@@ -1653,6 +1653,11 @@
|
|
"includes": [12000],
|
|
},
|
|
|
|
+ "electron/build/electron_resources.grd": {
|
|
+ "messages": [31750],
|
|
+ "includes": [31950],
|
|
+ }
|
|
+
|
|
# END "everything else" section.
|
|
# Everything but chrome/, components/, content/, and ios/
|
|
|