Skip to content

Commit 72dd487

Browse files
authored
Merge pull request #539 from Nifury/v145
Update to 145.0.7632.45-1
2 parents 469861b + d8e08ec commit 72dd487

13 files changed

+538
-94
lines changed

domain_substitution.list

Lines changed: 285 additions & 66 deletions
Large diffs are not rendered by default.

downloads.ini

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
# `http://prereleases.llvm.org/win-snapshots/LLVM-9.8.7-r123456-win64.exe`
2222
# (link derived from [LLVM Snapshot Builds](http://llvm.org/builds/))
2323
[llvm]
24-
version = 21.1.8
24+
version = 22.1.0-rc2
2525
#Uncomment when pre-release version is used.
2626
#url = https://prereleases.llvm.org/win-snapshots/LLVM-%(version)s-win64.exe
2727
#Uncomment the below instead when a new enough stable version of LLVM comes around
2828
url = https://github.com/llvm/llvm-project/releases/download/llvmorg-%(version)s/LLVM-%(version)s-win64.exe
2929
download_filename = LLVM-%(version)s-win64.exe
30-
sha512 = 69ee513fb41bafd159f33c54fad44739e1c150fee37ddf0d5d4cfd88424b42a9177d828ba2a3f19f1a09a8cf84225bade94681fe075994c83e49cc84e15a0718
30+
sha512 = 3be30a0c2969485b5d6e0fb89ead0a8b0fea02dee4c1debe1addca67be9a35ee577b822e1bce4966819312247be28e010d4ddb5f98ff04e29d8c71ccfd9b5b18
3131
extractor = 7z
3232
output_path = third_party/llvm-build/Release+Asserts
3333

@@ -87,10 +87,10 @@ output_path = third_party/git
8787

8888
# Pre-built Node.JS (LTS)
8989
[nodejs]
90-
version = 24.11.1
90+
version = 24.12.0
9191
url = https://nodejs.org/dist/v%(version)s/node-v%(version)s-win-x64.zip
9292
download_filename = node-v%(version)s-win-x64.zip
93-
sha512 = f90d197e0f6d274723d43d3ccbce8e314e417edcbdd331493340fb2e4824f1451634abc7eccc3111a9e1ce2b95cc9774fe17772780ba3c6cad1ec62d1e8b3db4
93+
sha512 = b053c97c365bbee64f8fea8d4b0287c08621b0b159c8e182b77625df0e99f6337fdcfac39d9389128413a8b872292f9e1569a05d31bdb99ab1d6d620d7e33ef8
9494
extractor = 7z
9595
output_path = third_party/node/win
9696
strip_leading_dirs=node-v%(version)s-win-x64
@@ -124,24 +124,24 @@ strip_leading_dirs=webauthn-%(version)s
124124

125125
# Rust
126126
[rust-x64]
127-
version = 2025-11-11
127+
version = 2025-12-02
128128
url = https://static.rust-lang.org/dist/%(version)s/rust-nightly-x86_64-pc-windows-msvc.tar.gz
129129
download_filename = rust-nightly-%(version)s-x86_64-pc-windows-msvc.tar.gz
130-
sha512 = 44b2b2ec40095ccd87f17b17c38c328a3caa0cbdf14371c5d4fb8d1b5a0c9ba757d56a464374a053ced0459435892ce12e00a73fbf4f6eae8d0d3ca7306b8918
130+
sha512 = 4a2098ee7d15e6612db63d5086b85d83ede069591d1d2a73d3aafc447100bb0e0753e14881e6cae9e04d302bf6c0e601aad24f70c7ff744abe7db6dcf1d65343
131131
output_path = third_party/rust-toolchain-x64
132132
strip_leading_dirs=rust-nightly-x86_64-pc-windows-msvc
133133
[rust-x86]
134-
version = 2025-11-11
134+
version = 2025-12-02
135135
url = https://static.rust-lang.org/dist/%(version)s/rust-nightly-i686-pc-windows-msvc.tar.gz
136136
download_filename = rust-nightly-%(version)s-i686-pc-windows-msvc.tar.gz
137-
sha512 = dad606a6682d40a71e833ce964aabcb8afa58209d72794ae6a8748d501a27380b8f365e684565e5919dbc9e1f54aaa66796ab4dc7e9fb6ec2bc17fa883c8ed42
137+
sha512 = c2639169c50f2af39e901a6be7f574c5c7042bc6fdf7166c6e53c77c1effb581b0941457aa1a43cc1c0684703f5527a39401a8f9f301e5d07130341268ae6719
138138
output_path = third_party/rust-toolchain-x86
139139
strip_leading_dirs=rust-nightly-i686-pc-windows-msvc
140140
[rust-arm]
141-
version = 2025-11-11
141+
version = 2025-12-02
142142
url = https://static.rust-lang.org/dist/%(version)s/rust-nightly-aarch64-pc-windows-msvc.tar.gz
143143
download_filename = rust-nightly-%(version)s-aarch64-pc-windows-msvc.tar.gz
144-
sha512 = d009cf83909e990ac3e814023e4b1e863d24165dee44986aeb1277729f4cabcf26c098840ef3b09da4bada257ba0e22616a23625196392850905c7895fdf5d07
144+
sha512 = 610e8c4b768040797e2655da9ca028e4e85df7ccec7a66a7d99ff4fcc6509f39b11590aedcecf26feeaa86f8282bfc46653a78a0ee4df88d7240c6b6437f8e48
145145
output_path = third_party/rust-toolchain-arm
146146
strip_leading_dirs=rust-nightly-aarch64-pc-windows-msvc
147147
[rust-windows-create]

