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

Unified Diff: third_party/WebKit/Source/core/html/forms/BaseButtonInputType.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/BaseButtonInputType.h
diff --git a/third_party/WebKit/Source/core/html/forms/BaseButtonInputType.h b/third_party/WebKit/Source/core/html/forms/BaseButtonInputType.h
index 33ea33f593aae6c7c53d007fb80bea42e4704e8e..062b279c9d9b7feddaa70dbab5eb6eda0367c289 100644
--- a/third_party/WebKit/Source/core/html/forms/BaseButtonInputType.h
+++ b/third_party/WebKit/Source/core/html/forms/BaseButtonInputType.h
@@ -56,7 +56,10 @@ class BaseButtonInputType : public InputType,
void appendToFormData(FormData&) const override;
LayoutObject* createLayoutObject(const ComputedStyle&) const override;
ValueMode valueMode() const override;
- void setValue(const String&, bool, TextFieldEventBehavior) override;
+ void setValue(const String&,
+ bool,
+ TextFieldEventBehavior,
+ TextControlSetValueSelection) override;
bool matchesDefaultPseudoClass() override;
String displayValue() const;

Powered by Google App Engine
This is Rietveld 408576698