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

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

Issue 782463002: Expose navigator.connect client side API in blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: also expose to workers Created 6 years 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 Array 8 [Worker] interface Array
9 [Worker] attribute length 9 [Worker] attribute length
10 [Worker] method concat 10 [Worker] method concat
(...skipping 559 matching lines...) Expand 10 before | Expand all | Expand 10 after
570 [Worker] method setInterval 570 [Worker] method setInterval
571 [Worker] method setTimeout 571 [Worker] method setTimeout
572 [Worker] method webkitRequestFileSystem 572 [Worker] method webkitRequestFileSystem
573 [Worker] method webkitRequestFileSystemSync 573 [Worker] method webkitRequestFileSystemSync
574 [Worker] method webkitResolveLocalFileSystemSyncURL 574 [Worker] method webkitResolveLocalFileSystemSyncURL
575 [Worker] method webkitResolveLocalFileSystemURL 575 [Worker] method webkitResolveLocalFileSystemURL
576 [Worker] interface WorkerLocation 576 [Worker] interface WorkerLocation
577 [Worker] method constructor 577 [Worker] method constructor
578 [Worker] method toString 578 [Worker] method toString
579 [Worker] interface WorkerNavigator 579 [Worker] interface WorkerNavigator
580 [Worker] method connect
580 [Worker] method constructor 581 [Worker] method constructor
581 [Worker] interface XMLHttpRequest 582 [Worker] interface XMLHttpRequest
582 [Worker] attribute DONE 583 [Worker] attribute DONE
583 [Worker] attribute HEADERS_RECEIVED 584 [Worker] attribute HEADERS_RECEIVED
584 [Worker] attribute LOADING 585 [Worker] attribute LOADING
585 [Worker] attribute OPENED 586 [Worker] attribute OPENED
586 [Worker] attribute UNSENT 587 [Worker] attribute UNSENT
587 [Worker] method abort 588 [Worker] method abort
588 [Worker] method constructor 589 [Worker] method constructor
589 [Worker] method getAllResponseHeaders 590 [Worker] method getAllResponseHeaders
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
639 [Worker] method abort 640 [Worker] method abort
640 [Worker] method constructor 641 [Worker] method constructor
641 [Worker] method objectStore 642 [Worker] method objectStore
642 [Worker] interface webkitURL 643 [Worker] interface webkitURL
643 [Worker] method constructor 644 [Worker] method constructor
644 [Worker] method toString 645 [Worker] method toString
645 PASS successfullyParsed is true 646 PASS successfullyParsed is true
646 647
647 TEST COMPLETE 648 TEST COMPLETE
648 649
OLDNEW
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | Source/modules/modules.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698