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

Unified Diff: android_webview/tools/system_webview_shell/test/data/webexposed/global-interface-listing-expected.txt

Issue 2771823002: Implement updateViaCache flag and no-cache by default for main service worker scripts
Patch Set: change useCache to updateViaCache Created 3 years, 6 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
« no previous file with comments | « no previous file | chrome/browser/DEPS » ('j') | content/browser/service_worker/link_header_support.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/tools/system_webview_shell/test/data/webexposed/global-interface-listing-expected.txt
diff --git a/android_webview/tools/system_webview_shell/test/data/webexposed/global-interface-listing-expected.txt b/android_webview/tools/system_webview_shell/test/data/webexposed/global-interface-listing-expected.txt
index f29be242022a9c98bdb30b843deb98a9ff194da1..855491780141794c65bdf5e3a2c40daa00737f35 100644
--- a/android_webview/tools/system_webview_shell/test/data/webexposed/global-interface-listing-expected.txt
+++ b/android_webview/tools/system_webview_shell/test/data/webexposed/global-interface-listing-expected.txt
@@ -1950,6 +1950,7 @@ interface HTMLLinkElement : HTMLElement
getter sizes
getter target
getter type
+ getter useCache
nhiroki 2017/06/21 14:08:35 s/useCache/updateViaCache/
yuryu 2017/07/20 10:15:12 Done.
method constructor
setter as
setter charset
@@ -1965,6 +1966,7 @@ interface HTMLLinkElement : HTMLElement
setter sizes
setter target
setter type
+ setter useCache
interface HTMLMapElement : HTMLElement
getter areas
getter name
@@ -4414,6 +4416,7 @@ interface ServiceWorkerRegistration : EventTarget
getter onupdatefound
getter scope
getter sync
+ getter useCache
method constructor
method unregister
method update
« no previous file with comments | « no previous file | chrome/browser/DEPS » ('j') | content/browser/service_worker/link_header_support.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698