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

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

Issue 1360233007: bindings: Moves event handlers and methods of Window to the instance object. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
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 Blob 8 [Worker] interface Blob
9 [Worker] getter size 9 [Worker] getter size
10 [Worker] getter type 10 [Worker] getter type
(...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 [Worker] getter onupdatefound 434 [Worker] getter onupdatefound
435 [Worker] getter pushManager 435 [Worker] getter pushManager
436 [Worker] getter scope 436 [Worker] getter scope
437 [Worker] method constructor 437 [Worker] method constructor
438 [Worker] method getNotifications 438 [Worker] method getNotifications
439 [Worker] method showNotification 439 [Worker] method showNotification
440 [Worker] method unregister 440 [Worker] method unregister
441 [Worker] method update 441 [Worker] method update
442 [Worker] setter onupdatefound 442 [Worker] setter onupdatefound
443 [Worker] interface SharedWorkerGlobalScope 443 [Worker] interface SharedWorkerGlobalScope
444 [Worker] getter name
445 [Worker] getter onconnect
446 [Worker] method constructor 444 [Worker] method constructor
447 [Worker] setter onconnect
448 [Worker] interface SubtleCrypto 445 [Worker] interface SubtleCrypto
449 [Worker] method constructor 446 [Worker] method constructor
450 [Worker] method decrypt 447 [Worker] method decrypt
451 [Worker] method deriveBits 448 [Worker] method deriveBits
452 [Worker] method deriveKey 449 [Worker] method deriveKey
453 [Worker] method digest 450 [Worker] method digest
454 [Worker] method encrypt 451 [Worker] method encrypt
455 [Worker] method exportKey 452 [Worker] method exportKey
456 [Worker] method generateKey 453 [Worker] method generateKey
457 [Worker] method importKey 454 [Worker] method importKey
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
700 [Worker] getter mode 697 [Worker] getter mode
701 [Worker] getter onabort 698 [Worker] getter onabort
702 [Worker] getter oncomplete 699 [Worker] getter oncomplete
703 [Worker] getter onerror 700 [Worker] getter onerror
704 [Worker] method abort 701 [Worker] method abort
705 [Worker] method constructor 702 [Worker] method constructor
706 [Worker] method objectStore 703 [Worker] method objectStore
707 [Worker] setter onabort 704 [Worker] setter onabort
708 [Worker] setter oncomplete 705 [Worker] setter oncomplete
709 [Worker] setter onerror 706 [Worker] setter onerror
707 [Worker] [GLOBAL OBJECT]
708 [Worker] getter caches
709 [Worker] getter name
710 [Worker] getter onconnect
711 [Worker] method gc
712 [Worker] setter onconnect
710 PASS successfullyParsed is true 713 PASS successfullyParsed is true
711 714
712 TEST COMPLETE 715 TEST COMPLETE
713 716
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698