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

Unified Diff: WebKit/chromium/public/WebFormElement.h

Issue 3279009: Revert 58049 - Revert 53685 - Merge 63786 - 2010-07-16 James Hawkins <jhawk... (Closed) Base URL: svn://chrome-svn/chrome/branches/WebKit/472/
Patch Set: Created 10 years, 4 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 | « WebCore/html/HTMLFormElement.cpp ('k') | WebKit/chromium/src/WebFormElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: WebKit/chromium/public/WebFormElement.h
===================================================================
--- WebKit/chromium/public/WebFormElement.h (revision 58051)
+++ WebKit/chromium/public/WebFormElement.h (working copy)
@@ -63,6 +63,7 @@
WEBKIT_API WebString action() const;
WEBKIT_API WebString name() const;
WEBKIT_API WebString method() const;
+ WEBKIT_API bool wasUserSubmitted() const;
WEBKIT_API void submit();
// FIXME: Deprecate and replace with WebVector<WebElement>.
WEBKIT_API void getNamedElements(const WebString&, WebVector<WebNode>&);
« no previous file with comments | « WebCore/html/HTMLFormElement.cpp ('k') | WebKit/chromium/src/WebFormElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698