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

Unified Diff: public/web/WebFormElement.h

Issue 17076013: Implementing blink side of 'invalid' AutocompleteErrorEvent#reason (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: . Created 7 years, 6 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
« no previous file with comments | « Source/core/html/HTMLFormElement.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebFormElement.h
diff --git a/public/web/WebFormElement.h b/public/web/WebFormElement.h
index b5f1c3ad487e4da7936b1ae5e37c2e0cdf293808..c3d30732a2cfcf9f88ed91e601c2f0bf804a0cfa 100644
--- a/public/web/WebFormElement.h
+++ b/public/web/WebFormElement.h
@@ -68,6 +68,7 @@ namespace WebKit {
// FIXME: Deprecate and replace with WebVector<WebElement>.
WEBKIT_EXPORT void getNamedElements(const WebString&, WebVector<WebNode>&);
WEBKIT_EXPORT void getFormControlElements(WebVector<WebFormControlElement>&) const;
+ WEBKIT_EXPORT bool checkValidityWithoutDispatchingEvents();
enum AutocompleteResult {
AutocompleteResultSuccess,
« no previous file with comments | « Source/core/html/HTMLFormElement.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698