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

Unified Diff: modules/crypto/SubtleCrypto.idl

Issue 19605006: Roll IDL to multivm@1316 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 5 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/crypto/Crypto.idl ('k') | modules/crypto/WindowCrypto.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/crypto/SubtleCrypto.idl
diff --git a/core/page/Crypto.idl b/modules/crypto/SubtleCrypto.idl
similarity index 85%
rename from core/page/Crypto.idl
rename to modules/crypto/SubtleCrypto.idl
index 0cabce2f3da34e3719b2237d7092467b2086a17a..0c2a8e43c39b3c172e9230581b3711da81ae7cff 100644
--- a/core/page/Crypto.idl
+++ b/modules/crypto/SubtleCrypto.idl
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011 Google Inc. All rights reserved.
+ * Copyright (C) 2013 Google Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -10,7 +10,7 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 3. Neither the name of Googl, Inc. ("Google") nor the names of
+ * 3. Neither the name of Google, Inc. ("Google") nor the names of
* its contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
@@ -27,8 +27,8 @@
*/
[
- NoInterfaceObject
-] interface Crypto {
- [Custom, RaisesException] ArrayBufferView getRandomValues(ArrayBufferView array);
+ NoInterfaceObject,
+] interface SubtleCrypto {
+ // TODO(eroman): Work in progress: http://crbug.com/245025.
};
« no previous file with comments | « modules/crypto/Crypto.idl ('k') | modules/crypto/WindowCrypto.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698