Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(380)

Unified Diff: modules/inputmethod/InputMethodContext.idl

Issue 9418050: IDL roll to multivm@1242 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: modules/inputmethod/InputMethodContext.idl
diff --git a/modules/donottrack/NavigatorDoNotTrack.idl b/modules/inputmethod/InputMethodContext.idl
similarity index 79%
copy from modules/donottrack/NavigatorDoNotTrack.idl
copy to modules/inputmethod/InputMethodContext.idl
index 1fe0b8a79ffe0049b47c5076338771acf6f8f5f8..0a6a23aa9e4b9ca81d96539bb4e2646b1d82e33b 100644
--- a/modules/donottrack/NavigatorDoNotTrack.idl
+++ b/modules/inputmethod/InputMethodContext.idl
@@ -28,9 +28,16 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+// http://www.w3.org/TR/ime-api/
[
- Supplemental=Navigator
-] interface NavigatorDoNotTrack {
- [TreatReturnedNullStringAs=Null] readonly attribute DOMString doNotTrack;
-};
+ ImplementationLacksVTable
+] interface InputMethodContext {
+ readonly attribute Composition composition;
+ attribute boolean enabled;
+ readonly attribute DOMString locale;
+ void confirmComposition();
+ void setCaretRectangle(Node anchor, long x, long y, long w, long h);
+ void setExclusionRectangle(Node anchor, long x, long y, long w, long h);
+ boolean open();
+};

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b