Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 3dc5833d authored by Carmelo Messina's avatar Carmelo Messina
Browse files

Patches for 148.0.7778.168

parent bd0ad9b8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2111,7 +2111,7 @@ diff --git a/chrome/browser/ui/android/omnibox/java/src/org/chromium/chrome/brow
 import java.util.ArrayList;
 import java.util.Collection;
 import java.util.List;
@@ -521,6 +526,9 @@ class LocationBarMediator
@@ -522,6 +527,9 @@ class LocationBarMediator
         if (!DeviceFormFactor.isNonMultiDisplayContextOnTablet(mContext)) return;
         Tab tab = mLocationBarDataProvider.getTab();
         if (tab == null) return;
@@ -2226,7 +2226,7 @@ diff --git a/chrome/browser/ui/search_engines/search_engine_tab_helper.cc b/chro
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -3425,6 +3425,12 @@ inline constexpr char kOutOfProcessSystemDnsResolutionEnabled[] =
@@ -3431,6 +3431,12 @@ inline constexpr char kOutOfProcessSystemDnsResolutionEnabled[] =
     "net.out_of_process_system_dns_resolution_enabled";
 #endif  // BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_LINUX)
 
+2 −2
Original line number Diff line number Diff line
@@ -726,7 +726,7 @@ diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
 namespace about_flags {
 
 namespace {
@@ -4627,6 +4631,10 @@ const FeatureEntry::FeatureVariation
@@ -4658,6 +4662,10 @@ const FeatureEntry::FeatureVariation
     kWalletApiPrivatePassesEnabledVariations[] = {
         {"Debug", kWalletApiPrivatePassesUrl, nullptr}};
 
@@ -737,7 +737,7 @@ diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
 // RECORDING USER METRICS FOR FLAGS:
 // -----------------------------------------------------------------------------
 // The first line of the entry is the internal name.
@@ -4653,6 +4661,9 @@ const FeatureEntry::FeatureVariation
@@ -4684,6 +4692,9 @@ const FeatureEntry::FeatureVariation
 const FeatureEntry kFeatureEntries[] = {
 // Include generated flags for flag unexpiry; see //docs/flag_expiry.md and
 // //tools/flags/generate_unexpire_flags.py.
+3 −3
Original line number Diff line number Diff line
@@ -851,7 +851,7 @@ diff --git a/content/browser/log_console_message.h b/content/browser/log_console
diff --git a/content/browser/renderer_host/render_frame_host_impl.cc b/content/browser/renderer_host/render_frame_host_impl.cc
--- a/content/browser/renderer_host/render_frame_host_impl.cc
+++ b/content/browser/renderer_host/render_frame_host_impl.cc
@@ -331,6 +331,8 @@
@@ -335,6 +335,8 @@
 #include "url/origin.h"
 #include "url/url_constants.h"
 
@@ -860,7 +860,7 @@ diff --git a/content/browser/renderer_host/render_frame_host_impl.cc b/content/b
 #if BUILDFLAG(IS_ANDROID)
 #include "base/android/scoped_service_binding_batch.h"
 #include "content/browser/accessibility/browser_accessibility_manager_android.h"
@@ -5045,7 +5047,8 @@ void RenderFrameHostImpl::DidAddMessageToConsole(
@@ -5049,7 +5051,8 @@ void RenderFrameHostImpl::DidAddMessageToConsole(
   if (delegate_->DidAddMessageToConsole(this, log_level, message, line_no,
                                         updated_source_id,
                                         untrusted_stack_trace)) {
@@ -870,7 +870,7 @@ diff --git a/content/browser/renderer_host/render_frame_host_impl.cc b/content/b
   }
 
   // Pass through log severity only on builtin components pages to limit console
@@ -5062,8 +5065,14 @@ void RenderFrameHostImpl::DidAddMessageToConsole(
@@ -5066,8 +5069,14 @@ void RenderFrameHostImpl::DidAddMessageToConsole(
   const bool is_off_the_record =
       GetSiteInstance()->GetBrowserContext()->IsOffTheRecord();
 
+1 −1
Original line number Diff line number Diff line
@@ -126,7 +126,7 @@ diff --git a/content/browser/network/reporting_service_proxy.cc b/content/browse
diff --git a/content/browser/renderer_host/render_frame_host_impl.cc b/content/browser/renderer_host/render_frame_host_impl.cc
--- a/content/browser/renderer_host/render_frame_host_impl.cc
+++ b/content/browser/renderer_host/render_frame_host_impl.cc
@@ -16890,12 +16890,6 @@ void RenderFrameHostImpl::MaybeGenerateCrashReport(
@@ -16912,12 +16912,6 @@ void RenderFrameHostImpl::MaybeGenerateCrashReport(
       }
     }
   }
+2 −2
Original line number Diff line number Diff line
@@ -764,7 +764,7 @@ diff --git a/components/input/child_frame_input_helper.cc b/components/input/chi
diff --git a/components/input/input_router_impl.cc b/components/input/input_router_impl.cc
--- a/components/input/input_router_impl.cc
+++ b/components/input/input_router_impl.cc
@@ -618,7 +618,7 @@ bool InputRouterImpl::IsAutoscrollInProgress() {
@@ -622,7 +622,7 @@ bool InputRouterImpl::IsAutoscrollInProgress() {
   return client_->IsAutoscrollInProgress();
 }
 
@@ -995,7 +995,7 @@ diff --git a/content/browser/renderer_host/input/touch_selection_controller_clie
diff --git a/content/browser/renderer_host/render_frame_host_impl.cc b/content/browser/renderer_host/render_frame_host_impl.cc
--- a/content/browser/renderer_host/render_frame_host_impl.cc
+++ b/content/browser/renderer_host/render_frame_host_impl.cc
@@ -9661,7 +9661,7 @@ void RenderFrameHostImpl::ShowPopupMenu(
@@ -9683,7 +9683,7 @@ void RenderFrameHostImpl::ShowPopupMenu(
 #endif
 }
 
Loading