Commit 03c34e0b authored by Timothy Pearson's avatar Timothy Pearson
Browse files

Update to Chromium 129.0.6668.58

Index: chromium-128.0.6613.137/net/dns/host_resolver_manager.cc
Index: chromium-129.0.6668.58/net/dns/host_resolver_manager.cc
===================================================================
--- chromium-128.0.6613.137.orig/net/dns/host_resolver_manager.cc
+++ chromium-128.0.6613.137/net/dns/host_resolver_manager.cc
--- chromium-129.0.6668.58.orig/net/dns/host_resolver_manager.cc
+++ chromium-129.0.6668.58/net/dns/host_resolver_manager.cc
@@ -152,10 +152,10 @@ const size_t kMaxHostLength = 4096;
// cached.
const int kIPv6ProbePeriodMs = 1000;
......
Index: chromium-128.0.6613.137/chrome/updater/configurator.cc
Index: chromium-129.0.6668.58/chrome/updater/configurator.cc
===================================================================
--- chromium-128.0.6613.137.orig/chrome/updater/configurator.cc
+++ chromium-128.0.6613.137/chrome/updater/configurator.cc
--- chromium-129.0.6668.58.orig/chrome/updater/configurator.cc
+++ chromium-129.0.6668.58/chrome/updater/configurator.cc
@@ -106,7 +106,7 @@ base::TimeDelta Configurator::UpdateDela
std::vector<GURL> Configurator::UpdateUrl() const {
......
# Disable rlz
Index: chromium-128.0.6613.137/BUILD.gn
Index: chromium-129.0.6668.58/BUILD.gn
===================================================================
--- chromium-128.0.6613.137.orig/BUILD.gn
+++ chromium-128.0.6613.137/BUILD.gn
@@ -462,14 +462,6 @@ group("gn_all") {
--- chromium-129.0.6668.58.orig/BUILD.gn
+++ chromium-129.0.6668.58/BUILD.gn
@@ -459,14 +459,6 @@ group("gn_all") {
deps += [ "//chromeos:chromeos_unittests" ]
}
......@@ -19,10 +19,10 @@ Index: chromium-128.0.6613.137/BUILD.gn
if (is_linux || is_chromeos) {
# The following are definitely linux-only.
deps += [
Index: chromium-128.0.6613.137/rlz/buildflags/buildflags.gni
Index: chromium-129.0.6668.58/rlz/buildflags/buildflags.gni
===================================================================
--- chromium-128.0.6613.137.orig/rlz/buildflags/buildflags.gni
+++ chromium-128.0.6613.137/rlz/buildflags/buildflags.gni
--- chromium-129.0.6668.58.orig/rlz/buildflags/buildflags.gni
+++ chromium-129.0.6668.58/rlz/buildflags/buildflags.gni
@@ -7,7 +7,7 @@ import("//build/config/chromeos/ui_mode.
# Whether we are using the rlz library or not. Platforms like Android send
......
......@@ -14,10 +14,10 @@ the URL so we get notified if this happens again in the future).
.../security_interstitials/core/safe_browsing_loud_error_ui.cc | 1 +
5 files changed, 7 insertions(+), 4 deletions(-)
Index: chromium-128.0.6613.137/chrome/browser/safe_browsing/chrome_safe_browsing_blocking_page_factory.cc
Index: chromium-129.0.6668.58/chrome/browser/safe_browsing/chrome_safe_browsing_blocking_page_factory.cc
===================================================================
--- chromium-128.0.6613.137.orig/chrome/browser/safe_browsing/chrome_safe_browsing_blocking_page_factory.cc
+++ chromium-128.0.6613.137/chrome/browser/safe_browsing/chrome_safe_browsing_blocking_page_factory.cc
--- chromium-129.0.6668.58.orig/chrome/browser/safe_browsing/chrome_safe_browsing_blocking_page_factory.cc
+++ chromium-129.0.6668.58/chrome/browser/safe_browsing/chrome_safe_browsing_blocking_page_factory.cc
@@ -63,8 +63,7 @@ ChromeSafeBrowsingBlockingPageFactory::C
Profile::FromBrowserContext(web_contents->GetBrowserContext());
// Create appropriate display options for this blocking page.
......@@ -28,10 +28,10 @@ Index: chromium-128.0.6613.137/chrome/browser/safe_browsing/chrome_safe_browsing
bool is_proceed_anyway_disabled = IsSafeBrowsingProceedAnywayDisabled(*prefs);
// Determine if any prefs need to be updated prior to showing the security
Index: chromium-128.0.6613.137/chrome/browser/safe_browsing/incident_reporting/incident_report_uploader_impl.cc
Index: chromium-129.0.6668.58/chrome/browser/safe_browsing/incident_reporting/incident_report_uploader_impl.cc
===================================================================
--- chromium-128.0.6613.137.orig/chrome/browser/safe_browsing/incident_reporting/incident_report_uploader_impl.cc
+++ chromium-128.0.6613.137/chrome/browser/safe_browsing/incident_reporting/incident_report_uploader_impl.cc
--- chromium-129.0.6668.58.orig/chrome/browser/safe_browsing/incident_reporting/incident_report_uploader_impl.cc
+++ chromium-129.0.6668.58/chrome/browser/safe_browsing/incident_reporting/incident_report_uploader_impl.cc
@@ -27,7 +27,7 @@ namespace safe_browsing {
namespace {
......@@ -41,11 +41,11 @@ Index: chromium-128.0.6613.137/chrome/browser/safe_browsing/incident_reporting/i
constexpr net::NetworkTrafficAnnotationTag
kSafeBrowsingIncidentTrafficAnnotation =
Index: chromium-128.0.6613.137/chrome/browser/safe_browsing/incident_reporting/incident_reporting_service.cc
Index: chromium-129.0.6668.58/chrome/browser/safe_browsing/incident_reporting/incident_reporting_service.cc
===================================================================
--- chromium-128.0.6613.137.orig/chrome/browser/safe_browsing/incident_reporting/incident_reporting_service.cc
+++ chromium-128.0.6613.137/chrome/browser/safe_browsing/incident_reporting/incident_reporting_service.cc
@@ -305,11 +305,14 @@ IncidentReportingService::UploadContext:
--- chromium-129.0.6668.58.orig/chrome/browser/safe_browsing/incident_reporting/incident_reporting_service.cc
+++ chromium-129.0.6668.58/chrome/browser/safe_browsing/incident_reporting/incident_reporting_service.cc
@@ -306,11 +306,14 @@ IncidentReportingService::UploadContext:
// static
bool IncidentReportingService::IsEnabledForProfile(Profile* profile) {
......@@ -60,11 +60,11 @@ Index: chromium-128.0.6613.137/chrome/browser/safe_browsing/incident_reporting/i
}
IncidentReportingService::IncidentReportingService(
Index: chromium-128.0.6613.137/chrome/browser/safe_browsing/safe_browsing_service.cc
Index: chromium-129.0.6668.58/chrome/browser/safe_browsing/safe_browsing_service.cc
===================================================================
--- chromium-128.0.6613.137.orig/chrome/browser/safe_browsing/safe_browsing_service.cc
+++ chromium-128.0.6613.137/chrome/browser/safe_browsing/safe_browsing_service.cc
@@ -371,7 +371,7 @@ SafeBrowsingUIManager* SafeBrowsingServi
--- chromium-129.0.6668.58.orig/chrome/browser/safe_browsing/safe_browsing_service.cc
+++ chromium-129.0.6668.58/chrome/browser/safe_browsing/safe_browsing_service.cc
@@ -373,7 +373,7 @@ SafeBrowsingUIManager* SafeBrowsingServi
}
void SafeBrowsingService::RegisterAllDelayedAnalysis() {
......@@ -73,10 +73,10 @@ Index: chromium-128.0.6613.137/chrome/browser/safe_browsing/safe_browsing_servic
RegisterBinaryIntegrityAnalysis();
#endif
}
Index: chromium-128.0.6613.137/components/security_interstitials/core/safe_browsing_loud_error_ui.cc
Index: chromium-129.0.6668.58/components/security_interstitials/core/safe_browsing_loud_error_ui.cc
===================================================================
--- chromium-128.0.6613.137.orig/components/security_interstitials/core/safe_browsing_loud_error_ui.cc
+++ chromium-128.0.6613.137/components/security_interstitials/core/safe_browsing_loud_error_ui.cc
--- chromium-129.0.6668.58.orig/components/security_interstitials/core/safe_browsing_loud_error_ui.cc
+++ chromium-129.0.6668.58/components/security_interstitials/core/safe_browsing_loud_error_ui.cc
@@ -27,11 +27,11 @@ namespace {
// For malware interstitial pages, we link the problematic URL to Google's
// diagnostic page.
......
......@@ -11,10 +11,10 @@ This prevents trk:148 (phishing) and trk:149 (malware).
components/safe_browsing/content/browser/client_side_detection_service.cc | 5 +++++
1 file changed, 5 insertions(+)
Index: chromium-128.0.6613.137/components/safe_browsing/content/browser/client_side_detection_service.cc
Index: chromium-129.0.6668.58/components/safe_browsing/content/browser/client_side_detection_service.cc
===================================================================
--- chromium-128.0.6613.137.orig/components/safe_browsing/content/browser/client_side_detection_service.cc
+++ chromium-128.0.6613.137/components/safe_browsing/content/browser/client_side_detection_service.cc
--- chromium-129.0.6668.58.orig/components/safe_browsing/content/browser/client_side_detection_service.cc
+++ chromium-129.0.6668.58/components/safe_browsing/content/browser/client_side_detection_service.cc
@@ -271,6 +271,10 @@ void ClientSideDetectionService::StartCl
return;
}
......
......@@ -6,10 +6,10 @@
# Password manager attempts to get credential affiliation
# Attempts to check for updates even with autoupdate disabled
# Dev tools attempts to download css data
Index: chromium-128.0.6613.137/chrome/browser/new_tab_page/one_google_bar/one_google_bar_loader_impl.cc
Index: chromium-129.0.6668.58/chrome/browser/new_tab_page/one_google_bar/one_google_bar_loader_impl.cc
===================================================================
--- chromium-128.0.6613.137.orig/chrome/browser/new_tab_page/one_google_bar/one_google_bar_loader_impl.cc
+++ chromium-128.0.6613.137/chrome/browser/new_tab_page/one_google_bar/one_google_bar_loader_impl.cc
--- chromium-129.0.6668.58.orig/chrome/browser/new_tab_page/one_google_bar/one_google_bar_loader_impl.cc
+++ chromium-129.0.6668.58/chrome/browser/new_tab_page/one_google_bar/one_google_bar_loader_impl.cc
@@ -289,6 +289,7 @@ OneGoogleBarLoaderImpl::OneGoogleBarLoad
OneGoogleBarLoaderImpl::~OneGoogleBarLoaderImpl() = default;
......@@ -18,10 +18,10 @@ Index: chromium-128.0.6613.137/chrome/browser/new_tab_page/one_google_bar/one_go
callbacks_.push_back(std::move(callback));
// Note: If there is an ongoing request, abandon it. It's possible that
Index: chromium-128.0.6613.137/chrome/browser/new_tab_page/promos/promo_service.cc
Index: chromium-129.0.6668.58/chrome/browser/new_tab_page/promos/promo_service.cc
===================================================================
--- chromium-128.0.6613.137.orig/chrome/browser/new_tab_page/promos/promo_service.cc
+++ chromium-128.0.6613.137/chrome/browser/new_tab_page/promos/promo_service.cc
--- chromium-129.0.6668.58.orig/chrome/browser/new_tab_page/promos/promo_service.cc
+++ chromium-129.0.6668.58/chrome/browser/new_tab_page/promos/promo_service.cc
@@ -170,6 +170,7 @@ PromoService::PromoService(
PromoService::~PromoService() = default;
......@@ -30,10 +30,10 @@ Index: chromium-128.0.6613.137/chrome/browser/new_tab_page/promos/promo_service.
std::string command_id;
// Replace the promo URL with "command:<id>" if such a command ID is set
// via the feature params.
Index: chromium-128.0.6613.137/chrome/browser/search/background/ntp_background_service.cc
Index: chromium-129.0.6668.58/chrome/browser/search/background/ntp_background_service.cc
===================================================================
--- chromium-128.0.6613.137.orig/chrome/browser/search/background/ntp_background_service.cc
+++ chromium-128.0.6613.137/chrome/browser/search/background/ntp_background_service.cc
--- chromium-129.0.6668.58.orig/chrome/browser/search/background/ntp_background_service.cc
+++ chromium-129.0.6668.58/chrome/browser/search/background/ntp_background_service.cc
@@ -97,6 +97,7 @@ void NtpBackgroundService::Shutdown() {
}
......@@ -42,10 +42,10 @@ Index: chromium-128.0.6613.137/chrome/browser/search/background/ntp_background_s
if (collections_loader_ != nullptr)
return;
collection_error_info_.ClearError();
Index: chromium-128.0.6613.137/chrome/browser/spellchecker/spellcheck_hunspell_dictionary.cc
Index: chromium-129.0.6668.58/chrome/browser/spellchecker/spellcheck_hunspell_dictionary.cc
===================================================================
--- chromium-128.0.6613.137.orig/chrome/browser/spellchecker/spellcheck_hunspell_dictionary.cc
+++ chromium-128.0.6613.137/chrome/browser/spellchecker/spellcheck_hunspell_dictionary.cc
--- chromium-129.0.6668.58.orig/chrome/browser/spellchecker/spellcheck_hunspell_dictionary.cc
+++ chromium-129.0.6668.58/chrome/browser/spellchecker/spellcheck_hunspell_dictionary.cc
@@ -281,6 +281,7 @@ GURL SpellcheckHunspellDictionary::GetDi
}
......@@ -54,11 +54,11 @@ Index: chromium-128.0.6613.137/chrome/browser/spellchecker/spellcheck_hunspell_d
DCHECK_CURRENTLY_ON(BrowserThread::UI);
DCHECK(browser_context_);
Index: chromium-128.0.6613.137/components/affiliations/core/browser/hash_affiliation_fetcher.cc
Index: chromium-129.0.6668.58/components/affiliations/core/browser/hash_affiliation_fetcher.cc
===================================================================
--- chromium-128.0.6613.137.orig/components/affiliations/core/browser/hash_affiliation_fetcher.cc
+++ chromium-128.0.6613.137/components/affiliations/core/browser/hash_affiliation_fetcher.cc
@@ -121,6 +121,9 @@ AffiliationFetcherDelegate* HashAffiliat
--- chromium-129.0.6668.58.orig/components/affiliations/core/browser/hash_affiliation_fetcher.cc
+++ chromium-129.0.6668.58/components/affiliations/core/browser/hash_affiliation_fetcher.cc
@@ -126,6 +126,9 @@ AffiliationFetcherDelegate* HashAffiliat
}
void HashAffiliationFetcher::StartRequest(
......@@ -68,10 +68,10 @@ Index: chromium-128.0.6613.137/components/affiliations/core/browser/hash_affilia
const std::vector<FacetURI>& facet_uris,
RequestInfo request_info) {
requested_facet_uris_ = facet_uris;
Index: chromium-128.0.6613.137/components/affiliations/core/browser/hash_affiliation_fetcher.h
Index: chromium-129.0.6668.58/components/affiliations/core/browser/hash_affiliation_fetcher.h
===================================================================
--- chromium-128.0.6613.137.orig/components/affiliations/core/browser/hash_affiliation_fetcher.h
+++ chromium-128.0.6613.137/components/affiliations/core/browser/hash_affiliation_fetcher.h
--- chromium-129.0.6668.58.orig/components/affiliations/core/browser/hash_affiliation_fetcher.h
+++ chromium-129.0.6668.58/components/affiliations/core/browser/hash_affiliation_fetcher.h
@@ -37,6 +37,7 @@ class HashAffiliationFetcher : public Af
// AffiliationFetcherInterface
void StartRequest(const std::vector<FacetURI>& facet_uris,
......@@ -80,10 +80,10 @@ Index: chromium-128.0.6613.137/components/affiliations/core/browser/hash_affilia
const std::vector<FacetURI>& GetRequestedFacetURIs() const override;
// Builds the URL for the Affiliation API's lookup method.
Index: chromium-128.0.6613.137/components/assist_ranker/ranker_url_fetcher.cc
Index: chromium-129.0.6668.58/components/assist_ranker/ranker_url_fetcher.cc
===================================================================
--- chromium-128.0.6613.137.orig/components/assist_ranker/ranker_url_fetcher.cc
+++ chromium-128.0.6613.137/components/assist_ranker/ranker_url_fetcher.cc
--- chromium-129.0.6668.58.orig/components/assist_ranker/ranker_url_fetcher.cc
+++ chromium-129.0.6668.58/components/assist_ranker/ranker_url_fetcher.cc
@@ -31,6 +31,7 @@ bool RankerURLFetcher::Request(
const GURL& url,
RankerURLFetcher::Callback callback,
......@@ -92,10 +92,10 @@ Index: chromium-128.0.6613.137/components/assist_ranker/ranker_url_fetcher.cc
// This function is not supposed to be called if the previous operation is not
// finished.
if (state_ == REQUESTING) {
Index: chromium-128.0.6613.137/components/update_client/update_checker.cc
Index: chromium-129.0.6668.58/components/update_client/update_checker.cc
===================================================================
--- chromium-128.0.6613.137.orig/components/update_client/update_checker.cc
+++ chromium-128.0.6613.137/components/update_client/update_checker.cc
--- chromium-129.0.6668.58.orig/components/update_client/update_checker.cc
+++ chromium-129.0.6668.58/components/update_client/update_checker.cc
@@ -102,6 +102,7 @@ void UpdateCheckerImpl::CheckForUpdates(
scoped_refptr<UpdateContext> context,
const base::flat_map<std::string, std::string>& additional_attributes,
......@@ -104,10 +104,10 @@ Index: chromium-128.0.6613.137/components/update_client/update_checker.cc
DCHECK_CALLED_ON_VALID_SEQUENCE(sequence_checker_);
update_check_callback_ = std::move(update_check_callback);
Index: chromium-128.0.6613.137/third_party/devtools-frontend/src/front_end/panels/elements/WebCustomData.ts
Index: chromium-129.0.6668.58/third_party/devtools-frontend/src/front_end/panels/elements/WebCustomData.ts
===================================================================
--- chromium-128.0.6613.137.orig/third_party/devtools-frontend/src/front_end/panels/elements/WebCustomData.ts
+++ chromium-128.0.6613.137/third_party/devtools-frontend/src/front_end/panels/elements/WebCustomData.ts
--- chromium-129.0.6668.58.orig/third_party/devtools-frontend/src/front_end/panels/elements/WebCustomData.ts
+++ chromium-129.0.6668.58/third_party/devtools-frontend/src/front_end/panels/elements/WebCustomData.ts
@@ -19,18 +19,7 @@ export class WebCustomData {
readonly fetchPromiseForTest: Promise<unknown>;
......
Index: chromium-128.0.6613.137/content/browser/BUILD.gn
Index: chromium-129.0.6668.58/content/browser/BUILD.gn
===================================================================
--- chromium-128.0.6613.137.orig/content/browser/BUILD.gn
+++ chromium-128.0.6613.137/content/browser/BUILD.gn
@@ -246,7 +246,6 @@ source_set("browser") {
--- chromium-129.0.6668.58.orig/content/browser/BUILD.gn
+++ chromium-129.0.6668.58/content/browser/BUILD.gn
@@ -252,7 +252,6 @@ source_set("browser") {
"//services/viz/privileged/mojom",
"//services/viz/public/cpp/gpu",
"//services/viz/public/mojom",
......@@ -10,10 +10,10 @@ Index: chromium-128.0.6613.137/content/browser/BUILD.gn
"//services/webnn:webnn_switches",
"//services/webnn/public/mojom",
"//skia",
Index: chromium-128.0.6613.137/content/gpu/BUILD.gn
Index: chromium-129.0.6668.58/content/gpu/BUILD.gn
===================================================================
--- chromium-128.0.6613.137.orig/content/gpu/BUILD.gn
+++ chromium-128.0.6613.137/content/gpu/BUILD.gn
--- chromium-129.0.6668.58.orig/content/gpu/BUILD.gn
+++ chromium-129.0.6668.58/content/gpu/BUILD.gn
@@ -75,7 +75,6 @@ target(link_target_type, "gpu_sources")
"//services/service_manager/public/mojom",
"//services/tracing/public/cpp",
......
# Disables Gaia code
# Somehow it is still activated even without being signed-in: https://github.com/ungoogled-software/ungoogled-chromium/issues/104
Index: chromium-128.0.6613.137/google_apis/gaia/gaia_auth_fetcher.cc
Index: chromium-129.0.6668.58/google_apis/gaia/gaia_auth_fetcher.cc
===================================================================
--- chromium-128.0.6613.137.orig/google_apis/gaia/gaia_auth_fetcher.cc
+++ chromium-128.0.6613.137/google_apis/gaia/gaia_auth_fetcher.cc
--- chromium-129.0.6668.58.orig/google_apis/gaia/gaia_auth_fetcher.cc
+++ chromium-129.0.6668.58/google_apis/gaia/gaia_auth_fetcher.cc
@@ -264,61 +264,6 @@ void GaiaAuthFetcher::CreateAndStartGaia
network::mojom::CredentialsMode credentials_mode,
const net::NetworkTrafficAnnotationTag& traffic_annotation) {
......
# Stop downloading of profile avatar (trk:271:...)
Index: chromium-128.0.6613.137/chrome/browser/profiles/profile_avatar_downloader.cc
Index: chromium-129.0.6668.58/chrome/browser/profiles/profile_avatar_downloader.cc
===================================================================
--- chromium-128.0.6613.137.orig/chrome/browser/profiles/profile_avatar_downloader.cc
+++ chromium-128.0.6613.137/chrome/browser/profiles/profile_avatar_downloader.cc
--- chromium-129.0.6668.58.orig/chrome/browser/profiles/profile_avatar_downloader.cc
+++ chromium-129.0.6668.58/chrome/browser/profiles/profile_avatar_downloader.cc
@@ -27,8 +27,7 @@ ProfileAvatarDownloader::ProfileAvatarDo
FetchCompleteCallback callback)
: icon_index_(icon_index), callback_(std::move(callback)) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment