mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 122.0.6261.0 (#1250580)
Frame identifiers have changed from int64_t to string type. This is due to https://crbug.com/1502660 which removes access to frame routing IDs in the renderer process. New cross-process frame identifiers are 160-bit values (32-bit child process ID + 128-bit local frame token) and most easily represented as strings. All other frame-related expectations and behaviors remain the same.
This commit is contained in:
@ -12,7 +12,7 @@ index 57409176ff044..58bb027580bbb 100644
|
||||
|
||||
} // namespace sandbox
|
||||
diff --git sandbox/win/src/sandbox_policy_base.cc sandbox/win/src/sandbox_policy_base.cc
|
||||
index f54b6c9d83627..3a513f05e851e 100644
|
||||
index 1d5c93a0792b1..46600d1ae70cc 100644
|
||||
--- sandbox/win/src/sandbox_policy_base.cc
|
||||
+++ sandbox/win/src/sandbox_policy_base.cc
|
||||
@@ -189,12 +189,12 @@ PolicyGlobal* ConfigBase::policy() {
|
||||
@ -31,7 +31,7 @@ index f54b6c9d83627..3a513f05e851e 100644
|
||||
}
|
||||
return std::nullopt;
|
||||
}
|
||||
@@ -751,19 +751,19 @@ bool PolicyBase::SetupHandleCloser(TargetProcess& target) {
|
||||
@@ -756,19 +756,19 @@ bool PolicyBase::SetupHandleCloser(TargetProcess& target) {
|
||||
return handle_closer->InitializeTargetHandles(target);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user