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

Unified Diff: sky/engine/core/dom/Document.h

Issue 713563003: Remove execCommand methods from Document. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « no previous file | sky/engine/core/dom/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/dom/Document.h
diff --git a/sky/engine/core/dom/Document.h b/sky/engine/core/dom/Document.h
index 86d2e56372f6a71a682f2c7fefc08bf2ba40f849..4836e230cc1c0af8005d354ed04d62ab4a8ff70f 100644
--- a/sky/engine/core/dom/Document.h
+++ b/sky/engine/core/dom/Document.h
@@ -495,13 +495,6 @@ public:
bool directionSetOnDocumentElement() const { return m_directionSetOnDocumentElement; }
void setDirectionSetOnDocumentElement(bool b) { m_directionSetOnDocumentElement = b; }
- bool execCommand(const String& command, bool userInterface = false, const String& value = String());
- bool queryCommandEnabled(const String& command);
- bool queryCommandIndeterm(const String& command);
- bool queryCommandState(const String& command);
- bool queryCommandSupported(const String& command);
- String queryCommandValue(const String& command);
-
KURL openSearchDescriptionURL();
Document& topDocument() const;
« no previous file with comments | « no previous file | sky/engine/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698