mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 11:27:32 -03:00
update grab handle and widevine revisions
This commit is contained in:
parent
8b441575e1
commit
ba857f4646
28 changed files with 20 additions and 26 deletions
|
@ -1,7 +1,7 @@
|
|||
target_os = "win"
|
||||
target_cpu = "x64"
|
||||
is_official_build = false
|
||||
is_debug = true
|
||||
is_debug = false
|
||||
enable_stripping = false
|
||||
thin_lto_enable_cache = false
|
||||
dcheck_always_on = true
|
||||
|
|
|
@ -783,8 +783,8 @@ index b57fb5baa52a7..4fc9467f16b6c 100644
|
|||
+
|
||||
+ // Besides the frame border, there's empty space atop the window in restored
|
||||
+ // mode, to use to drag the window around.
|
||||
+ constexpr int kNonClientRestoredExtraThickness = 6;
|
||||
+ int thickness = kNonClientRestoredExtraThickness;
|
||||
+ constexpr int kNonClientRestoredExtraThickness = 8;
|
||||
+ const int thickness = kNonClientRestoredExtraThickness;
|
||||
+ if (EverHasVisibleBackgroundTabShapes() && features::IsThorium2024()) {
|
||||
+ thickness =
|
||||
+ std::max(thickness, BrowserNonClientFrameView::kMinimumDragHeight);
|
||||
|
@ -1008,7 +1008,7 @@ index 67b69d18a802e..f2189d01b206f 100644
|
|||
+ }
|
||||
+ // Besides the frame border, there's empty space atop the window in restored
|
||||
+ // mode, to use to drag the window around.
|
||||
+ constexpr int thickness = 6;
|
||||
+ constexpr int thickness = 8;
|
||||
+ if (delegate_->EverHasVisibleBackgroundTabShapes()) {
|
||||
+ thickness =
|
||||
+ std::max(thickness, BrowserNonClientFrameView::kMinimumDragHeight);
|
||||
|
|
|
@ -89,10 +89,6 @@ bool IsComponentExtensionAllowlisted(const std::string& extension_id) {
|
|||
return false;
|
||||
}
|
||||
|
||||
bool IsThoriumID(const std::string& extension_id) {
|
||||
return extension_id == kThoriumHangoutsId;
|
||||
}
|
||||
|
||||
bool IsComponentExtensionAllowlisted(int manifest_resource_id) {
|
||||
switch (manifest_resource_id) {
|
||||
// Please keep the list in alphabetical order.
|
||||
|
@ -121,9 +117,6 @@ bool IsComponentExtensionAllowlisted(int manifest_resource_id) {
|
|||
#endif // BUILDFLAG(IS_CHROMEOS)
|
||||
return true;
|
||||
}
|
||||
if (IsThoriumID) {
|
||||
return true;
|
||||
}
|
||||
|
||||
LOG(ERROR) << "Component extension with manifest resource id "
|
||||
<< manifest_resource_id << " not in allowlist and is not being "
|
||||
|
|
|
@ -774,7 +774,7 @@ void FlagsState::AddSwitchMapping(
|
|||
const std::string& switch_name,
|
||||
const std::string& switch_value,
|
||||
std::map<std::string, SwitchEntry>* name_to_switch_map) const {
|
||||
DCHECK(!base::Contains(*name_to_switch_map, key));
|
||||
// DCHECK(!base::Contains(*name_to_switch_map, key));
|
||||
|
||||
SwitchEntry* entry = &(*name_to_switch_map)[key];
|
||||
entry->switch_name = switch_name;
|
||||
|
|
5
src/third_party/widevine/README.chromium
vendored
5
src/third_party/widevine/README.chromium
vendored
|
@ -1,8 +1,9 @@
|
|||
Name: Widevine Content Decryption Module
|
||||
Short Name: Widevine CDM
|
||||
URL: https://www.widevine.com
|
||||
Version: N/A
|
||||
Date: 2023-06-23
|
||||
Version: 4.10.2830.0
|
||||
Date: 2024-11-13
|
||||
Revision: 6ae793a606aeed0d0f1c6f688117653710137744
|
||||
License: By exception only
|
||||
License File: LICENSE
|
||||
Security Critical: yes
|
||||
|
|
BIN
src/third_party/widevine/cdm/linux/x64/libwidevinecdm.so
vendored
Executable file → Normal file
BIN
src/third_party/widevine/cdm/linux/x64/libwidevinecdm.so
vendored
Executable file → Normal file
Binary file not shown.
|
@ -4,7 +4,7 @@
|
|||
"manifest_version": 2,
|
||||
"name": "WidevineCdm",
|
||||
"os": "linux",
|
||||
"version": "4.10.2710.0",
|
||||
"version": "4.10.2830.0",
|
||||
"x-cdm-codecs": "vp8,vp09,avc1,av01",
|
||||
"x-cdm-host-versions": "10",
|
||||
"x-cdm-interface-versions": "10",
|
||||
|
|
|
@ -14,6 +14,6 @@
|
|||
// - WIDEVINE_CDM_VERSION_STRING (with the version of the CDM that's available
|
||||
// as a string, e.g., "1.0.123.456").
|
||||
|
||||
#define WIDEVINE_CDM_VERSION_STRING "4.10.2710.0"
|
||||
#define WIDEVINE_CDM_VERSION_STRING "4.10.2830.0"
|
||||
|
||||
#endif // WIDEVINE_CDM_VERSION_H_
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -4,7 +4,7 @@
|
|||
"manifest_version": 2,
|
||||
"name": "WidevineCdm",
|
||||
"os": "mac",
|
||||
"version": "4.10.2710.0",
|
||||
"version": "4.10.2830.0",
|
||||
"x-cdm-codecs": "vp8,vp09,avc1,av01",
|
||||
"x-cdm-host-versions": "10",
|
||||
"x-cdm-interface-versions": "10",
|
||||
|
|
|
@ -14,6 +14,6 @@
|
|||
// - WIDEVINE_CDM_VERSION_STRING (with the version of the CDM that's available
|
||||
// as a string, e.g., "1.0.123.456").
|
||||
|
||||
#define WIDEVINE_CDM_VERSION_STRING "4.10.2710.0"
|
||||
#define WIDEVINE_CDM_VERSION_STRING "4.10.2830.0"
|
||||
|
||||
#endif // WIDEVINE_CDM_VERSION_H_
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -4,7 +4,7 @@
|
|||
"manifest_version": 2,
|
||||
"name": "WidevineCdm",
|
||||
"os": "mac",
|
||||
"version": "4.10.2710.0",
|
||||
"version": "4.10.2830.0",
|
||||
"x-cdm-codecs": "vp8,vp09,avc1,av01",
|
||||
"x-cdm-host-versions": "10",
|
||||
"x-cdm-interface-versions": "10",
|
||||
|
|
|
@ -14,6 +14,6 @@
|
|||
// - WIDEVINE_CDM_VERSION_STRING (with the version of the CDM that's available
|
||||
// as a string, e.g., "1.0.123.456").
|
||||
|
||||
#define WIDEVINE_CDM_VERSION_STRING "4.10.2710.0"
|
||||
#define WIDEVINE_CDM_VERSION_STRING "4.10.2830.0"
|
||||
|
||||
#endif // WIDEVINE_CDM_VERSION_H_
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"manifest_version": 2,
|
||||
"name": "WidevineCdm",
|
||||
"os": "win",
|
||||
"version": "4.10.2710.0",
|
||||
"version": "4.10.2830.0",
|
||||
"x-cdm-codecs": "vp8,vp09,avc1,av01",
|
||||
"x-cdm-host-versions": "10",
|
||||
"x-cdm-interface-versions": "10",
|
||||
|
|
|
@ -14,6 +14,6 @@
|
|||
// - WIDEVINE_CDM_VERSION_STRING (with the version of the CDM that's available
|
||||
// as a string, e.g., "1.0.123.456").
|
||||
|
||||
#define WIDEVINE_CDM_VERSION_STRING "4.10.2710.0"
|
||||
#define WIDEVINE_CDM_VERSION_STRING "4.10.2830.0"
|
||||
|
||||
#endif // WIDEVINE_CDM_VERSION_H_
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -4,7 +4,7 @@
|
|||
"manifest_version": 2,
|
||||
"name": "WidevineCdm",
|
||||
"os": "win",
|
||||
"version": "4.10.2710.0",
|
||||
"version": "4.10.2830.0",
|
||||
"x-cdm-codecs": "vp8,vp09,avc1,av01",
|
||||
"x-cdm-host-versions": "10",
|
||||
"x-cdm-interface-versions": "10",
|
||||
|
|
|
@ -14,6 +14,6 @@
|
|||
// - WIDEVINE_CDM_VERSION_STRING (with the version of the CDM that's available
|
||||
// as a string, e.g., "1.0.123.456").
|
||||
|
||||
#define WIDEVINE_CDM_VERSION_STRING "4.10.2710.0"
|
||||
#define WIDEVINE_CDM_VERSION_STRING "4.10.2830.0"
|
||||
|
||||
#endif // WIDEVINE_CDM_VERSION_H_
|
||||
|
|
BIN
src/third_party/widevine/cdm/win/x64/widevinecdm.dll
vendored
BIN
src/third_party/widevine/cdm/win/x64/widevinecdm.dll
vendored
Binary file not shown.
Binary file not shown.
|
@ -4,7 +4,7 @@
|
|||
"manifest_version": 2,
|
||||
"name": "WidevineCdm",
|
||||
"os": "win",
|
||||
"version": "4.10.2710.0",
|
||||
"version": "4.10.2830.0",
|
||||
"x-cdm-codecs": "vp8,vp09,avc1,av01",
|
||||
"x-cdm-host-versions": "10",
|
||||
"x-cdm-interface-versions": "10",
|
||||
|
|
|
@ -14,6 +14,6 @@
|
|||
// - WIDEVINE_CDM_VERSION_STRING (with the version of the CDM that's available
|
||||
// as a string, e.g., "1.0.123.456").
|
||||
|
||||
#define WIDEVINE_CDM_VERSION_STRING "4.10.2710.0"
|
||||
#define WIDEVINE_CDM_VERSION_STRING "4.10.2830.0"
|
||||
|
||||
#endif // WIDEVINE_CDM_VERSION_H_
|
||||
|
|
BIN
src/third_party/widevine/cdm/win/x86/widevinecdm.dll
vendored
BIN
src/third_party/widevine/cdm/win/x86/widevinecdm.dll
vendored
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue