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

Side by Side Diff: LayoutTests/virtual/stable/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 26 matching lines...) Expand all
37 [Worker] method slice 37 [Worker] method slice
38 [Worker] interface Blob 38 [Worker] interface Blob
39 [Worker] method constructor 39 [Worker] method constructor
40 [Worker] method slice 40 [Worker] method slice
41 [Worker] interface Boolean 41 [Worker] interface Boolean
42 [Worker] method constructor 42 [Worker] method constructor
43 [Worker] method toString 43 [Worker] method toString
44 [Worker] method valueOf 44 [Worker] method valueOf
45 [Worker] interface CloseEvent 45 [Worker] interface CloseEvent
46 [Worker] method constructor 46 [Worker] method constructor
47 [Worker] interface Crypto
48 [Worker] method constructor
49 [Worker] method getRandomValues
47 [Worker] interface CryptoKey 50 [Worker] interface CryptoKey
48 [Worker] method constructor 51 [Worker] method constructor
49 [Worker] interface DOMException 52 [Worker] interface DOMException
50 [Worker] attribute ABORT_ERR 53 [Worker] attribute ABORT_ERR
51 [Worker] attribute DATA_CLONE_ERR 54 [Worker] attribute DATA_CLONE_ERR
52 [Worker] attribute DOMSTRING_SIZE_ERR 55 [Worker] attribute DOMSTRING_SIZE_ERR
53 [Worker] attribute HIERARCHY_REQUEST_ERR 56 [Worker] attribute HIERARCHY_REQUEST_ERR
54 [Worker] attribute INDEX_SIZE_ERR 57 [Worker] attribute INDEX_SIZE_ERR
55 [Worker] attribute INUSE_ATTRIBUTE_ERR 58 [Worker] attribute INUSE_ATTRIBUTE_ERR
56 [Worker] attribute INVALID_ACCESS_ERR 59 [Worker] attribute INVALID_ACCESS_ERR
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 [Worker] method sup 441 [Worker] method sup
439 [Worker] method toLocaleLowerCase 442 [Worker] method toLocaleLowerCase
440 [Worker] method toLocaleUpperCase 443 [Worker] method toLocaleUpperCase
441 [Worker] method toLowerCase 444 [Worker] method toLowerCase
442 [Worker] method toString 445 [Worker] method toString
443 [Worker] method toUpperCase 446 [Worker] method toUpperCase
444 [Worker] method trim 447 [Worker] method trim
445 [Worker] method trimLeft 448 [Worker] method trimLeft
446 [Worker] method trimRight 449 [Worker] method trimRight
447 [Worker] method valueOf 450 [Worker] method valueOf
451 [Worker] interface SubtleCrypto
452 [Worker] method constructor
453 [Worker] method decrypt
454 [Worker] method deriveBits
455 [Worker] method deriveKey
456 [Worker] method digest
457 [Worker] method encrypt
458 [Worker] method exportKey
459 [Worker] method generateKey
460 [Worker] method importKey
461 [Worker] method sign
462 [Worker] method unwrapKey
463 [Worker] method verify
464 [Worker] method wrapKey
448 [Worker] interface Symbol 465 [Worker] interface Symbol
449 [Worker] method constructor 466 [Worker] method constructor
450 [Worker] method toString 467 [Worker] method toString
451 [Worker] method valueOf 468 [Worker] method valueOf
452 [Worker] interface SyntaxError 469 [Worker] interface SyntaxError
453 [Worker] attribute name 470 [Worker] attribute name
454 [Worker] getter stack 471 [Worker] getter stack
455 [Worker] method constructor 472 [Worker] method constructor
456 [Worker] setter stack 473 [Worker] setter stack
457 [Worker] interface TextDecoder 474 [Worker] interface TextDecoder
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
617 [Worker] interface webkitIDBRequest 634 [Worker] interface webkitIDBRequest
618 [Worker] method constructor 635 [Worker] method constructor
619 [Worker] interface webkitIDBTransaction 636 [Worker] interface webkitIDBTransaction
620 [Worker] method abort 637 [Worker] method abort
621 [Worker] method constructor 638 [Worker] method constructor
622 [Worker] method objectStore 639 [Worker] method objectStore
623 PASS successfullyParsed is true 640 PASS successfullyParsed is true
624 641
625 TEST COMPLETE 642 TEST COMPLETE
626 643
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698