Skip to content

Commit dcd3e21

Browse files
authored
Merge pull request #413 from teeminus/update
2 parents cb6ee24 + e83ebcf commit dcd3e21

18 files changed

+252
-56313
lines changed

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ def main():
257257

258258
# Generate version file
259259
with open(RUST_FLAG_FILE, 'w') as f:
260-
f.write('rustc 1.83.0-nightly (7042c269c 2024-09-23)')
260+
f.write('rustc 1.84.0-nightly (439284741 2024-10-21)')
261261
f.write('\n')
262262

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

domain_substitution.list

Lines changed: 164 additions & 854 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-09-24
116+
version = 2024-10-22
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-09-24
122+
version = 2024-10-22
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/series

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,3 @@ ungoogled-chromium/windows/windows-fix-licenses-gn-path.patch
2222
ungoogled-chromium/windows/windows-fix-building-with-rust.patch
2323
ungoogled-chromium/windows/windows-fix-remove-unused-preferences-fields.patch
2424
ungoogled-chromium/windows/windows-fix-missing-includes.patch
25-
ungoogled-chromium/windows/windows-fix-building-with-prunned-binaries.patch

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-
@@ -1628,8 +1628,7 @@ config("compiler_deterministic") {
3+
@@ -1648,8 +1648,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-
@@ -2493,7 +2493,7 @@ void DownloadItemImpl::SetDangerType(Dow
3+
@@ -2486,7 +2486,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-event-log.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#include "chrome/install_static/install_details.h"
3030
#include "sandbox/policy/switches.h"
3131
#endif
32-
@@ -537,11 +536,6 @@ void InitChromeLogging(const base::Comma
32+
@@ -538,11 +537,6 @@ void InitChromeLogging(const base::Comma
3333
#if BUILDFLAG(IS_WIN)
3434
// Enable trace control and transport through event tracing for Windows.
3535
LogEventProvider::Initialize(kChromeTraceProviderName);

patches/ungoogled-chromium/windows/windows-disable-machine-id.patch

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,13 @@
4545

4646
--- a/services/preferences/tracked/device_id_win.cc
4747
+++ b/services/preferences/tracked/device_id_win.cc
48-
@@ -10,11 +10,16 @@
48+
@@ -10,12 +10,17 @@
4949

5050
#include <memory>
5151

5252
+#include "base/command_line.h"
5353
#include "base/check.h"
54+
#include "base/containers/heap_array.h"
5455

5556
MachineIdStatus GetDeterministicMachineSpecificId(std::string* machine_id) {
5657
DCHECK(machine_id);

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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-
@@ -894,11 +876,6 @@ InstallStatus UninstallProduct(const Mod
45+
@@ -893,11 +875,6 @@ InstallStatus UninstallProduct(const Mod
4646
}
4747
}
4848

patches/ungoogled-chromium/windows/windows-fix-building-with-prunned-binaries.patch

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)