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

Unified Diff: third_party/WebKit/Source/core/html/forms/NumberInputType.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/NumberInputType.h
diff --git a/third_party/WebKit/Source/core/html/forms/NumberInputType.h b/third_party/WebKit/Source/core/html/forms/NumberInputType.h
index fd712158c81c87feebf9ba875cfaec00b4e67c50..0a15453e3e2e98c44fa80eb6082a0bdb1df6d558 100644
--- a/third_party/WebKit/Source/core/html/forms/NumberInputType.h
+++ b/third_party/WebKit/Source/core/html/forms/NumberInputType.h
@@ -47,7 +47,8 @@ class NumberInputType final : public TextFieldInputType {
const AtomicString& formControlType() const override;
void setValue(const String&,
bool valueChanged,
- TextFieldEventBehavior) override;
+ TextFieldEventBehavior,
+ TextControlSetValueSelection) override;
double valueAsDouble() const override;
void setValueAsDouble(double,
TextFieldEventBehavior,
« no previous file with comments | « third_party/WebKit/Source/core/html/forms/InputType.cpp ('k') | third_party/WebKit/Source/core/html/forms/NumberInputType.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698