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

Unified Diff: modules/encoding/TextEncoder.idl

Issue 23014006: Roll IDL to multivm@1350 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 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 | « modules/encoding/TextDecoder.idl ('k') | modules/encryptedmedia/MediaKeySession.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/encoding/TextEncoder.idl
diff --git a/core/inspector/InspectorOverlayHost.idl b/modules/encoding/TextEncoder.idl
similarity index 82%
copy from core/inspector/InspectorOverlayHost.idl
copy to modules/encoding/TextEncoder.idl
index 2f1978e4e1f4aee160ec91e972d07b57db755d79..ed63e2748d46c5be028e7edcbcbee6bbb3aecb75 100644
--- a/core/inspector/InspectorOverlayHost.idl
+++ b/modules/encoding/TextEncoder.idl
@@ -29,8 +29,11 @@
*/
[
- NoInterfaceObject
-] interface InspectorOverlayHost {
- void resume();
- void stepOver();
+ EnabledAtRuntime=EncodingAPI,
+ GlobalContext=Window&WorkerGlobalScope,
+ Constructor([Default=NullString] optional DOMString utfLabel),
+ ConstructorRaisesException
+] interface TextEncoder {
+ readonly attribute DOMString encoding;
+ Uint8Array encode([Default=NullString] optional DOMString input, optional Dictionary options);
};
« no previous file with comments | « modules/encoding/TextDecoder.idl ('k') | modules/encryptedmedia/MediaKeySession.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698