Skip to content

Commit 530b0ef

Browse files
authored
Merge pull request #385 from teeminus/update
2 parents 4d0cfaa + 525c250 commit 530b0ef

18 files changed

+265
-314
lines changed

build.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def main():
182182
gnpath = source_tree / 'uc_staging' / 'gn_win'
183183
gnpath.mkdir(parents=True, exist_ok=True)
184184
subprocess.run(['git', 'clone', 'https://gn.googlesource.com/gn', str(gnpath)], check=True)
185-
subprocess.run(['git', 'reset', '--hard', 'b2afae122eeb6ce09c52d63f67dc53fc517dbdc8'], cwd=gnpath, check=True)
185+
subprocess.run(['git', 'reset', '--hard', 'd010e218ca7077928ad7c9e9cc02fe43b5a8a0ad'], cwd=gnpath, check=True)
186186
subprocess.run(['git', 'clean', '-ffdx'], cwd=gnpath, check=True)
187187
subprocess.run([sys.executable, str(gnpath / 'build' / 'gen.py')], check=True)
188188
for item in gnpath.iterdir():
@@ -275,7 +275,7 @@ def main():
275275

276276
# Generate version file
277277
with open(RUST_FLAG_FILE, 'w') as f:
278-
f.write('rustc 1.81.0-nightly (f8e566053 2024-06-14)')
278+
f.write('rustc 1.82.0-nightly (612a33f20 2024-07-29)')
279279
f.write('\n')
280280

281281
if not args.ci or not (source_tree / 'out/Default').exists():

domain_substitution.list

Lines changed: 189 additions & 250 deletions
Large diffs are not rendered by default.

downloads.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,13 @@ strip_leading_dirs=DirectX-Headers-%(version)s
113113

114114
# Rust
115115
[rust-x64]
116-
version = 2024-06-15
116+
version = 2024-07-30
117117
url = https://static.rust-lang.org/dist/%(version)s/rust-nightly-x86_64-pc-windows-msvc.tar.gz
118118
download_filename = rust-nightly-%(version)s-x86_64-pc-windows-msvc.tar.gz
119119
output_path = third_party/rust-toolchain-x64
120120
strip_leading_dirs=rust-nightly-x86_64-pc-windows-msvc
121121
[rust-x86]
122-
version = 2024-06-15
122+
version = 2024-07-30
123123
url = https://static.rust-lang.org/dist/%(version)s/rust-nightly-i686-pc-windows-msvc.tar.gz
124124
download_filename = rust-nightly-%(version)s-i686-pc-windows-msvc.tar.gz
125125
output_path = third_party/rust-toolchain-x86

patches/ungoogled-chromium/windows/windows-compile-mini-installer.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"//chrome/browser/extensions/default_extensions",
1010
- "//chrome/common/win:eventlog_provider",
1111
"//chrome/installer/setup",
12-
"//mojo/core:shared_library",
1312
"//third_party/icu:icudata",
13+
]
1414
--- a/chrome/tools/build/win/create_installer_archive.py
1515
+++ b/chrome/tools/build/win/create_installer_archive.py
1616
@@ -224,12 +224,14 @@ def GenerateDiffPatch(options, orig_file

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-
@@ -1605,8 +1605,7 @@ config("compiler_deterministic") {
3+
@@ -1620,8 +1620,7 @@ config("compiler_deterministic") {
44
}
55

66
config("clang_revision") {

patches/ungoogled-chromium/windows/windows-disable-download-warning-prompt.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--- a/components/download/internal/common/download_item_impl.cc
22
+++ b/components/download/internal/common/download_item_impl.cc
3-
@@ -2481,7 +2481,7 @@ void DownloadItemImpl::SetDangerType(Dow
3+
@@ -2505,7 +2505,7 @@ void DownloadItemImpl::SetDangerType(Dow
44
TRACE_EVENT_SCOPE_THREAD, "danger_type",
55
GetDownloadDangerNames(danger_type).c_str());
66
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
#endif // CHROME_BROWSER_UNGOOGLED_PLATFORM_FLAG_ENTRIES_H_
1616
--- a/components/os_crypt/async/browser/dpapi_key_provider.cc
1717
+++ b/components/os_crypt/async/browser/dpapi_key_provider.cc
18-
@@ -9,6 +9,7 @@
18+
@@ -14,6 +14,7 @@
1919
#include <wincrypt.h>
2020

2121
#include "base/base64.h"
2222
+#include "base/command_line.h"
2323
#include "base/logging.h"
2424
#include "base/metrics/histogram_functions.h"
2525
#include "base/types/expected.h"
26-
@@ -35,6 +36,9 @@ constexpr uint8_t kDPAPIKeyPrefix[] = {'
26+
@@ -40,6 +41,9 @@ constexpr uint8_t kDPAPIKeyPrefix[] = {'
2727

2828
std::optional<std::vector<uint8_t>> DecryptKeyWithDPAPI(
2929
base::span<const uint8_t> ciphertext) {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
--- a/chrome/common/BUILD.gn
55
+++ b/chrome/common/BUILD.gn
6-
@@ -429,7 +429,6 @@ static_library("common_lib") {
6+
@@ -380,7 +380,6 @@ static_library("common_lib") {
77
]
88
deps += [
99
"//chrome/chrome_elf:chrome_elf_main_include",

patches/ungoogled-chromium/windows/windows-disable-reorder-fix-linking.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
--- a/chrome/BUILD.gn
44
+++ b/chrome/BUILD.gn
5-
@@ -71,29 +71,6 @@ if (is_win && enable_resource_allowlist_
5+
@@ -75,29 +75,6 @@ if (is_win && enable_resource_allowlist_
66
_chrome_resource_allowlist = "$target_gen_dir/chrome_resource_allowlist.txt"
77
}
88

@@ -32,7 +32,7 @@
3232
# This does not currently work. See crbug.com/1311822.
3333
# This target exists above chrome and it's main components in the dependency
3434
# tree as a central place to put assert_no_deps annotations. Since this depends
35-
@@ -131,10 +108,6 @@ if (!is_android && !is_mac) {
35+
@@ -135,10 +112,6 @@ if (!is_android && !is_mac) {
3636
# Windows-only deps are OK because chrome_initial uses initialexe/chrome as
3737
# the output name for that platform.
3838
# See crbug.com/1146571.
@@ -43,7 +43,7 @@
4343
}
4444

4545
template("_chrome_exe") {
46-
@@ -146,11 +119,7 @@ if (!is_android && !is_mac) {
46+
@@ -150,11 +123,7 @@ if (!is_android && !is_mac) {
4747
target(_type, target_name) {
4848
configs -= [ "//build/config/compiler:thinlto_optimize_default" ]
4949
configs += [ "//build/config/compiler:thinlto_optimize_max" ]

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
--- a/chrome/installer/setup/uninstall.cc
1212
+++ b/chrome/installer/setup/uninstall.cc
13-
@@ -62,8 +62,6 @@
13+
@@ -68,8 +68,6 @@
1414
#include "chrome/installer/util/util_constants.h"
1515
#include "chrome/installer/util/work_item.h"
1616
#include "content/public/common/result_codes.h"
@@ -19,7 +19,7 @@
1919

2020
using base::win::RegKey;
2121

22-
@@ -106,22 +104,6 @@ void ProcessChromeWorkItems(const Instal
22+
@@ -112,22 +110,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-
@@ -845,11 +827,6 @@ InstallStatus UninstallProduct(const Mod
45+
@@ -886,11 +868,6 @@ InstallStatus UninstallProduct(const Mod
4646
}
4747
}
4848

0 commit comments

Comments
 (0)