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

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

Issue 1194963002: Add PermissionStatus.state and deprecate PermissionStatus.status. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: use DeprecateAs Created 5 years, 5 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 Array 8 [Worker] interface Array
9 [Worker] attribute length 9 [Worker] attribute length
10 [Worker] method concat 10 [Worker] method concat
(...skipping 585 matching lines...) Expand 10 before | Expand all | Expand 10 after
596 [Worker] method constructor 596 [Worker] method constructor
597 [Worker] method hasOwnProperty 597 [Worker] method hasOwnProperty
598 [Worker] method isPrototypeOf 598 [Worker] method isPrototypeOf
599 [Worker] method propertyIsEnumerable 599 [Worker] method propertyIsEnumerable
600 [Worker] method toLocaleString 600 [Worker] method toLocaleString
601 [Worker] method toString 601 [Worker] method toString
602 [Worker] method valueOf 602 [Worker] method valueOf
603 [Worker] setter __proto__ 603 [Worker] setter __proto__
604 [Worker] interface PermissionStatus 604 [Worker] interface PermissionStatus
605 [Worker] getter onchange 605 [Worker] getter onchange
606 [Worker] getter state
606 [Worker] getter status 607 [Worker] getter status
607 [Worker] method constructor 608 [Worker] method constructor
608 [Worker] setter onchange 609 [Worker] setter onchange
609 [Worker] interface Permissions 610 [Worker] interface Permissions
610 [Worker] method constructor 611 [Worker] method constructor
611 [Worker] method query 612 [Worker] method query
612 [Worker] interface Promise 613 [Worker] interface Promise
613 [Worker] method catch 614 [Worker] method catch
614 [Worker] method chain 615 [Worker] method chain
615 [Worker] method constructor 616 [Worker] method constructor
(...skipping 495 matching lines...) Expand 10 before | Expand all | Expand 10 after
1111 [Worker] method abort 1112 [Worker] method abort
1112 [Worker] method constructor 1113 [Worker] method constructor
1113 [Worker] method objectStore 1114 [Worker] method objectStore
1114 [Worker] setter onabort 1115 [Worker] setter onabort
1115 [Worker] setter oncomplete 1116 [Worker] setter oncomplete
1116 [Worker] setter onerror 1117 [Worker] setter onerror
1117 PASS successfullyParsed is true 1118 PASS successfullyParsed is true
1118 1119
1119 TEST COMPLETE 1120 TEST COMPLETE
1120 1121
OLDNEW
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | Source/core/frame/UseCounter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698