Update to Chromium version 119.0.6045.0 (#1204232)

Mac: 13.5+ build system w/ 14.0 base SDK (Xcode 15.0) is now required.
This commit is contained in:
Marshall Greenblatt
2023-10-19 14:08:48 -04:00
parent 3476199bc5
commit b2274f534d
96 changed files with 812 additions and 581 deletions

View File

@@ -821,9 +821,10 @@ void SetupIframeRequest(CookieTestSetup* setup,
!has_same_origin || IsNonStandardType(iframe_handler)
? "null"
: GetOrigin(iframe_handler);
setup->AddConsoleMessage("SecurityError: Blocked a frame with origin \"" +
origin +
"\" from accessing a cross-origin frame.");
setup->AddConsoleMessage(
"SecurityError: Failed to read a named property 'document' from "
"'Window': Blocked a frame with origin \"" +
origin + "\" from accessing a cross-origin frame.");
}
if (has_same_origin && main_handler == iframe_handler &&