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

Unified Diff: testing/Internals.idl

Issue 13163002: Roll IDLs. (Closed) Base URL: http://dart.googlecode.com/svn/third_party/WebCore/
Patch Set: Created 7 years, 9 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
« html/track/TextTrackRegionList.idl ('K') | « page/DOMWindow.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/Internals.idl
===================================================================
--- testing/Internals.idl (revision 20375)
+++ testing/Internals.idl (working copy)
@@ -167,6 +167,7 @@
boolean hasSpellingMarker(in Document document, in long from, in long length) raises (DOMException);
boolean hasGrammarMarker(in Document document, in long from, in long length) raises (DOMException);
boolean hasAutocorrectedMarker(in Document document, in long from, in long length) raises (DOMException);
+ void setContinuousSpellCheckingEnabled(in boolean enabled) raises (DOMException);
unsigned long numberOfScrollableAreas(in Document document) raises (DOMException);
« html/track/TextTrackRegionList.idl ('K') | « page/DOMWindow.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698