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

Unified Diff: third_party/WebKit/LayoutTests/virtual/stable/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/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 7f808ff2b0a6292aadcdd2bbea5290074a15e75a..a46853e590cedbbc098189cc92f13d662fcff189 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
@@ -591,8 +591,6 @@ interface WindowClient : Client
method focus
method navigate
interface WorkerGlobalScope : EventTarget
- attribute PERSISTENT
- attribute TEMPORARY
getter console
getter crypto
getter indexedDB
@@ -615,10 +613,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