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

Unified Diff: third_party/WebKit/Source/core/html/forms/InputType.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/InputType.h
diff --git a/third_party/WebKit/Source/core/html/forms/InputType.h b/third_party/WebKit/Source/core/html/forms/InputType.h
index d78250fbce2ee3e01023088d203e718e4cd06c4d..af9283a175e8acf5dab81f7b3bc1ab7b394eb53b 100644
--- a/third_party/WebKit/Source/core/html/forms/InputType.h
+++ b/third_party/WebKit/Source/core/html/forms/InputType.h
@@ -179,7 +179,8 @@ class CORE_EXPORT InputType : public GarbageCollectedFinalized<InputType> {
virtual bool canSetValue(const String&);
virtual void setValue(const String&,
bool valueChanged,
- TextFieldEventBehavior);
+ TextFieldEventBehavior,
+ TextControlSetValueSelection);
virtual bool shouldRespectListAttribute();
virtual bool isEnumeratable();
virtual bool isCheckable();
« no previous file with comments | « third_party/WebKit/Source/core/html/forms/HiddenInputType.cpp ('k') | third_party/WebKit/Source/core/html/forms/InputType.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698