mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 11:27:32 -03:00
M130 RC2
This commit is contained in:
parent
42c6a9b293
commit
4fb78352e2
18 changed files with 42 additions and 60 deletions
|
@ -3009,7 +3009,7 @@ config("no_optimize") {
|
|||
}
|
||||
}
|
||||
|
||||
# Emit relocs for BOLT
|
||||
# Emit relocations for BOLT
|
||||
config("emit-relocs") {
|
||||
if (!using_sanitizer && use_bolt) {
|
||||
if (is_win) {
|
||||
|
|
|
@ -65,6 +65,7 @@ ignore_missing_widevine_signing_cert = true
|
|||
enable_media_drm_storage = true
|
||||
enable_hangout_services_extension = false
|
||||
rtc_use_h264 = true
|
||||
rtc_use_h265 = true
|
||||
rtc_include_ilbc = true
|
||||
rtc_build_examples = true
|
||||
rtc_enable_avx2 = true
|
||||
|
|
|
@ -58,6 +58,7 @@ ignore_missing_widevine_signing_cert = true
|
|||
enable_media_drm_storage = true
|
||||
enable_hangout_services_extension = false
|
||||
rtc_use_h264 = true
|
||||
rtc_use_h265 = true
|
||||
rtc_include_ilbc = true
|
||||
rtc_build_examples = true
|
||||
rtc_enable_avx2 = true
|
||||
|
|
|
@ -65,6 +65,7 @@ ignore_missing_widevine_signing_cert = true
|
|||
enable_media_drm_storage = true
|
||||
enable_hangout_services_extension = false
|
||||
rtc_use_h264 = true
|
||||
rtc_use_h265 = true
|
||||
rtc_include_ilbc = true
|
||||
rtc_build_examples = false
|
||||
rtc_enable_avx2 = true
|
||||
|
|
|
@ -67,6 +67,7 @@ ignore_missing_widevine_signing_cert = true
|
|||
enable_media_drm_storage = true
|
||||
enable_hangout_services_extension = false
|
||||
rtc_use_h264 = true
|
||||
rtc_use_h265 = true
|
||||
rtc_include_ilbc = true
|
||||
rtc_build_examples = false
|
||||
rtc_enable_avx2 = true
|
||||
|
|
|
@ -11,7 +11,7 @@ thin_lto_enable_cache = false
|
|||
# dcheck_always_on = false
|
||||
# exclude_unwind_tables = true
|
||||
# enable_iterator_debugging = false
|
||||
disable_fieldtrial_testing_config = true
|
||||
# disable_fieldtrial_testing_config = true
|
||||
enable_reporting = false
|
||||
# enable_resource_allowlist_generation = false
|
||||
# enable_profiling = false
|
||||
|
|
|
@ -19,7 +19,7 @@ thin_lto_enable_cache = false
|
|||
# dcheck_always_on = false
|
||||
# exclude_unwind_tables = true
|
||||
# enable_iterator_debugging = false
|
||||
disable_fieldtrial_testing_config = true
|
||||
# disable_fieldtrial_testing_config = true
|
||||
enable_reporting = false
|
||||
# enable_resource_allowlist_generation = false
|
||||
# enable_profiling = false
|
||||
|
|
|
@ -1296,8 +1296,8 @@ index eabc844883aca..291633d064be4 100644
|
|||
|
||||
- const int top_border_thickness = GetLayoutConstant(TAB_STRIP_PADDING);
|
||||
+ const int top_border_thickness = features::IsThorium2024()
|
||||
+ ? GetLayoutConstant(TAB_INACTIVE_PADDING)
|
||||
+ : FrameTopBorderThickness(false);
|
||||
+ ? FrameTopBorderThickness(false)
|
||||
+ : GetLayoutConstant(TAB_STRIP_PADDING);
|
||||
|
||||
const int window_component = GetHTComponentForFrame(
|
||||
point, gfx::Insets::TLBR(top_border_thickness, 0, 0, 0),
|
||||
|
|
|
@ -3013,7 +3013,7 @@ config("no_optimize") {
|
|||
}
|
||||
}
|
||||
|
||||
# Emit relocs for BOLT
|
||||
# Emit relocations for BOLT
|
||||
config("emit-relocs") {
|
||||
if (!using_sanitizer && use_bolt) {
|
||||
if (is_win) {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2024 The Chromium Authors
|
||||
// Copyright 2024 The Chromium Authors and Alex313031
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
|
|
|
@ -1,55 +1,33 @@
|
|||
// Copyright 2024 The Brave Authors and Alex313031
|
||||
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
||||
// You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
CANVAS_DIMENSIONS, 24,
|
||||
MOVE_TO, 20.33f, 20.67f,
|
||||
H_LINE_TO, 3.67f,
|
||||
CUBIC_TO, 2.75f, 20.67f, 2, 19.8f, 2, 18.89f,
|
||||
V_LINE_TO, 5.66f,
|
||||
CUBIC_TO, 2, 4.74f, 2.75f, 4, 3.67f, 4,
|
||||
R_H_LINE_TO, 5.89f,
|
||||
R_CUBIC_TO, 0.03f, 0, 0.05f, 0.01f, 0.08f, 0.02f,
|
||||
R_ARC_TO, 0.8f, 0.8f, 0, 0, 1, 0.32f, 0.1f,
|
||||
R_CUBIC_TO, 0.02f, 0.01f, 0.05f, 0.02f, 0.07f, 0.03f,
|
||||
R_LINE_TO, 2.23f, 1.51f,
|
||||
R_H_LINE_TO, 1.41f,
|
||||
R_V_LINE_TO, -0.83f,
|
||||
ARC_TO, 0.83f, 0.83f, 0, 0, 1, 14.5f, 4,
|
||||
R_H_LINE_TO, 3.33f,
|
||||
R_CUBIC_TO, 0.46f, 0, 0.83f, 0.37f, 0.83f, 0.83f,
|
||||
R_V_LINE_TO, 0.83f,
|
||||
R_H_LINE_TO, 1.67f,
|
||||
R_CUBIC_TO, 0.92f, 0, 1.67f, 0.74f, 1.67f, 1.65f,
|
||||
R_V_LINE_TO, 11.58f,
|
||||
R_CUBIC_TO, 0, 0.91f, -0.75f, 1.78f, -1.67f, 1.78f,
|
||||
FILL_RULE_NONZERO,
|
||||
MOVE_TO, 20, 6,
|
||||
R_H_LINE_TO, -8,
|
||||
R_LINE_TO, -2, -2,
|
||||
H_LINE_TO, 4,
|
||||
R_CUBIC_TO, -1.1f, 0, -2, 0.9f, -2, 2,
|
||||
R_V_LINE_TO, 12,
|
||||
R_CUBIC_TO, 0, 1.1f, 0.9f, 2, 2, 2,
|
||||
R_H_LINE_TO, 16,
|
||||
R_CUBIC_TO, 1.1f, 0, 2, -0.9f, 2, -2,
|
||||
V_LINE_TO, 8,
|
||||
R_CUBIC_TO, 0, -1.1f, -0.9f, -2, -2, -2,
|
||||
CLOSE,
|
||||
MOVE_TO, 17, 5.66f,
|
||||
R_H_LINE_TO, -1.67f,
|
||||
R_V_LINE_TO, 4.45f,
|
||||
R_LINE_TO, 0.46f, -0.23f,
|
||||
R_ARC_TO, 0.84f, 0.84f, 0, 0, 1, 0.75f, 0,
|
||||
R_LINE_TO, 0.46f, 0.23f,
|
||||
V_LINE_TO, 5.66f,
|
||||
R_MOVE_TO, 0, 12,
|
||||
H_LINE_TO, 4,
|
||||
V_LINE_TO, 6,
|
||||
R_H_LINE_TO, 5.17f,
|
||||
R_LINE_TO, 2, 2,
|
||||
H_LINE_TO, 20,
|
||||
R_V_LINE_TO, 10,
|
||||
CLOSE,
|
||||
R_MOVE_TO, 3.33f, 1.65f,
|
||||
R_H_LINE_TO, -1.67f,
|
||||
R_V_LINE_TO, 4.14f,
|
||||
R_CUBIC_TO, 0, 0.29f, -0.15f, 0.55f, -0.39f, 0.7f,
|
||||
R_ARC_TO, 0.84f, 0.84f, 0, 0, 1, -0.81f, 0.04f,
|
||||
R_LINE_TO, -1.29f, -0.64f,
|
||||
R_LINE_TO, -1.29f, 0.64f,
|
||||
R_ARC_TO, 0.84f, 0.84f, 0, 0, 1, -0.81f, -0.04f,
|
||||
R_ARC_TO, 0.82f, 0.82f, 0, 0, 1, -0.39f, -0.7f,
|
||||
V_LINE_TO, 7.31f,
|
||||
H_LINE_TO, 12,
|
||||
R_ARC_TO, 0.83f, 0.83f, 0, 0, 1, -0.29f, -0.06f,
|
||||
R_CUBIC_TO, -0.03f, -0.01f, -0.06f, -0.03f, -0.08f, -0.04f,
|
||||
R_CUBIC_TO, -0.03f, -0.02f, -0.06f, -0.03f, -0.09f, -0.05f,
|
||||
R_LINE_TO, -2.23f, -1.51f,
|
||||
H_LINE_TO, 3.67f,
|
||||
R_V_LINE_TO, 13.35f,
|
||||
R_H_LINE_TO, 16.67f,
|
||||
V_LINE_TO, 7.31f,
|
||||
R_MOVE_TO, -6.92f, -3.96f,
|
||||
LINE_TO, 12.39f, 17,
|
||||
LINE_TO, 15, 15.47f,
|
||||
LINE_TO, 17.61f, 17,
|
||||
R_LINE_TO, -0.69f, -2.96f,
|
||||
R_LINE_TO, 2.3f, -1.99f,
|
||||
R_LINE_TO, -3.03f, -0.26f,
|
||||
LINE_TO, 15, 9,
|
||||
R_LINE_TO, -1.19f, 2.79f,
|
||||
R_LINE_TO, -3.03f, 0.26f,
|
||||
CLOSE
|
||||
|
|
|
@ -481,7 +481,7 @@ BASE_FEATURE(kContextMenuSaveVideoFrameAs,
|
|||
// Enables the "Search Video Frame with <Search Provider>" context menu item.
|
||||
BASE_FEATURE(kContextMenuSearchForVideoFrame,
|
||||
"ContextMenuSearchForVideoFrame",
|
||||
base::FEATURE_DISABLED_BY_DEFAULT);
|
||||
base::FEATURE_ENABLED_BY_DEFAULT);
|
||||
|
||||
#if BUILDFLAG(CHROME_WIDE_ECHO_CANCELLATION)
|
||||
// If echo cancellation for a mic signal is requested, mix and cancel all audio
|
||||
|
|
|
@ -303,7 +303,7 @@ if (is_linux || is_chromeos) {
|
|||
|
||||
# These files have a suspicious comparison.
|
||||
# TODO fix this and re-enable this warning.
|
||||
# "-Wno-sign-compare",
|
||||
"-Wno-sign-compare",
|
||||
"-O3",
|
||||
"-fPIE",
|
||||
]
|
||||
|
|
BIN
src/ui/resources/default_100_percent/common/folder_closed.png
Normal file
BIN
src/ui/resources/default_100_percent/common/folder_closed.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 381 B |
BIN
src/ui/resources/default_100_percent/common/folder_open.png
Normal file
BIN
src/ui/resources/default_100_percent/common/folder_open.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 457 B |
BIN
src/ui/resources/default_200_percent/common/folder_closed.png
Normal file
BIN
src/ui/resources/default_200_percent/common/folder_closed.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 167 B |
BIN
src/ui/resources/default_200_percent/common/folder_open.png
Normal file
BIN
src/ui/resources/default_200_percent/common/folder_open.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 359 B |
BIN
src/ui/resources/default_300_percent/common/folder_closed.png
Normal file
BIN
src/ui/resources/default_300_percent/common/folder_closed.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
Loading…
Reference in a new issue