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

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

Issue 1185843010: bindings: Moves custom getters/setters to the prototype chain. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Synced. Created 5 years, 6 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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 [Worker] getter subtle 75 [Worker] getter subtle
76 [Worker] method constructor 76 [Worker] method constructor
77 [Worker] method getRandomValues 77 [Worker] method getRandomValues
78 [Worker] interface CryptoKey 78 [Worker] interface CryptoKey
79 [Worker] getter algorithm 79 [Worker] getter algorithm
80 [Worker] getter extractable 80 [Worker] getter extractable
81 [Worker] getter type 81 [Worker] getter type
82 [Worker] getter usages 82 [Worker] getter usages
83 [Worker] method constructor 83 [Worker] method constructor
84 [Worker] interface CustomEvent 84 [Worker] interface CustomEvent
85 [Worker] getter detail
85 [Worker] method constructor 86 [Worker] method constructor
86 [Worker] method initCustomEvent 87 [Worker] method initCustomEvent
87 [Worker] interface DOMException 88 [Worker] interface DOMException
88 [Worker] attribute ABORT_ERR 89 [Worker] attribute ABORT_ERR
89 [Worker] attribute DATA_CLONE_ERR 90 [Worker] attribute DATA_CLONE_ERR
90 [Worker] attribute DOMSTRING_SIZE_ERR 91 [Worker] attribute DOMSTRING_SIZE_ERR
91 [Worker] attribute HIERARCHY_REQUEST_ERR 92 [Worker] attribute HIERARCHY_REQUEST_ERR
92 [Worker] attribute INDEX_SIZE_ERR 93 [Worker] attribute INDEX_SIZE_ERR
93 [Worker] attribute INUSE_ATTRIBUTE_ERR 94 [Worker] attribute INUSE_ATTRIBUTE_ERR
94 [Worker] attribute INVALID_ACCESS_ERR 95 [Worker] attribute INVALID_ACCESS_ERR
(...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after
532 [Worker] method get 533 [Worker] method get
533 [Worker] method has 534 [Worker] method has
534 [Worker] method keys 535 [Worker] method keys
535 [Worker] method set 536 [Worker] method set
536 [Worker] method values 537 [Worker] method values
537 [Worker] interface MessageChannel 538 [Worker] interface MessageChannel
538 [Worker] getter port1 539 [Worker] getter port1
539 [Worker] getter port2 540 [Worker] getter port2
540 [Worker] method constructor 541 [Worker] method constructor
541 [Worker] interface MessageEvent 542 [Worker] interface MessageEvent
543 [Worker] getter data
542 [Worker] getter lastEventId 544 [Worker] getter lastEventId
543 [Worker] getter origin 545 [Worker] getter origin
544 [Worker] getter ports 546 [Worker] getter ports
545 [Worker] getter source 547 [Worker] getter source
546 [Worker] method constructor 548 [Worker] method constructor
547 [Worker] method initMessageEvent 549 [Worker] method initMessageEvent
548 [Worker] interface MessagePort 550 [Worker] interface MessagePort
549 [Worker] getter onmessage 551 [Worker] getter onmessage
550 [Worker] method close 552 [Worker] method close
551 [Worker] method constructor 553 [Worker] method constructor
(...skipping 397 matching lines...) Expand 10 before | Expand all | Expand 10 after
949 [Worker] method connect 951 [Worker] method connect
950 [Worker] method constructor 952 [Worker] method constructor
951 [Worker] interface XMLHttpRequest 953 [Worker] interface XMLHttpRequest
952 [Worker] attribute DONE 954 [Worker] attribute DONE
953 [Worker] attribute HEADERS_RECEIVED 955 [Worker] attribute HEADERS_RECEIVED
954 [Worker] attribute LOADING 956 [Worker] attribute LOADING
955 [Worker] attribute OPENED 957 [Worker] attribute OPENED
956 [Worker] attribute UNSENT 958 [Worker] attribute UNSENT
957 [Worker] getter onreadystatechange 959 [Worker] getter onreadystatechange
958 [Worker] getter readyState 960 [Worker] getter readyState
961 [Worker] getter response
962 [Worker] getter responseText
959 [Worker] getter responseType 963 [Worker] getter responseType
960 [Worker] getter responseURL 964 [Worker] getter responseURL
961 [Worker] getter responseXML 965 [Worker] getter responseXML
962 [Worker] getter status 966 [Worker] getter status
963 [Worker] getter statusText 967 [Worker] getter statusText
964 [Worker] getter timeout 968 [Worker] getter timeout
965 [Worker] getter upload 969 [Worker] getter upload
966 [Worker] getter withCredentials 970 [Worker] getter withCredentials
967 [Worker] method abort 971 [Worker] method abort
968 [Worker] method constructor 972 [Worker] method constructor
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
1088 [Worker] method abort 1092 [Worker] method abort
1089 [Worker] method constructor 1093 [Worker] method constructor
1090 [Worker] method objectStore 1094 [Worker] method objectStore
1091 [Worker] setter onabort 1095 [Worker] setter onabort
1092 [Worker] setter oncomplete 1096 [Worker] setter oncomplete
1093 [Worker] setter onerror 1097 [Worker] setter onerror
1094 PASS successfullyParsed is true 1098 PASS successfullyParsed is true
1095 1099
1096 TEST COMPLETE 1100 TEST COMPLETE
1097 1101
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698