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

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

Issue 2102093002: ServiceWorker: Remove [Unforgeable] idl extended attribute. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 interface Blob 1 interface Blob
2 getter size 2 getter size
3 getter type 3 getter type
4 method constructor 4 method constructor
5 method slice 5 method slice
6 interface ByteLengthQueuingStrategy 6 interface ByteLengthQueuingStrategy
7 method constructor 7 method constructor
8 method size 8 method size
9 interface Cache 9 interface Cache
10 method add 10 method add
(...skipping 510 matching lines...) Expand 10 before | Expand all | Expand 10 after
521 getter url 521 getter url
522 method arrayBuffer 522 method arrayBuffer
523 method blob 523 method blob
524 method clone 524 method clone
525 method constructor 525 method constructor
526 method json 526 method json
527 method text 527 method text
528 interface ServiceWorkerGlobalScope : WorkerGlobalScope 528 interface ServiceWorkerGlobalScope : WorkerGlobalScope
529 method constructor 529 method constructor
530 interface ServiceWorkerRegistration : EventTarget 530 interface ServiceWorkerRegistration : EventTarget
531 getter active
532 getter installing
531 getter onupdatefound 533 getter onupdatefound
532 getter pushManager 534 getter pushManager
533 getter scope 535 getter scope
534 getter sync 536 getter sync
537 getter waiting
535 method constructor 538 method constructor
536 method getNotifications 539 method getNotifications
537 method showNotification 540 method showNotification
538 method unregister 541 method unregister
539 method update 542 method update
540 setter onupdatefound 543 setter onupdatefound
541 interface SubtleCrypto 544 interface SubtleCrypto
542 method constructor 545 method constructor
543 method decrypt 546 method decrypt
544 method deriveBits 547 method deriveBits
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
631 setter onerror 634 setter onerror
632 setter onmessage 635 setter onmessage
633 setter onopen 636 setter onopen
634 interface WindowClient : Client 637 interface WindowClient : Client
635 getter focused 638 getter focused
636 getter visibilityState 639 getter visibilityState
637 method constructor 640 method constructor
638 method focus 641 method focus
639 method navigate 642 method navigate
640 interface WorkerGlobalScope : EventTarget 643 interface WorkerGlobalScope : EventTarget
644 getter caches
641 getter crypto 645 getter crypto
642 getter indexedDB 646 getter indexedDB
643 getter location 647 getter location
644 getter navigator 648 getter navigator
645 getter onerror 649 getter onerror
646 getter onrejectionhandled 650 getter onrejectionhandled
647 getter onunhandledrejection 651 getter onunhandledrejection
648 getter performance 652 getter performance
649 getter self 653 getter self
650 getter webkitIndexedDB 654 getter webkitIndexedDB
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
783 getter onerror 787 getter onerror
784 method abort 788 method abort
785 method constructor 789 method constructor
786 method objectStore 790 method objectStore
787 setter onabort 791 setter onabort
788 setter oncomplete 792 setter oncomplete
789 setter onerror 793 setter onerror
790 global object 794 global object
791 attribute console 795 attribute console
792 attribute internals 796 attribute internals
793 getter caches
794 getter clients 797 getter clients
795 getter onactivate 798 getter onactivate
796 getter onfetch 799 getter onfetch
797 getter oninstall 800 getter oninstall
798 getter onmessage 801 getter onmessage
799 getter onnotificationclick 802 getter onnotificationclick
800 getter onnotificationclose 803 getter onnotificationclose
801 getter onpush 804 getter onpush
802 getter onsync 805 getter onsync
803 getter registration 806 getter registration
804 method fetch 807 method fetch
805 method gc 808 method gc
806 method skipWaiting 809 method skipWaiting
807 setter onactivate 810 setter onactivate
808 setter onfetch 811 setter onfetch
809 setter oninstall 812 setter oninstall
810 setter onmessage 813 setter onmessage
811 setter onnotificationclick 814 setter onnotificationclick
812 setter onnotificationclose 815 setter onnotificationclose
813 setter onpush 816 setter onpush
814 setter onsync 817 setter onsync
815 PASS Verify the interface of ServiceWorkerGlobalScope 818 PASS Verify the interface of ServiceWorkerGlobalScope
816 PASS successfullyParsed is true 819 PASS successfullyParsed is true
817 820
818 TEST COMPLETE 821 TEST COMPLETE
819 822
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698