mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 123.0.6312.0 (#1262506)
- MacOS ARM64 Official builds are currently failing due to https://issues.chromium.org/issues/326898585
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
diff --git chrome/browser/enterprise/connectors/analysis/content_analysis_delegate.cc chrome/browser/enterprise/connectors/analysis/content_analysis_delegate.cc
|
||||
index 101044d12aa89..795fb5f2d0738 100644
|
||||
index 6c5a89d8bc1d4..8ddebf1d72f9b 100644
|
||||
--- chrome/browser/enterprise/connectors/analysis/content_analysis_delegate.cc
|
||||
+++ chrome/browser/enterprise/connectors/analysis/content_analysis_delegate.cc
|
||||
@@ -23,6 +23,7 @@
|
||||
@@ -10,7 +10,7 @@ index 101044d12aa89..795fb5f2d0738 100644
|
||||
#include "chrome/browser/browser_process.h"
|
||||
#include "chrome/browser/enterprise/connectors/analysis/analysis_settings.h"
|
||||
#include "chrome/browser/enterprise/connectors/analysis/content_analysis_dialog.h"
|
||||
@@ -265,6 +266,9 @@ bool ContentAnalysisDelegate::IsEnabled(Profile* profile,
|
||||
@@ -317,6 +318,9 @@ bool ContentAnalysisDelegate::IsEnabled(Profile* profile,
|
||||
GURL url,
|
||||
Data* data,
|
||||
AnalysisConnector connector) {
|
||||
@@ -38,7 +38,7 @@ index 0509dabf8f421..35a0046a03c6c 100644
|
||||
base::RepeatingCallback<content::BrowserContext*()> browser_context_getter =
|
||||
base::BindRepeating(
|
||||
diff --git chrome/browser/net/profile_network_context_service.cc chrome/browser/net/profile_network_context_service.cc
|
||||
index 62d54608cfe39..f6edd65789aa2 100644
|
||||
index 0525b84f86b29..22d3108d5c7a9 100644
|
||||
--- chrome/browser/net/profile_network_context_service.cc
|
||||
+++ chrome/browser/net/profile_network_context_service.cc
|
||||
@@ -23,6 +23,7 @@
|
||||
@@ -161,10 +161,10 @@ index 77522f65b7b6e..51cc2d60d4b8d 100644
|
||||
GetInstance()->GetServiceForBrowserContext(profile, true));
|
||||
}
|
||||
diff --git net/cookies/cookie_monster.cc net/cookies/cookie_monster.cc
|
||||
index 643279afbb341..aadd242e17cd0 100644
|
||||
index 545288009f1b0..988a882733c0d 100644
|
||||
--- net/cookies/cookie_monster.cc
|
||||
+++ net/cookies/cookie_monster.cc
|
||||
@@ -552,6 +552,25 @@ void CookieMonster::SetCookieableSchemes(
|
||||
@@ -554,6 +554,25 @@ void CookieMonster::SetCookieableSchemes(
|
||||
MaybeRunCookieCallback(std::move(callback), true);
|
||||
}
|
||||
|
||||
@@ -191,7 +191,7 @@ index 643279afbb341..aadd242e17cd0 100644
|
||||
void CookieMonster::SetPersistSessionCookies(bool persist_session_cookies) {
|
||||
DCHECK_CALLED_ON_VALID_THREAD(thread_checker_);
|
||||
diff --git net/cookies/cookie_monster.h net/cookies/cookie_monster.h
|
||||
index 6871ed30edce4..594c0c5b5f4d5 100644
|
||||
index e8202c955a8b3..9cef705807a1f 100644
|
||||
--- net/cookies/cookie_monster.h
|
||||
+++ net/cookies/cookie_monster.h
|
||||
@@ -208,6 +208,8 @@ class NET_EXPORT CookieMonster : public CookieStore {
|
||||
@@ -200,11 +200,11 @@ index 6871ed30edce4..594c0c5b5f4d5 100644
|
||||
SetCookieableSchemesCallback callback) override;
|
||||
+ void AddCookieableSchemes(const std::vector<std::string>& schemes,
|
||||
+ SetCookieableSchemesCallback callback) override;
|
||||
absl::optional<bool> SiteHasCookieInOtherPartition(
|
||||
std::optional<bool> SiteHasCookieInOtherPartition(
|
||||
const net::SchemefulSite& site,
|
||||
const absl::optional<CookiePartitionKey>& partition_key) const override;
|
||||
const std::optional<CookiePartitionKey>& partition_key) const override;
|
||||
diff --git net/cookies/cookie_store.h net/cookies/cookie_store.h
|
||||
index 61fd008fc067e..73909be088278 100644
|
||||
index 3f0be99e0e145..0462ebbe9bedc 100644
|
||||
--- net/cookies/cookie_store.h
|
||||
+++ net/cookies/cookie_store.h
|
||||
@@ -163,6 +163,11 @@ class NET_EXPORT CookieStore {
|
||||
@@ -220,7 +220,7 @@ index 61fd008fc067e..73909be088278 100644
|
||||
// reset to null.
|
||||
const CookieAccessDelegate* cookie_access_delegate() const {
|
||||
diff --git services/network/cookie_manager.cc services/network/cookie_manager.cc
|
||||
index e5e410525d8a6..ca1225642ef64 100644
|
||||
index d0f230b581c8f..77b3551cc3fb5 100644
|
||||
--- services/network/cookie_manager.cc
|
||||
+++ services/network/cookie_manager.cc
|
||||
@@ -310,14 +310,9 @@ void CookieManager::AllowFileSchemeCookies(
|
||||
@@ -242,10 +242,10 @@ index e5e410525d8a6..ca1225642ef64 100644
|
||||
|
||||
void CookieManager::SetForceKeepSessionState() {
|
||||
diff --git services/network/network_context.cc services/network/network_context.cc
|
||||
index 4547a0dc69562..d03e771ee52b8 100644
|
||||
index c8fd97e2bb411..5682259085232 100644
|
||||
--- services/network/network_context.cc
|
||||
+++ services/network/network_context.cc
|
||||
@@ -2385,16 +2385,20 @@ URLRequestContextOwner NetworkContext::MakeURLRequestContext(
|
||||
@@ -2401,16 +2401,20 @@ URLRequestContextOwner NetworkContext::MakeURLRequestContext(
|
||||
network_service_->network_quality_estimator());
|
||||
}
|
||||
|
||||
@@ -274,10 +274,10 @@ index 4547a0dc69562..d03e771ee52b8 100644
|
||||
base::FeatureList::IsEnabled(features::kFledgePst)) {
|
||||
trust_token_store_ = std::make_unique<PendingTrustTokenStore>();
|
||||
diff --git services/network/public/mojom/network_context.mojom services/network/public/mojom/network_context.mojom
|
||||
index 3096bd7d6719b..1c383acba0207 100644
|
||||
index 3240e5b9a1a61..27e086758b6e5 100644
|
||||
--- services/network/public/mojom/network_context.mojom
|
||||
+++ services/network/public/mojom/network_context.mojom
|
||||
@@ -358,6 +358,9 @@ struct NetworkContextParams {
|
||||
@@ -359,6 +359,9 @@ struct NetworkContextParams {
|
||||
// cookies. Otherwise it should be false.
|
||||
bool persist_session_cookies = false;
|
||||
|
||||
|
Reference in New Issue
Block a user