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

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

Issue 1970003004: Worker: Move close() from WorkerGlobalScope to derived interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add const Created 4 years, 7 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 Cache 6 interface Cache
7 method add 7 method add
8 method addAll 8 method addAll
9 method constructor 9 method constructor
10 method delete 10 method delete
(...skipping 620 matching lines...) Expand 10 before | Expand all | Expand 10 after
631 getter onerror 631 getter onerror
632 getter onrejectionhandled 632 getter onrejectionhandled
633 getter onunhandledrejection 633 getter onunhandledrejection
634 getter performance 634 getter performance
635 getter self 635 getter self
636 getter webkitIndexedDB 636 getter webkitIndexedDB
637 method atob 637 method atob
638 method btoa 638 method btoa
639 method clearInterval 639 method clearInterval
640 method clearTimeout 640 method clearTimeout
641 method close
642 method constructor 641 method constructor
643 method createImageBitmap 642 method createImageBitmap
644 method fetch 643 method fetch
645 method importScripts 644 method importScripts
646 method setInterval 645 method setInterval
647 method setTimeout 646 method setTimeout
648 setter onerror 647 setter onerror
649 setter onrejectionhandled 648 setter onrejectionhandled
650 setter onunhandledrejection 649 setter onunhandledrejection
651 interface WorkerLocation 650 interface WorkerLocation
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
781 getter clients 780 getter clients
782 getter onactivate 781 getter onactivate
783 getter onfetch 782 getter onfetch
784 getter oninstall 783 getter oninstall
785 getter onmessage 784 getter onmessage
786 getter onnotificationclick 785 getter onnotificationclick
787 getter onnotificationclose 786 getter onnotificationclose
788 getter onpush 787 getter onpush
789 getter onsync 788 getter onsync
790 getter registration 789 getter registration
791 method close
792 method fetch 790 method fetch
793 method gc 791 method gc
794 method skipWaiting 792 method skipWaiting
795 setter onactivate 793 setter onactivate
796 setter onfetch 794 setter onfetch
797 setter oninstall 795 setter oninstall
798 setter onmessage 796 setter onmessage
799 setter onnotificationclick 797 setter onnotificationclick
800 setter onnotificationclose 798 setter onnotificationclose
801 setter onpush 799 setter onpush
802 setter onsync 800 setter onsync
803 This is a testharness.js-based test. 801 This is a testharness.js-based test.
804 PASS Verify the interface of ServiceWorkerGlobalScope 802 PASS Verify the interface of ServiceWorkerGlobalScope
805 Harness: the test ran to completion. 803 Harness: the test ran to completion.
806 804
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698