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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/virtual/stable/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/stable/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt b/third_party/WebKit/LayoutTests/virtual/stable/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
index 30f2abfc7c5fd90b074e6724969102d902c7b113..5c20efcaecc3e2d1ffab56189b3f4607978dcc6f 100644
--- a/third_party/WebKit/LayoutTests/virtual/stable/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
+++ b/third_party/WebKit/LayoutTests/virtual/stable/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
@@ -528,10 +528,13 @@ interface Response
interface ServiceWorkerGlobalScope : WorkerGlobalScope
method constructor
interface ServiceWorkerRegistration : EventTarget
+ getter active
+ getter installing
getter onupdatefound
getter pushManager
getter scope
getter sync
+ getter waiting
method constructor
method getNotifications
method showNotification
@@ -638,6 +641,7 @@ interface WindowClient : Client
method focus
method navigate
interface WorkerGlobalScope : EventTarget
+ getter caches
getter crypto
getter indexedDB
getter location
@@ -790,7 +794,6 @@ interface webkitIDBTransaction : EventTarget
global object
attribute console
attribute internals
- getter caches
getter clients
getter onactivate
getter onfetch

Powered by Google App Engine
This is Rietveld 408576698