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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt

Issue 1667213002: Don't expose nonstandard FileSystem API to Service Workers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@work-bind
Patch Set: virtual/stable rebaselines Created 4 years, 10 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/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt b/third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
index 0413ea19d1208abe3dd0ff4a8decaf5b9879d2e1..853788677e956dbb33a53208f4c0b08768a0b2dc 100644
--- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
@@ -694,8 +694,6 @@ interface WindowClient : Client
method focus
method navigate
interface WorkerGlobalScope : EventTarget
- attribute PERSISTENT
- attribute TEMPORARY
getter console
getter crypto
getter indexedDB
@@ -718,10 +716,6 @@ interface WorkerGlobalScope : EventTarget
method importScripts
method setInterval
method setTimeout
- method webkitRequestFileSystem
- method webkitRequestFileSystemSync
- method webkitResolveLocalFileSystemSyncURL
- method webkitResolveLocalFileSystemURL
setter console
setter onerror
setter onrejectionhandled

Powered by Google App Engine
This is Rietveld 408576698