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

Unified Diff: Source/modules/crypto/AesKeyAlgorithm.idl

Issue 179353002: [webcrypto] Add the KeyAlgorithm interface. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase yet again (another conflict) Created 6 years, 10 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 | « Source/modules/crypto/AesKeyAlgorithm.cpp ('k') | Source/modules/crypto/Algorithm.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/crypto/AesKeyAlgorithm.idl
diff --git a/Source/bindings/tests/idls/TestInterfaceDocument.idl b/Source/modules/crypto/AesKeyAlgorithm.idl
similarity index 93%
copy from Source/bindings/tests/idls/TestInterfaceDocument.idl
copy to Source/modules/crypto/AesKeyAlgorithm.idl
index 2a687e871a44bace871a2d7b65243bbbdedc7339..171650d215a502d881c068d2febdf08dde233ae5 100644
--- a/Source/bindings/tests/idls/TestInterfaceDocument.idl
+++ b/Source/modules/crypto/AesKeyAlgorithm.idl
@@ -28,5 +28,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-interface TestInterfaceDocument : Document {
+[
+ NoInterfaceObject
+] interface AesKeyAlgorithm : KeyAlgorithm {
+ readonly attribute unsigned short length;
};
« no previous file with comments | « Source/modules/crypto/AesKeyAlgorithm.cpp ('k') | Source/modules/crypto/Algorithm.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698