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

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

Issue 1236003004: blink: permissions: add plumbing to request permissions (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@permissions
Patch Set: Rebase 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
OLDNEW
1 interface Array 1 interface Array
2 attribute length 2 attribute length
3 method concat 3 method concat
4 method constructor 4 method constructor
5 method copyWithin 5 method copyWithin
6 method entries 6 method entries
7 method every 7 method every
8 method fill 8 method fill
9 method filter 9 method filter
10 method find 10 method find
(...skipping 734 matching lines...) Expand 10 before | Expand all | Expand 10 after
745 method unregister 745 method unregister
746 interface PermissionStatus 746 interface PermissionStatus
747 getter onchange 747 getter onchange
748 getter state 748 getter state
749 getter status 749 getter status
750 method constructor 750 method constructor
751 setter onchange 751 setter onchange
752 interface Permissions 752 interface Permissions
753 method constructor 753 method constructor
754 method query 754 method query
755 method request
755 method revoke 756 method revoke
756 interface Promise 757 interface Promise
757 method catch 758 method catch
758 method chain 759 method chain
759 method constructor 760 method constructor
760 method then 761 method then
761 interface PromiseRejectionEvent 762 interface PromiseRejectionEvent
762 getter promise 763 getter promise
763 getter reason 764 getter reason
764 method constructor 765 method constructor
(...skipping 589 matching lines...) Expand 10 before | Expand all | Expand 10 after
1354 method abort 1355 method abort
1355 method constructor 1356 method constructor
1356 method objectStore 1357 method objectStore
1357 setter onabort 1358 setter onabort
1358 setter oncomplete 1359 setter oncomplete
1359 setter onerror 1360 setter onerror
1360 This is a testharness.js-based test. 1361 This is a testharness.js-based test.
1361 PASS Verify the interface of ServiceWorkerGlobalScope 1362 PASS Verify the interface of ServiceWorkerGlobalScope
1362 Harness: the test ran to completion. 1363 Harness: the test ran to completion.
1363 1364
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698