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

Side by Side Diff: LayoutTests/webexposed/global-interface-listing-shared-worker-expected.txt

Issue 859733002: Expose the Crypto and SubtleCrypto interface objects (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Exposed=(Window,Worker) Created 5 years, 11 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 This test documents all interface attributes and methods on SharedWorkerGlobalSc ope. 1 This test documents all interface attributes and methods on SharedWorkerGlobalSc ope.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 Starting worker: resources/global-interface-listing.js 6 Starting worker: resources/global-interface-listing.js
7 [Worker] [INTERFACES] 7 [Worker] [INTERFACES]
8 [Worker] interface Array 8 [Worker] interface Array
9 [Worker] attribute length 9 [Worker] attribute length
10 [Worker] method concat 10 [Worker] method concat
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 [Worker] interface Boolean 42 [Worker] interface Boolean
43 [Worker] method constructor 43 [Worker] method constructor
44 [Worker] method toString 44 [Worker] method toString
45 [Worker] method valueOf 45 [Worker] method valueOf
46 [Worker] interface CircularGeofencingRegion 46 [Worker] interface CircularGeofencingRegion
47 [Worker] attribute MAX_RADIUS 47 [Worker] attribute MAX_RADIUS
48 [Worker] attribute MIN_RADIUS 48 [Worker] attribute MIN_RADIUS
49 [Worker] method constructor 49 [Worker] method constructor
50 [Worker] interface CloseEvent 50 [Worker] interface CloseEvent
51 [Worker] method constructor 51 [Worker] method constructor
52 [Worker] interface Crypto
53 [Worker] method constructor
54 [Worker] method getRandomValues
52 [Worker] interface CryptoKey 55 [Worker] interface CryptoKey
53 [Worker] method constructor 56 [Worker] method constructor
54 [Worker] interface DOMException 57 [Worker] interface DOMException
55 [Worker] attribute ABORT_ERR 58 [Worker] attribute ABORT_ERR
56 [Worker] attribute DATA_CLONE_ERR 59 [Worker] attribute DATA_CLONE_ERR
57 [Worker] attribute DOMSTRING_SIZE_ERR 60 [Worker] attribute DOMSTRING_SIZE_ERR
58 [Worker] attribute HIERARCHY_REQUEST_ERR 61 [Worker] attribute HIERARCHY_REQUEST_ERR
59 [Worker] attribute INDEX_SIZE_ERR 62 [Worker] attribute INDEX_SIZE_ERR
60 [Worker] attribute INUSE_ATTRIBUTE_ERR 63 [Worker] attribute INUSE_ATTRIBUTE_ERR
61 [Worker] attribute INVALID_ACCESS_ERR 64 [Worker] attribute INVALID_ACCESS_ERR
(...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 [Worker] method sup 483 [Worker] method sup
481 [Worker] method toLocaleLowerCase 484 [Worker] method toLocaleLowerCase
482 [Worker] method toLocaleUpperCase 485 [Worker] method toLocaleUpperCase
483 [Worker] method toLowerCase 486 [Worker] method toLowerCase
484 [Worker] method toString 487 [Worker] method toString
485 [Worker] method toUpperCase 488 [Worker] method toUpperCase
486 [Worker] method trim 489 [Worker] method trim
487 [Worker] method trimLeft 490 [Worker] method trimLeft
488 [Worker] method trimRight 491 [Worker] method trimRight
489 [Worker] method valueOf 492 [Worker] method valueOf
493 [Worker] interface SubtleCrypto
494 [Worker] method constructor
495 [Worker] method decrypt
496 [Worker] method deriveBits
497 [Worker] method deriveKey
498 [Worker] method digest
499 [Worker] method encrypt
500 [Worker] method exportKey
501 [Worker] method generateKey
502 [Worker] method importKey
503 [Worker] method sign
504 [Worker] method unwrapKey
505 [Worker] method verify
506 [Worker] method wrapKey
490 [Worker] interface Symbol 507 [Worker] interface Symbol
491 [Worker] method constructor 508 [Worker] method constructor
492 [Worker] method toString 509 [Worker] method toString
493 [Worker] method valueOf 510 [Worker] method valueOf
494 [Worker] interface SyntaxError 511 [Worker] interface SyntaxError
495 [Worker] attribute name 512 [Worker] attribute name
496 [Worker] getter stack 513 [Worker] getter stack
497 [Worker] method constructor 514 [Worker] method constructor
498 [Worker] setter stack 515 [Worker] setter stack
499 [Worker] interface TextDecoder 516 [Worker] interface TextDecoder
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
664 [Worker] interface webkitIDBRequest 681 [Worker] interface webkitIDBRequest
665 [Worker] method constructor 682 [Worker] method constructor
666 [Worker] interface webkitIDBTransaction 683 [Worker] interface webkitIDBTransaction
667 [Worker] method abort 684 [Worker] method abort
668 [Worker] method constructor 685 [Worker] method constructor
669 [Worker] method objectStore 686 [Worker] method objectStore
670 PASS successfullyParsed is true 687 PASS successfullyParsed is true
671 688
672 TEST COMPLETE 689 TEST COMPLETE
673 690
OLDNEW
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | Source/modules/crypto/Crypto.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698