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

Unified Diff: third_party/WebKit/Source/core/testing/Internals.idl

Issue 2457523003: Support 'insertReplacementText' for spellcheck (Closed)
Patch Set: Created 4 years, 2 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/testing/Internals.idl
diff --git a/third_party/WebKit/Source/core/testing/Internals.idl b/third_party/WebKit/Source/core/testing/Internals.idl
index 2dd224491619a6eb16daa9985701b6c4d84fe410..666cdf35b5ccfda519d15df5bb7c3e109b14b3a2 100644
--- a/third_party/WebKit/Source/core/testing/Internals.idl
+++ b/third_party/WebKit/Source/core/testing/Internals.idl
@@ -162,9 +162,11 @@
unsigned long topPadding, unsigned long rightPadding, unsigned long bottomPadding, unsigned long leftPadding,
boolean ignoreClipping, boolean allowChildFrameContent);
+ void setSpellingMarker(Document document);
boolean hasSpellingMarker(Document document, long from, long length);
boolean hasGrammarMarker(Document document, long from, long length);
void setSpellCheckingEnabled(boolean enabled);
+ void replaceMisspelled(Document document, DOMString replacement);
bool canHyphenate(DOMString locale);
void setMockHyphenation(DOMString locale);

Powered by Google App Engine
This is Rietveld 408576698