Skip to content

Commit

Permalink
update to 110.0.5481.77
Browse files Browse the repository at this point in the history
  • Loading branch information
kramred committed Feb 7, 2023
1 parent a09ffe6 commit 010e0a6
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion patches/debian_buster/fixes/mojo.patch
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ author: Michael Gilbert <mgilbert@debian.org>

--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -261,7 +261,6 @@ static_library("content_shell_lib") {
@@ -263,7 +263,6 @@ static_library("content_shell_lib") {
"//content:dev_ui_content_resources",
"//content/common:main_frame_counter",
"//content/public/common",
Expand Down
2 changes: 1 addition & 1 deletion patches/debian_buster/warnings/int-in-bool-context.patch
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ author: Michael Gilbert <mgilbert@debian.org>
}
--- a/third_party/blink/renderer/core/html/parser/html_tree_builder.cc
+++ b/third_party/blink/renderer/core/html/parser/html_tree_builder.cc
@@ -1099,7 +1099,7 @@ void HTMLTreeBuilder::ProcessStartTagFor
@@ -1114,7 +1114,7 @@ void HTMLTreeBuilder::ProcessStartTagFor
return;
case HTMLTag::kCol:
ProcessFakeStartTag(HTMLTag::kColgroup);
Expand Down
2 changes: 1 addition & 1 deletion patches/debian_buster/warnings/printf.patch
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ author: Michael Gilbert <mgilbert@debian.org>
} // namespace IPC
--- a/content/browser/web_package/signed_exchange_handler.cc
+++ b/content/browser/web_package/signed_exchange_handler.cc
@@ -620,7 +620,7 @@ void SignedExchangeHandler::OnVerifyCert
@@ -621,7 +621,7 @@ void SignedExchangeHandler::OnVerifyCert
error_message = base::StringPrintf(
"CT verification failed. result: %s, policy compliance: %d",
net::ErrorToShortString(error_code).c_str(),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -1223,7 +1223,7 @@ if (is_win) {
@@ -1226,7 +1226,7 @@ if (is_win) {

# TOOD(crbug/1163903#c8) - thakis@ look into why profile and coverage
# instrumentation adds these symbols in different orders
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- a/chrome/browser/apps/app_shim/app_shim_manager_mac.cc
+++ b/chrome/browser/apps/app_shim/app_shim_manager_mac.cc
@@ -1384,7 +1384,7 @@ std::map<base::FilePath, int> AppShimMan
@@ -1393,7 +1393,7 @@ std::map<base::FilePath, int> AppShimMan
AppShimRegistry::Get()->GetHandlersForApp(params.app_id);
for (const auto& [profile, handler_info] : handlers) {
int count = base::ranges::count_if(
Expand Down
38 changes: 19 additions & 19 deletions patches/ungoogled-chromium/macos/fix-disabling-safebrowsing.patch
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -1916,11 +1916,6 @@ static_library("browser") {
@@ -1908,11 +1908,6 @@ static_library("browser") {
"//chrome/browser/share",
"//chrome/browser/ui",
"//chrome/browser/storage_access_api:permissions",
Expand All @@ -14,7 +14,7 @@
# TODO(crbug.com/1030821): Eliminate usages of browser.h from Media Router.
"//chrome/browser/media/router",
]
@@ -2020,7 +2015,6 @@ static_library("browser") {
@@ -2012,7 +2007,6 @@ static_library("browser") {
"//chrome/browser/push_messaging:budget_proto",
"//chrome/browser/resource_coordinator:mojo_bindings",
"//chrome/browser/resource_coordinator:tab_manager_features",
Expand All @@ -24,7 +24,7 @@
"//chrome/browser/safe_browsing:verdict_cache_manager_factory",
--- a/chrome/browser/extensions/BUILD.gn
+++ b/chrome/browser/extensions/BUILD.gn
@@ -735,9 +735,6 @@ static_library("extensions") {
@@ -731,9 +731,6 @@ static_library("extensions") {

# TODO(crbug.com/1065748): Remove this circular dependency.
"//chrome/browser/web_applications/extensions",
Expand All @@ -34,24 +34,24 @@
]

# Since browser and browser_extensions actually depend on each other,
@@ -750,8 +747,6 @@ static_library("extensions") {
@@ -746,8 +743,6 @@ static_library("extensions") {
"//chrome/common",
"//chrome/common/extensions/api",
"//components/omnibox/browser",
- "//components/safe_browsing/core/browser/db:util",
- "//components/safe_browsing/core/common/proto:csd_proto",
"//components/safe_browsing/core/common/proto:realtimeapi_proto",
"//components/signin/core/browser",
"//components/translate/content/browser",
"//content/public/browser",
@@ -787,7 +782,6 @@ static_library("extensions") {
@@ -784,7 +779,6 @@ static_library("extensions") {
"//chrome/browser/profiles:profile",
"//chrome/browser/resource_coordinator:intervention_policy_database_proto",
"//chrome/browser/resource_coordinator:mojo_bindings",
- "//chrome/browser/safe_browsing",
"//chrome/browser/safe_browsing:metrics_collector",
"//chrome/browser/ui/tabs:tab_enums",
"//chrome/browser/web_applications",
@@ -860,12 +854,6 @@ static_library("extensions") {
@@ -856,12 +850,6 @@ static_library("extensions") {
"//components/privacy_sandbox:privacy_sandbox_prefs",
"//components/proxy_config",
"//components/resources",
Expand All @@ -66,23 +66,23 @@
"//components/services/patch/content",
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -376,7 +376,6 @@ static_library("ui") {
@@ -371,7 +371,6 @@ static_library("ui") {
public_deps = [
"//components/dom_distiller/core",
"//components/paint_preview/buildflags",
- "//components/safe_browsing:buildflags",
"//components/sync",
"//components/sync_user_events",
"//components/translate/content/browser",
@@ -424,7 +423,6 @@ static_library("ui") {
@@ -420,7 +419,6 @@ static_library("ui") {
"//chrome/browser/resources/net_internals:resources",
"//chrome/browser/resources/omnibox:resources",
"//chrome/browser/resources/usb_internals:resources",
- "//chrome/browser/safe_browsing",
"//chrome/browser/share",
"//chrome/browser/ui/webui:configs",
"//chrome/browser/ui/webui/bluetooth_internals",
@@ -555,16 +553,7 @@ static_library("ui") {
@@ -553,16 +551,7 @@ static_library("ui") {
"//components/reading_list/features:flags",
"//components/renderer_context_menu",
"//components/resources",
Expand All @@ -99,15 +99,15 @@
"//components/schema_org/common:improved_mojom",
"//components/search",
"//components/search_engines",
@@ -673,7 +662,6 @@ static_library("ui") {
@@ -671,7 +660,6 @@ static_library("ui") {
# TODO(crbug.com/1158905): Remove this circular dependency.
"//chrome/browser/devtools",
"//chrome/browser/favicon",
- "//chrome/browser/safe_browsing",
"//chrome/browser/ui/webui/bluetooth_internals",
"//chrome/browser/profiling_host",
"//chrome/browser/ui/webui:configs",
@@ -1793,8 +1781,6 @@ static_library("ui") {
@@ -1790,8 +1778,6 @@ static_library("ui") {
"//chrome/browser/resource_coordinator/tab_ranker",
"//chrome/browser/resources/identity_internals:resources",
"//chrome/browser/resources/support_tool:resources",
Expand All @@ -116,15 +116,15 @@
"//chrome/browser/support_tool:support_tool_proto",
"//chrome/browser/ui/color:color_headers",
"//chrome/browser/ui/color:mixers",
@@ -3971,7 +3957,6 @@ static_library("ui") {
@@ -3983,7 +3969,6 @@ static_library("ui") {
]
deps += [
"//chrome/browser:titlebar_config",
- "//chrome/browser/safe_browsing/chrome_cleaner:public",
"//chrome/browser/ui/startup:buildflags",
"//chrome/browser/win/conflicts:module_info",
"//chrome/credential_provider/common:common_constants",
@@ -5762,26 +5747,6 @@ static_library("ui") {
@@ -5776,26 +5761,6 @@ static_library("ui") {
}
}

Expand Down Expand Up @@ -168,7 +168,7 @@
learn_more_url = GURL(chrome::kAdvancedProtectionDownloadLearnMoreURL);
--- a/chrome/browser/download/notification/download_item_notification.cc
+++ b/chrome/browser/download/notification/download_item_notification.cc
@@ -1003,9 +1003,13 @@ std::u16string DownloadItemNotification:
@@ -1009,9 +1009,13 @@ std::u16string DownloadItemNotification:
}
case download::DOWNLOAD_DANGER_TYPE_UNCOMMON_CONTENT: {
bool requests_ap_verdicts =
Expand All @@ -192,9 +192,9 @@
#include "content/public/browser/download_manager.h"
#include "content/public/browser/url_data_source.h"
#include "content/public/browser/web_contents.h"
@@ -64,10 +65,12 @@ content::WebUIDataSource* CreateDownload
@@ -63,10 +64,12 @@ content::WebUIDataSource* CreateDownload
source, base::make_span(kDownloadsResources, kDownloadsResourcesSize),
IDR_DOWNLOADS_DOWNLOADS_HTML);
webui::EnableTrustedTypesCSP(source);

- bool requests_ap_verdicts =
- safe_browsing::AdvancedProtectionStatusManagerFactory::GetForProfile(
Expand Down Expand Up @@ -232,7 +232,7 @@
return l10n_util::GetStringFUTF16(
--- a/chrome/browser/ui/views/download/download_item_view.cc
+++ b/chrome/browser/ui/views/download/download_item_view.cc
@@ -1066,11 +1066,13 @@ ui::ImageModel DownloadItemView::GetIcon
@@ -1017,11 +1017,13 @@ ui::ImageModel DownloadItemView::GetIcon

switch (danger_type) {
case download::DOWNLOAD_DANGER_TYPE_UNCOMMON_CONTENT:
Expand All @@ -259,7 +259,7 @@
}
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -6299,9 +6299,6 @@ test("unit_tests") {
@@ -6355,9 +6355,6 @@ test("unit_tests") {
"//chrome/browser/renderer_host:history_swiper",
"//chrome/browser/updater:browser_updater_client",
"//chrome/common/notifications",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- a/build/config/compiler/BUILD.gn
+++ b/build/config/compiler/BUILD.gn
@@ -1359,24 +1359,24 @@ config("compiler_deterministic") {
@@ -1374,24 +1374,24 @@ config("compiler_deterministic") {
}

config("clang_revision") {
Expand Down
2 changes: 1 addition & 1 deletion ungoogled-chromium
Submodule ungoogled-chromium updated 69 files
+1 −1 chromium_version.txt
+225 −208 domain_substitution.list
+93 −56 patches/core/inox-patchset/0001-fix-building-without-safebrowsing.patch
+5 −5 patches/core/inox-patchset/0005-disable-default-extensions.patch
+1 −1 patches/core/inox-patchset/0009-disable-google-ipv6-probes.patch
+1 −1 patches/core/inox-patchset/0015-disable-update-pings.patch
+1 −1 patches/core/inox-patchset/0021-disable-rlz.patch
+3 −3 patches/core/iridium-browser/all-add-trk-prefixes-to-possibly-evil-connections.patch
+3 −3 patches/core/iridium-browser/safe_browsing-disable-incident-reporting.patch
+1 −1 patches/core/ungoogled-chromium/block-requests.patch
+8 −8 patches/core/ungoogled-chromium/block-trk-and-subdomains.patch
+3 −3 patches/core/ungoogled-chromium/disable-crash-reporter.patch
+1 −1 patches/core/ungoogled-chromium/disable-google-host-detection.patch
+2 −2 patches/core/ungoogled-chromium/disable-mei-preload.patch
+40 −54 patches/core/ungoogled-chromium/disable-privacy-sandbox.patch
+1 −1 patches/core/ungoogled-chromium/disable-signin.patch
+8 −19 patches/core/ungoogled-chromium/disable-webstore-urls.patch
+2 −2 patches/core/ungoogled-chromium/doh-changes.patch
+0 −10 patches/core/ungoogled-chromium/fix-building-with-prunned-binaries.patch
+105 −104 patches/core/ungoogled-chromium/fix-building-without-safebrowsing.patch
+1 −1 patches/core/ungoogled-chromium/fix-learn-doubleclick-hsts.patch
+147 −143 patches/core/ungoogled-chromium/remove-unused-preferences-fields.patch
+2 −1 patches/core/ungoogled-chromium/replace-google-search-engine-with-nosearch.patch
+4 −4 patches/core/ungoogled-chromium/toggle-translation-via-switch.patch
+13 −13 patches/extra/bromite/fingerprinting-flags-client-rects-and-measuretext.patch
+5 −5 patches/extra/bromite/flag-fingerprinting-canvas-image-data-noise.patch
+6 −6 patches/extra/bromite/flag-max-connections-per-host.patch
+3 −3 patches/extra/debian/disable/google-api-warning.patch
+1 −1 patches/extra/debian/disable/welcome-page.patch
+6 −6 patches/extra/inox-patchset/0006-modify-default-prefs.patch
+1 −1 patches/extra/inox-patchset/0016-chromium-sandbox-pie.patch
+1 −1 patches/extra/inox-patchset/0019-disable-battery-status-service.patch
+1 −1 patches/extra/iridium-browser/browser-disable-profile-auto-import-on-first-run.patch
+1 −1 patches/extra/iridium-browser/mime_util-force-text-x-suse-ymp-to-be-downloaded.patch
+1 −1 patches/extra/iridium-browser/prefs-only-keep-cookies-until-exit.patch
+1 −1 patches/extra/iridium-browser/updater-disable-auto-update.patch
+1 −1 patches/extra/ungoogled-chromium/add-flag-for-bookmark-bar-ntp.patch
+5 −5 patches/extra/ungoogled-chromium/add-flag-for-close-confirmation.patch
+1 −1 patches/extra/ungoogled-chromium/add-flag-for-custom-ntp.patch
+1 −1 patches/extra/ungoogled-chromium/add-flag-for-disabling-link-drag.patch
+1 −1 patches/extra/ungoogled-chromium/add-flag-for-omnibox-autocomplete-filtering.patch
+1 −1 patches/extra/ungoogled-chromium/add-flag-for-qr-generator.patch
+6 −6 patches/extra/ungoogled-chromium/add-flag-for-search-engine-collection.patch
+1 −1 patches/extra/ungoogled-chromium/add-flag-for-tab-hover-cards.patch
+2 −2 patches/extra/ungoogled-chromium/add-flag-for-tabsearch-button.patch
+2 −2 patches/extra/ungoogled-chromium/add-flag-to-change-http-accept-header.patch
+1 −1 patches/extra/ungoogled-chromium/add-flag-to-close-window-with-last-tab.patch
+4 −4 patches/extra/ungoogled-chromium/add-flag-to-configure-extension-downloading.patch
+1 −1 patches/extra/ungoogled-chromium/add-flag-to-convert-popups-to-tabs.patch
+1 −1 patches/extra/ungoogled-chromium/add-flag-to-disable-local-history-expiration.patch
+1 −1 patches/extra/ungoogled-chromium/add-flag-to-hide-crashed-bubble.patch
+5 −5 patches/extra/ungoogled-chromium/add-flag-to-hide-extensions-menu.patch
+1 −1 patches/extra/ungoogled-chromium/add-flag-to-hide-fullscreen-exit-ui.patch
+11 −1 patches/extra/ungoogled-chromium/add-flag-to-hide-side-panel-button.patch
+2 −2 patches/extra/ungoogled-chromium/add-flag-to-hide-tab-close-buttons.patch
+8 −23 patches/extra/ungoogled-chromium/add-flag-to-show-avatar-button.patch
+2 −2 patches/extra/ungoogled-chromium/add-ipv6-probing-option.patch
+3 −3 patches/extra/ungoogled-chromium/add-suggestions-url-field.patch
+1 −1 patches/extra/ungoogled-chromium/add-ungoogled-flag-headers.patch
+9 −9 patches/extra/ungoogled-chromium/disable-download-quarantine.patch
+4 −3 patches/extra/ungoogled-chromium/disable-formatting-in-omnibox.patch
+1 −1 patches/extra/ungoogled-chromium/disable-intranet-redirect-detector.patch
+2 −2 patches/extra/ungoogled-chromium/disable-webgl-renderer-info.patch
+1 −1 patches/extra/ungoogled-chromium/enable-default-prefetch-privacy-changes.patch
+4 −5 patches/extra/ungoogled-chromium/enable-page-saving-on-more-pages.patch
+3 −3 patches/extra/ungoogled-chromium/enable-paste-and-go-new-tab-button.patch
+1 −1 patches/extra/ungoogled-chromium/remove-disable-setuid-sandbox-as-bad-flag.patch
+22 −24 patches/extra/ungoogled-chromium/remove-uneeded-ui.patch
+85 −72 pruning.list

0 comments on commit 010e0a6

Please sign in to comment.