Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(85)

Unified Diff: third_party/WebKit/Source/core/html/forms/BaseCheckableInputType.h

Issue 2735633006: INPUT/TEXTAREA elements: Dispatch 'select' event only if text selection is changed. (Closed)
Patch Set: Remove throttling Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/html/forms/BaseCheckableInputType.h
diff --git a/third_party/WebKit/Source/core/html/forms/BaseCheckableInputType.h b/third_party/WebKit/Source/core/html/forms/BaseCheckableInputType.h
index 630c742155e304c7bfee3ab6946c57918f26c5dc..b4614a217f1e9d24f02acd5f7c73513b00c9da08 100644
--- a/third_party/WebKit/Source/core/html/forms/BaseCheckableInputType.h
+++ b/third_party/WebKit/Source/core/html/forms/BaseCheckableInputType.h
@@ -61,7 +61,10 @@ class BaseCheckableInputType : public InputType, public InputTypeView {
void accessKeyAction(bool sendMouseEvents) final;
bool matchesDefaultPseudoClass() override;
ValueMode valueMode() const override;
- void setValue(const String&, bool, TextFieldEventBehavior) final;
+ void setValue(const String&,
+ bool,
+ TextFieldEventBehavior,
+ TextControlSetValueSelection) final;
void readingChecked() const final;
bool isCheckable() final;
bool shouldDispatchFormControlChangeEvent(String&, String&) override;

Powered by Google App Engine
This is Rietveld 408576698