Patches for 120.0.6099.115
This commit is contained in:
@@ -62,9 +62,9 @@ diff --git a/components/content_settings/core/browser/cookie_settings.cc b/compo
|
||||
base::TimeDelta ttl,
|
||||
bool use_schemeless_patterns) {
|
||||
+ if ((true)) return;
|
||||
// If the new grant has an earlier TTL than the existing setting, keep the
|
||||
// existing TTL.
|
||||
SettingInfo info;
|
||||
if (url.is_empty() || first_party_url.is_empty()) {
|
||||
return;
|
||||
}
|
||||
diff --git a/components/content_settings/core/common/cookie_settings_base.cc b/components/content_settings/core/common/cookie_settings_base.cc
|
||||
--- a/components/content_settings/core/common/cookie_settings_base.cc
|
||||
+++ b/components/content_settings/core/common/cookie_settings_base.cc
|
||||
|
||||
@@ -59,14 +59,14 @@ diff --git a/chrome/browser/ui/android/omnibox/java/src/org/chromium/chrome/brow
|
||||
import android.text.Editable;
|
||||
import android.text.InputType;
|
||||
@@ -104,6 +105,7 @@ public abstract class UrlBar extends AutocompleteEditText {
|
||||
private boolean mFocused;
|
||||
private boolean mAllowFocus = true;
|
||||
|
||||
private boolean mPendingScroll;
|
||||
+ private boolean mPendingSelectAll;
|
||||
private int mPreviousWidth;
|
||||
private boolean mPendingScroll;
|
||||
|
||||
@ScrollType private int mPreviousScrollType;
|
||||
@@ -301,6 +303,27 @@ public abstract class UrlBar extends AutocompleteEditText {
|
||||
// Captures the current intended text scroll type.
|
||||
@@ -304,6 +306,27 @@ public abstract class UrlBar extends AutocompleteEditText {
|
||||
mPendingScroll = false;
|
||||
}
|
||||
fixupTextDirection();
|
||||
|
||||
Reference in New Issue
Block a user