Skip to content

Commit

Permalink
backport all patches
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 committed Apr 23, 2023
1 parent 1084420 commit f8196cd
Show file tree
Hide file tree
Showing 103 changed files with 3,896 additions and 246 deletions.
2 changes: 1 addition & 1 deletion VERSION.sh
Expand Up @@ -27,7 +27,7 @@ case $1 in
--help) displayHelp; exit 0;;
esac

THOR_VER="109.0.5414.139"
THOR_VER="109.0.5414.141"

export THOR_VER &&

Expand Down
2 changes: 1 addition & 1 deletion other/AVX2/build/config/compiler/BUILD.gn
Expand Up @@ -705,7 +705,7 @@ config("compiler") {
]
} else {
ldflags +=
[]
[ "-Wl,-O3" ]
}

# ldflags += [ "-Wl,--thinlto-cache-policy=$cache_policy" ]
Expand Down
2 changes: 1 addition & 1 deletion other/SSE3/build/config/compiler/BUILD.gn
Expand Up @@ -705,7 +705,7 @@ config("compiler") {
]
} else {
ldflags +=
[]
[ "-Wl,-O3" ]
}

# ldflags += [ "-Wl,--thinlto-cache-policy=$cache_policy" ]
Expand Down
2 changes: 1 addition & 1 deletion other/i386/SSE2/build/config/compiler/BUILD.gn
Expand Up @@ -702,7 +702,7 @@ config("compiler") {
]
} else {
ldflags +=
[]
[ "-Wl,-O3" ]
}

# ldflags += [ "-Wl,--thinlto-cache-policy=$cache_policy" ]
Expand Down
2 changes: 1 addition & 1 deletion src/build/config/compiler/BUILD.gn
Expand Up @@ -698,7 +698,7 @@ config("compiler") {
]
} else {
ldflags +=
[]
[ "-Wl,-O3" ]
}

# ldflags += [ "-Wl,--thinlto-cache-policy=$cache_policy" ]
Expand Down
8 changes: 3 additions & 5 deletions src/build/vs_toolchain.py
@@ -1,10 +1,8 @@
#!/usr/bin/env python
# Copyright 2022 The Chromium Authors, Alex313031 and gz83.
#!/usr/bin/env python3
# Copyright 2023 The Chromium Authors, Alex313031 and gz83
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

from __future__ import print_function

import collections
import glob
import json
Expand All @@ -19,7 +17,7 @@

from gn_helpers import ToGNString

# VS 2019 16.61 with 10.0.20348.0 SDK, 10.0.19041 version of Debuggers
# VS 2019 17.4.5 with 10.0.22621.0 SDK, 10.0.22621 version of Debuggers
# with ARM64 libraries and UWP support.
# See go/chromium-msvc-toolchain for instructions about how to update the
# toolchain.
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2022 The Chromium Authors. All rights reserved.
<!-- Copyright 2023 The Chromium Authors and Alex313031. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file. -->

Expand Down
Binary file modified src/chrome/android/java/res_chromium_base/mipmap-hdpi/app_icon.png
Binary file modified src/chrome/android/java/res_chromium_base/mipmap-mdpi/app_icon.png
Binary file modified src/chrome/android/java/res_chromium_base/mipmap-xhdpi/app_icon.png
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2015 The Chromium Authors. All rights reserved.
<!-- Copyright 2023 The Chromium Authors and Alex313031. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file. -->

Expand Down

0 comments on commit f8196cd

Please sign in to comment.