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

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

Issue 1234023002: blink: permissions: add plumbing to revoke permissions (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 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
« no previous file with comments | « no previous file | LayoutTests/webexposed/global-interface-listing-dedicated-worker-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 737 matching lines...) Expand 10 before | Expand all | Expand 10 after
748 method unregister 748 method unregister
749 interface PermissionStatus 749 interface PermissionStatus
750 getter onchange 750 getter onchange
751 getter state 751 getter state
752 getter status 752 getter status
753 method constructor 753 method constructor
754 setter onchange 754 setter onchange
755 interface Permissions 755 interface Permissions
756 method constructor 756 method constructor
757 method query 757 method query
758 method revoke
758 interface Promise 759 interface Promise
759 method catch 760 method catch
760 method chain 761 method chain
761 method constructor 762 method constructor
762 method then 763 method then
763 interface PromiseRejectionEvent 764 interface PromiseRejectionEvent
764 getter promise 765 getter promise
765 getter reason 766 getter reason
766 method constructor 767 method constructor
767 interface PushEvent 768 interface PushEvent
(...skipping 599 matching lines...) Expand 10 before | Expand all | Expand 10 after
1367 method abort 1368 method abort
1368 method constructor 1369 method constructor
1369 method objectStore 1370 method objectStore
1370 setter onabort 1371 setter onabort
1371 setter oncomplete 1372 setter oncomplete
1372 setter onerror 1373 setter onerror
1373 This is a testharness.js-based test. 1374 This is a testharness.js-based test.
1374 PASS Verify the interface of ServiceWorkerGlobalScope 1375 PASS Verify the interface of ServiceWorkerGlobalScope
1375 Harness: the test ran to completion. 1376 Harness: the test ran to completion.
1376 1377
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/webexposed/global-interface-listing-dedicated-worker-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698