From 74cf1d1c0e1d0c8ae5dd44fb570e479acd8dfa43 Mon Sep 17 00:00:00 2001 From: Carmelo Messina Date: Thu, 8 Feb 2024 08:22:12 +0100 Subject: [PATCH] temporary fix of a crash in windows --- build/cromite_patches_list.txt | 2 ++ ...IXUP-Content-settings-infrastructure.patch | 20 +++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 build/patches/Temp-FIXUP-Content-settings-infrastructure.patch diff --git a/build/cromite_patches_list.txt b/build/cromite_patches_list.txt index 48605b0b..2a725e92 100644 --- a/build/cromite_patches_list.txt +++ b/build/cromite_patches_list.txt @@ -296,3 +296,5 @@ eyeo-beta-118.0.5993.48-extension_api.patch Eyeo-Adblock-Remove-Privacy-Issues.patch AdblockPlus-add-blocking-in-service-workers.patch AdblockPlus-connect-popup-blocker.patch + +Temp-FIXUP-Content-settings-infrastructure.patch \ No newline at end of file diff --git a/build/patches/Temp-FIXUP-Content-settings-infrastructure.patch b/build/patches/Temp-FIXUP-Content-settings-infrastructure.patch new file mode 100644 index 00000000..fdecaa11 --- /dev/null +++ b/build/patches/Temp-FIXUP-Content-settings-infrastructure.patch @@ -0,0 +1,20 @@ +From: uazo +Date: Thu, 8 Feb 2024 07:01:10 +0000 +Subject: Temp FIXUP Content settings infrastructure + +--- + chrome/browser/ui/views/page_info/page_info_main_view.cc | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/chrome/browser/ui/views/page_info/page_info_main_view.cc b/chrome/browser/ui/views/page_info/page_info_main_view.cc +--- a/chrome/browser/ui/views/page_info/page_info_main_view.cc ++++ b/chrome/browser/ui/views/page_info/page_info_main_view.cc +@@ -300,6 +300,7 @@ void PageInfoMainView::SetPermissionInfo( + content_view->AddChildView(std::move(object_view))); + } + ++ table_layout->AddRows(/*n=*/1, views::TableLayout::kFixedSize); + if (++count % 2 == 0) + content_view->AddChildView(std::make_unique()); + +--