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

Unified Diff: third_party/WebKit/Source/core/html/forms/FileInputType.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/FileInputType.h
diff --git a/third_party/WebKit/Source/core/html/forms/FileInputType.h b/third_party/WebKit/Source/core/html/forms/FileInputType.h
index 865703e5b21d2ed40b8f29befc1e145faf083ac5..8d13eaf97c37a81ac6ec62700b9102f6854622fb 100644
--- a/third_party/WebKit/Source/core/html/forms/FileInputType.h
+++ b/third_party/WebKit/Source/core/html/forms/FileInputType.h
@@ -81,7 +81,8 @@ class CORE_EXPORT FileInputType final : public InputType,
String valueInFilenameValueMode() const override;
void setValue(const String&,
bool valueChanged,
- TextFieldEventBehavior) override;
+ TextFieldEventBehavior,
+ TextControlSetValueSelection) override;
bool receiveDroppedFiles(const DragData*) override;
String droppedFileSystemId() override;
void createShadowSubtree() override;

Powered by Google App Engine
This is Rietveld 408576698