flags.windows.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
chrome_pgo_phase=0
1+
chrome_pgo_phase=2
22
enable_swiftshader=false
33
ffmpeg_branding="Chrome"
44
is_clang=true

patches/ungoogled-chromium/windows/windows-disable-clang-version-check.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--- a/build/config/compiler/BUILD.gn
22
+++ b/build/config/compiler/BUILD.gn
3-
@@ -1729,8 +1729,7 @@ config("compiler_deterministic") {
3+
@@ -1732,8 +1732,7 @@ config("compiler_deterministic") {
44
}
55

66
config("clang_revision") {

patches/ungoogled-chromium/windows/windows-disable-event-log.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33

44
--- a/chrome/common/BUILD.gn
55
+++ b/chrome/common/BUILD.gn
6-
@@ -120,7 +120,6 @@ source_set("request_code_constants") {
6+
@@ -122,7 +122,6 @@ source_set("request_code_constants") {
77
static_library("common_lib") {
88
visibility = [
99
":*",
1010
- "//chrome/common/win:eventlog_messages",
1111
]
1212
sources = [
13-
"chrome_content_client.cc",
14-
@@ -367,7 +366,6 @@ static_library("common_lib") {
13+
"actor/action_result.cc",
14+
@@ -366,7 +365,6 @@ static_library("common_lib") {
1515
"conflicts/remote_module_watcher_win.cc",
1616
"conflicts/remote_module_watcher_win.h",
1717
]

patches/ungoogled-chromium/windows/windows-disable-rlz.patch

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
--- a/chrome/installer/setup/BUILD.gn
22
+++ b/chrome/installer/setup/BUILD.gn
3-
@@ -42,7 +42,6 @@ if (is_win) {
3+
@@ -43,7 +43,6 @@ if (is_win) {
44
"//components/crash/core/app:crash_export_thunks",
55
"//components/crash/core/app:run_as_crashpad_handler",
66
"//content/public/common:static_switches",
77
- "//rlz:rlz_lib_no_network",
8+
"//services/webnn:buildflags",
89
"//url",
910
]
10-
1111
--- a/chrome/installer/setup/uninstall.cc
1212
+++ b/chrome/installer/setup/uninstall.cc
13-
@@ -65,8 +65,6 @@
13+
@@ -66,8 +66,6 @@
1414
#include "chrome/installer/util/work_item.h"
1515
#include "chrome/windows_services/elevated_tracing_service/service_integration.h"
1616
#include "content/public/common/result_codes.h"
@@ -19,7 +19,7 @@
1919

2020
using base::win::RegKey;
2121

22-
@@ -109,22 +107,6 @@ void ProcessChromeWorkItems(const Instal
22+
@@ -110,22 +108,6 @@ void ProcessChromeWorkItems(const Instal
2323
work_item_list->Do();
2424
}
2525

@@ -42,7 +42,7 @@
4242
// Removes all files from the installer directory. Returns false in case of an
4343
// error.
4444
bool RemoveInstallerFiles(const base::FilePath& installer_directory) {
45-
@@ -909,11 +891,6 @@ InstallStatus UninstallProduct(const Mod
45+
@@ -929,11 +911,6 @@ InstallStatus UninstallProduct(const Mod
4646
}
4747
}
4848

patches/ungoogled-chromium/windows/windows-fix-building-with-rust.patch

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,19 @@
2525
# Rust targets to be rebuilt, which allows you to update your toolchain and
2626
# not break incremental builds.
2727
- rustc_version = ""
28-
+ rustc_version = "rustc 1.93.0-nightly (29a69716f 2025-11-10)"
28+
+ rustc_version = "rustc 1.93.0-nightly (1d60f9e07 2025-12-01)"
2929

3030
# Whether artifacts produced by the Rust compiler can participate in ThinLTO.
3131
#
32+
@@ -121,7 +121,7 @@ use_chromium_rust_toolchain = rust_sysro
33+
# `rustc_nightly_capability = false` will make the build avoid the use of
34+
# Rust nightly features. There are no bots that test this and there is no
35+
# guarantee it will work, but we accept patches for this configuration.
36+
-rustc_nightly_capability = use_chromium_rust_toolchain
37+
+rustc_nightly_capability = true
38+
39+
# Platform support for the Rust toolchain.
40+
chromium_toolchain_supports_platform = !is_wasm
3241
--- a/build/rust/allocator/lib.rs
3342
+++ b/build/rust/allocator/lib.rs
3443
@@ -107,14 +107,4 @@ mod both_allocators {

patches/ungoogled-chromium/windows/windows-fix-building-without-safebrowsing.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
"//build:branding_buildflags",
1818
--- a/chrome/browser/chrome_content_browser_client.cc
1919
+++ b/chrome/browser/chrome_content_browser_client.cc
20-
@@ -5122,7 +5122,6 @@ std::wstring ChromeContentBrowserClient:
20+
@@ -5114,7 +5114,6 @@ std::wstring ChromeContentBrowserClient:
2121
#endif
2222
case sandbox::mojom::Sandbox::kPrintCompositor:
2323
case sandbox::mojom::Sandbox::kAudio:
2424
- case sandbox::mojom::Sandbox::kScreenAI:
2525
case sandbox::mojom::Sandbox::kSpeechRecognition:
2626
case sandbox::mojom::Sandbox::kPdfConversion:
2727
case sandbox::mojom::Sandbox::kService:
28-
@@ -5218,7 +5217,6 @@ bool ChromeContentBrowserClient::PreSpaw
28+
@@ -5210,7 +5209,6 @@ bool ChromeContentBrowserClient::PreSpaw
2929
case sandbox::mojom::Sandbox::kPrintBackend:
3030
#endif
3131
case sandbox::mojom::Sandbox::kPrintCompositor:

patches/ungoogled-chromium/windows/windows-fix-command-ids.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
// Move window to other user commands
2929
#define IDC_VISIT_DESKTOP_OF_LRU_USER_2 34080
3030
#define IDC_VISIT_DESKTOP_OF_LRU_USER_3 34081
31-
@@ -512,7 +512,7 @@
31+
@@ -513,7 +513,7 @@
3232
#define IDC_MEDIA_ROUTER_TOGGLE_MEDIA_REMOTING 51208
3333

3434
// Context menu items for media toolbar button
@@ -37,7 +37,7 @@
3737
#define IDC_MEDIA_TOOLBAR_CONTEXT_REPORT_CAST_ISSUE 51209
3838
#endif
3939
#define IDC_MEDIA_TOOLBAR_CONTEXT_SHOW_OTHER_SESSIONS 51210
40-
@@ -549,7 +549,7 @@
40+
@@ -550,7 +550,7 @@
4141
#define IDC_CONTENT_CONTEXT_ACCESSIBILITY_LABELS 52411
4242
#define IDC_CONTENT_CONTEXT_ACCESSIBILITY_LABELS_TOGGLE_ONCE 52412
4343

patches/ungoogled-chromium/windows/windows-fix-missing-includes.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
+#include <cstdlib>
88

99
#include "base/check.h"
10-
#include "third_party/blink/renderer/platform/runtime_enabled_features.h"
10+
#include "third_party/blink/renderer/core/xml/xslt_processor.h"

0 commit comments

Comments
 (0)