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

Side by Side Diff: LayoutTests/virtual/stable/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt

Issue 1289753005: ServiceWorker webexposed tests should skip JS builtins (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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 interface Array
2 attribute length
3 method concat
4 method constructor
5 method copyWithin
6 method entries
7 method every
8 method fill
9 method filter
10 method find
11 method findIndex
12 method forEach
13 method indexOf
14 method join
15 method keys
16 method lastIndexOf
17 method map
18 method pop
19 method push
20 method reduce
21 method reduceRight
22 method reverse
23 method shift
24 method slice
25 method some
26 method sort
27 method splice
28 method toLocaleString
29 method toString
30 method unshift
31 interface ArrayBuffer
32 getter byteLength
33 method constructor
34 method slice
35 interface Blob 1 interface Blob
36 getter size 2 getter size
37 getter type 3 getter type
38 method constructor 4 method constructor
39 method slice 5 method slice
40 interface Boolean
41 method constructor
42 method toString
43 method valueOf
44 interface Cache 6 interface Cache
45 method add 7 method add
46 method addAll 8 method addAll
47 method constructor 9 method constructor
48 method delete 10 method delete
49 method keys 11 method keys
50 method match 12 method match
51 method put 13 method put
52 interface CacheStorage 14 interface CacheStorage
53 method constructor 15 method constructor
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 method getUint32 93 method getUint32
132 method getUint8 94 method getUint8
133 method setFloat32 95 method setFloat32
134 method setFloat64 96 method setFloat64
135 method setInt16 97 method setInt16
136 method setInt32 98 method setInt32
137 method setInt8 99 method setInt8
138 method setUint16 100 method setUint16
139 method setUint32 101 method setUint32
140 method setUint8 102 method setUint8
141 interface Date
142 method constructor
143 method getDate
144 method getDay
145 method getFullYear
146 method getHours
147 method getMilliseconds
148 method getMinutes
149 method getMonth
150 method getSeconds
151 method getTime
152 method getTimezoneOffset
153 method getUTCDate
154 method getUTCDay
155 method getUTCFullYear
156 method getUTCHours
157 method getUTCMilliseconds
158 method getUTCMinutes
159 method getUTCMonth
160 method getUTCSeconds
161 method getYear
162 method setDate
163 method setFullYear
164 method setHours
165 method setMilliseconds
166 method setMinutes
167 method setMonth
168 method setSeconds
169 method setTime
170 method setUTCDate
171 method setUTCFullYear
172 method setUTCHours
173 method setUTCMilliseconds
174 method setUTCMinutes
175 method setUTCMonth
176 method setUTCSeconds
177 method setYear
178 method toDateString
179 method toGMTString
180 method toISOString
181 method toJSON
182 method toLocaleDateString
183 method toLocaleString
184 method toLocaleTimeString
185 method toString
186 method toTimeString
187 method toUTCString
188 method valueOf
189 interface Error
190 attribute message
191 attribute name
192 method constructor
193 method toString
194 interface EvalError
195 attribute name
196 method constructor
197 interface Event 103 interface Event
198 attribute AT_TARGET 104 attribute AT_TARGET
199 attribute BLUR 105 attribute BLUR
200 attribute BUBBLING_PHASE 106 attribute BUBBLING_PHASE
201 attribute CAPTURING_PHASE 107 attribute CAPTURING_PHASE
202 attribute CHANGE 108 attribute CHANGE
203 attribute CLICK 109 attribute CLICK
204 attribute DBLCLICK 110 attribute DBLCLICK
205 attribute DRAGDROP 111 attribute DRAGDROP
206 attribute FOCUS 112 attribute FOCUS
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 setter onload 217 setter onload
312 setter onloadend 218 setter onloadend
313 setter onloadstart 219 setter onloadstart
314 setter onprogress 220 setter onprogress
315 interface FileReaderSync 221 interface FileReaderSync
316 method constructor 222 method constructor
317 method readAsArrayBuffer 223 method readAsArrayBuffer
318 method readAsBinaryString 224 method readAsBinaryString
319 method readAsDataURL 225 method readAsDataURL
320 method readAsText 226 method readAsText
321 interface Float32Array
322 attribute BYTES_PER_ELEMENT
323 getter buffer
324 getter byteLength
325 getter byteOffset
326 getter length
327 method constructor
328 method copyWithin
329 method entries
330 method every
331 method fill
332 method filter
333 method find
334 method findIndex
335 method forEach
336 method indexOf
337 method join
338 method keys
339 method lastIndexOf
340 method map
341 method reduce
342 method reduceRight
343 method reverse
344 method set
345 method slice
346 method some
347 method sort
348 method subarray
349 method toLocaleString
350 method toString
351 method values
352 interface Float64Array
353 attribute BYTES_PER_ELEMENT
354 getter buffer
355 getter byteLength
356 getter byteOffset
357 getter length
358 method constructor
359 method copyWithin
360 method entries
361 method every
362 method fill
363 method filter
364 method find
365 method findIndex
366 method forEach
367 method indexOf
368 method join
369 method keys
370 method lastIndexOf
371 method map
372 method reduce
373 method reduceRight
374 method reverse
375 method set
376 method slice
377 method some
378 method sort
379 method subarray
380 method toLocaleString
381 method toString
382 method values
383 interface FormData 227 interface FormData
384 method append 228 method append
385 method constructor 229 method constructor
386 interface Function
387 attribute length
388 attribute name
389 getter arguments
390 getter caller
391 method apply
392 method bind
393 method call
394 method constructor
395 method toString
396 setter arguments
397 setter caller
398 interface Headers 230 interface Headers
399 method append 231 method append
400 method constructor 232 method constructor
401 method delete 233 method delete
402 method entries 234 method entries
403 method forEach 235 method forEach
404 method get 236 method get
405 method getAll 237 method getAll
406 method has 238 method has
407 method keys 239 method keys
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
511 interface IDBVersionChangeEvent 343 interface IDBVersionChangeEvent
512 getter dataLoss 344 getter dataLoss
513 getter dataLossMessage 345 getter dataLossMessage
514 getter newVersion 346 getter newVersion
515 getter oldVersion 347 getter oldVersion
516 method constructor 348 method constructor
517 interface ImageData 349 interface ImageData
518 getter height 350 getter height
519 getter width 351 getter width
520 method constructor 352 method constructor
521 interface Int16Array
522 attribute BYTES_PER_ELEMENT
523 getter buffer
524 getter byteLength
525 getter byteOffset
526 getter length
527 method constructor
528 method copyWithin
529 method entries
530 method every
531 method fill
532 method filter
533 method find
534 method findIndex
535 method forEach
536 method indexOf
537 method join
538 method keys
539 method lastIndexOf
540 method map
541 method reduce
542 method reduceRight
543 method reverse
544 method set
545 method slice
546 method some
547 method sort
548 method subarray
549 method toLocaleString
550 method toString
551 method values
552 interface Int32Array
553 attribute BYTES_PER_ELEMENT
554 getter buffer
555 getter byteLength
556 getter byteOffset
557 getter length
558 method constructor
559 method copyWithin
560 method entries
561 method every
562 method fill
563 method filter
564 method find
565 method findIndex
566 method forEach
567 method indexOf
568 method join
569 method keys
570 method lastIndexOf
571 method map
572 method reduce
573 method reduceRight
574 method reverse
575 method set
576 method slice
577 method some
578 method sort
579 method subarray
580 method toLocaleString
581 method toString
582 method values
583 interface Int8Array
584 attribute BYTES_PER_ELEMENT
585 getter buffer
586 getter byteLength
587 getter byteOffset
588 getter length
589 method constructor
590 method copyWithin
591 method entries
592 method every
593 method fill
594 method filter
595 method find
596 method findIndex
597 method forEach
598 method indexOf
599 method join
600 method keys
601 method lastIndexOf
602 method map
603 method reduce
604 method reduceRight
605 method reverse
606 method set
607 method slice
608 method some
609 method sort
610 method subarray
611 method toLocaleString
612 method toString
613 method values
614 interface Map
615 getter size
616 method clear
617 method constructor
618 method delete
619 method entries
620 method forEach
621 method get
622 method has
623 method keys
624 method set
625 method values
626 interface MessageChannel 353 interface MessageChannel
627 getter port1 354 getter port1
628 getter port2 355 getter port2
629 method constructor 356 method constructor
630 interface MessageEvent 357 interface MessageEvent
631 getter data 358 getter data
632 getter lastEventId 359 getter lastEventId
633 getter origin 360 getter origin
634 getter ports 361 getter ports
635 getter source 362 getter source
(...skipping 21 matching lines...) Expand all
657 getter title 384 getter title
658 method close 385 method close
659 method constructor 386 method constructor
660 setter onclick 387 setter onclick
661 setter onclose 388 setter onclose
662 setter onerror 389 setter onerror
663 setter onshow 390 setter onshow
664 interface NotificationEvent 391 interface NotificationEvent
665 getter notification 392 getter notification
666 method constructor 393 method constructor
667 interface Number
668 method constructor
669 method toExponential
670 method toFixed
671 method toLocaleString
672 method toPrecision
673 method toString
674 method valueOf
675 interface Object
676 getter __proto__
677 method __defineGetter__
678 method __defineSetter__
679 method __lookupGetter__
680 method __lookupSetter__
681 method constructor
682 method hasOwnProperty
683 method isPrototypeOf
684 method propertyIsEnumerable
685 method toLocaleString
686 method toString
687 method valueOf
688 setter __proto__
689 interface PermissionStatus 394 interface PermissionStatus
690 getter onchange 395 getter onchange
691 getter state 396 getter state
692 getter status 397 getter status
693 method constructor 398 method constructor
694 setter onchange 399 setter onchange
695 interface Permissions 400 interface Permissions
696 method constructor 401 method constructor
697 method query 402 method query
698 interface Promise
699 method catch
700 method chain
701 method constructor
702 method then
703 interface PushEvent 403 interface PushEvent
704 method constructor 404 method constructor
705 interface PushManager 405 interface PushManager
706 method constructor 406 method constructor
707 method getSubscription 407 method getSubscription
708 method permissionState 408 method permissionState
709 method subscribe 409 method subscribe
710 interface PushSubscription 410 interface PushSubscription
711 getter endpoint 411 getter endpoint
712 method constructor 412 method constructor
713 method toJSON 413 method toJSON
714 method unsubscribe 414 method unsubscribe
715 interface RangeError
716 attribute name
717 method constructor
718 interface ReadableByteStream 415 interface ReadableByteStream
719 method cancel 416 method cancel
720 method constructor 417 method constructor
721 method getReader 418 method getReader
722 interface ReadableStream 419 interface ReadableStream
723 method cancel 420 method cancel
724 method constructor 421 method constructor
725 method getReader 422 method getReader
726 interface ReferenceError
727 attribute name
728 method constructor
729 interface RegExp
730 attribute global
731 attribute ignoreCase
732 attribute lastIndex
733 attribute multiline
734 attribute source
735 method compile
736 method constructor
737 method exec
738 method test
739 method toString
740 interface Request 423 interface Request
741 getter bodyUsed 424 getter bodyUsed
742 getter context 425 getter context
743 getter credentials 426 getter credentials
744 getter headers 427 getter headers
745 getter method 428 getter method
746 getter mode 429 getter mode
747 getter referrer 430 getter referrer
748 getter url 431 getter url
749 method arrayBuffer 432 method arrayBuffer
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
791 interface ServiceWorkerRegistration 474 interface ServiceWorkerRegistration
792 getter onupdatefound 475 getter onupdatefound
793 getter pushManager 476 getter pushManager
794 getter scope 477 getter scope
795 method constructor 478 method constructor
796 method getNotifications 479 method getNotifications
797 method showNotification 480 method showNotification
798 method unregister 481 method unregister
799 method update 482 method update
800 setter onupdatefound 483 setter onupdatefound
801 interface Set
802 getter size
803 method add
804 method clear
805 method constructor
806 method delete
807 method entries
808 method forEach
809 method has
810 method keys
811 method values
812 interface String
813 attribute length
814 method anchor
815 method big
816 method blink
817 method bold
818 method charAt
819 method charCodeAt
820 method codePointAt
821 method concat
822 method constructor
823 method endsWith
824 method fixed
825 method fontcolor
826 method fontsize
827 method includes
828 method indexOf
829 method italics
830 method lastIndexOf
831 method link
832 method localeCompare
833 method match
834 method normalize
835 method repeat
836 method replace
837 method search
838 method slice
839 method small
840 method split
841 method startsWith
842 method strike
843 method sub
844 method substr
845 method substring
846 method sup
847 method toLocaleLowerCase
848 method toLocaleUpperCase
849 method toLowerCase
850 method toString
851 method toUpperCase
852 method trim
853 method trimLeft
854 method trimRight
855 method valueOf
856 interface SubtleCrypto 484 interface SubtleCrypto
857 method constructor 485 method constructor
858 method decrypt 486 method decrypt
859 method deriveBits 487 method deriveBits
860 method deriveKey 488 method deriveKey
861 method digest 489 method digest
862 method encrypt 490 method encrypt
863 method exportKey 491 method exportKey
864 method generateKey 492 method generateKey
865 method importKey 493 method importKey
866 method sign 494 method sign
867 method unwrapKey 495 method unwrapKey
868 method verify 496 method verify
869 method wrapKey 497 method wrapKey
870 interface Symbol
871 method constructor
872 method toString
873 method valueOf
874 interface SyntaxError
875 attribute name
876 method constructor
877 interface TextDecoder 498 interface TextDecoder
878 getter encoding 499 getter encoding
879 getter fatal 500 getter fatal
880 getter ignoreBOM 501 getter ignoreBOM
881 method constructor 502 method constructor
882 method decode 503 method decode
883 interface TextEncoder 504 interface TextEncoder
884 getter encoding 505 getter encoding
885 method constructor 506 method constructor
886 method encode 507 method encode
887 interface TypeError
888 attribute name
889 method constructor
890 interface URIError
891 attribute name
892 method constructor
893 interface URL 508 interface URL
894 getter hash 509 getter hash
895 getter host 510 getter host
896 getter hostname 511 getter hostname
897 getter href 512 getter href
898 getter origin 513 getter origin
899 getter password 514 getter password
900 getter pathname 515 getter pathname
901 getter port 516 getter port
902 getter protocol 517 getter protocol
903 getter search 518 getter search
904 getter username 519 getter username
905 method constructor 520 method constructor
906 method toString 521 method toString
907 setter hash 522 setter hash
908 setter host 523 setter host
909 setter hostname 524 setter hostname
910 setter href 525 setter href
911 setter password 526 setter password
912 setter pathname 527 setter pathname
913 setter port 528 setter port
914 setter protocol 529 setter protocol
915 setter search 530 setter search
916 setter username 531 setter username
917 interface Uint16Array
918 attribute BYTES_PER_ELEMENT
919 getter buffer
920 getter byteLength
921 getter byteOffset
922 getter length
923 method constructor
924 method copyWithin
925 method entries
926 method every
927 method fill
928 method filter
929 method find
930 method findIndex
931 method forEach
932 method indexOf
933 method join
934 method keys
935 method lastIndexOf
936 method map
937 method reduce
938 method reduceRight
939 method reverse
940 method set
941 method slice
942 method some
943 method sort
944 method subarray
945 method toLocaleString
946 method toString
947 method values
948 interface Uint32Array
949 attribute BYTES_PER_ELEMENT
950 getter buffer
951 getter byteLength
952 getter byteOffset
953 getter length
954 method constructor
955 method copyWithin
956 method entries
957 method every
958 method fill
959 method filter
960 method find
961 method findIndex
962 method forEach
963 method indexOf
964 method join
965 method keys
966 method lastIndexOf
967 method map
968 method reduce
969 method reduceRight
970 method reverse
971 method set
972 method slice
973 method some
974 method sort
975 method subarray
976 method toLocaleString
977 method toString
978 method values
979 interface Uint8Array
980 attribute BYTES_PER_ELEMENT
981 getter buffer
982 getter byteLength
983 getter byteOffset
984 getter length
985 method constructor
986 method copyWithin
987 method entries
988 method every
989 method fill
990 method filter
991 method find
992 method findIndex
993 method forEach
994 method indexOf
995 method join
996 method keys
997 method lastIndexOf
998 method map
999 method reduce
1000 method reduceRight
1001 method reverse
1002 method set
1003 method slice
1004 method some
1005 method sort
1006 method subarray
1007 method toLocaleString
1008 method toString
1009 method values
1010 interface Uint8ClampedArray
1011 attribute BYTES_PER_ELEMENT
1012 getter buffer
1013 getter byteLength
1014 getter byteOffset
1015 getter length
1016 method constructor
1017 method copyWithin
1018 method entries
1019 method every
1020 method fill
1021 method filter
1022 method find
1023 method findIndex
1024 method forEach
1025 method indexOf
1026 method join
1027 method keys
1028 method lastIndexOf
1029 method map
1030 method reduce
1031 method reduceRight
1032 method reverse
1033 method set
1034 method slice
1035 method some
1036 method sort
1037 method subarray
1038 method toLocaleString
1039 method toString
1040 method values
1041 interface WeakMap
1042 method constructor
1043 method delete
1044 method get
1045 method has
1046 method set
1047 interface WeakSet
1048 method add
1049 method constructor
1050 method delete
1051 method has
1052 interface WebSocket 532 interface WebSocket
1053 attribute CLOSED 533 attribute CLOSED
1054 attribute CLOSING 534 attribute CLOSING
1055 attribute CONNECTING 535 attribute CONNECTING
1056 attribute OPEN 536 attribute OPEN
1057 getter binaryType 537 getter binaryType
1058 getter bufferedAmount 538 getter bufferedAmount
1059 getter extensions 539 getter extensions
1060 getter onclose 540 getter onclose
1061 getter onerror 541 getter onerror
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
1217 method abort 697 method abort
1218 method constructor 698 method constructor
1219 method objectStore 699 method objectStore
1220 setter onabort 700 setter onabort
1221 setter oncomplete 701 setter oncomplete
1222 setter onerror 702 setter onerror
1223 This is a testharness.js-based test. 703 This is a testharness.js-based test.
1224 PASS Verify the interface of ServiceWorkerGlobalScope 704 PASS Verify the interface of ServiceWorkerGlobalScope
1225 Harness: the test ran to completion. 705 Harness: the test ran to completion.
1226 706
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698