update grab handle and widevine revisions

This commit is contained in:
Alexander Frick 2024-11-14 14:30:18 -06:00
parent 8b441575e1
commit ba857f4646
28 changed files with 20 additions and 26 deletions

View file

@ -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

View file

@ -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);

View file

@ -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 "

View file

@ -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;

View file

@ -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

Binary file not shown.

View file

@ -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",

View file

@ -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_

View file

@ -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",

View file

@ -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_

View file

@ -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",

View file

@ -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_

View file

@ -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",

View file

@ -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_

View file

@ -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",

View file

@ -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_

View file

@ -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",

View file

@ -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_