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

Unified Diff: third_party/WebKit/Source/core/html/HTMLFormElement.h

Issue 1958543002: requestAutocomplete: remove from web platform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Document-createEvent-expected.txt Created 4 years, 7 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/HTMLFormElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLFormElement.h b/third_party/WebKit/Source/core/html/HTMLFormElement.h
index 8f785501f291344031a56f1e3e04883f518b9415..53feb7a036f475ec7098044e7ad1bf2e027b0561 100644
--- a/third_party/WebKit/Source/core/html/HTMLFormElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLFormElement.h
@@ -35,7 +35,6 @@ namespace blink {
class Event;
class FormAssociatedElement;
-class GenericEventQueue;
class HTMLFormControlElement;
class HTMLFormControlsCollection;
class HTMLImageElement;
@@ -94,19 +93,6 @@ public:
bool matchesValidityPseudoClasses() const final;
bool isValidElement() final;
- enum AutocompleteResult {
- AutocompleteResultSuccess,
- AutocompleteResultErrorDisabled,
- AutocompleteResultErrorCancel,
- AutocompleteResultErrorInvalid,
- };
-
- void requestAutocomplete();
- void finishRequestAutocomplete(AutocompleteResult);
-
- DEFINE_ATTRIBUTE_EVENT_LISTENER(autocomplete);
- DEFINE_ATTRIBUTE_EVENT_LISTENER(autocompleteerror);
-
RadioButtonGroupScope& radioButtonGroupScope() { return m_radioButtonGroupScope; }
const FormAssociatedElement::List& associatedElements() const;
@@ -177,8 +163,6 @@ private:
bool m_isInResetFunction : 1;
bool m_wasDemoted : 1;
-
- Member<GenericEventQueue> m_pendingAutocompleteEventsQueue;
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLElement.cpp ('k') | third_party/WebKit/Source/core/html/HTMLFormElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698