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

Unified Diff: Source/platform/RuntimeEnabledFeatures.in

Issue 1031493002: Add "StaleWhileRevalidateCacheControl" runtime flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 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 | Source/web/WebRuntimeFeatures.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/RuntimeEnabledFeatures.in
diff --git a/Source/platform/RuntimeEnabledFeatures.in b/Source/platform/RuntimeEnabledFeatures.in
index 672223f05960a7a8e1366453dd0140a7cc4ac965..8efb9134ac6bc0612a699955977f56f87ed840f7 100644
--- a/Source/platform/RuntimeEnabledFeatures.in
+++ b/Source/platform/RuntimeEnabledFeatures.in
@@ -142,6 +142,7 @@ SharedWorker status=stable
SlimmingPaint
SlimmingPaintCompositorLayerization
SlimmingPaintUnderInvalidationChecking depends_on=SlimmingPaint
+StaleWhileRevalidate
yhirano 2015/03/23 04:09:43 It's OK to add status=test if you want to enable t
Adam Rice 2015/03/26 12:28:55 We want the flag to be synchronised between the br
yhirano 2015/03/27 07:09:00 Does it mean you are fine with PS1?
// Do not turn this flag into stable, because many interfaces that should not
// be shipped would be enabled. Instead, remove the flag from the shipping
// interface.
« no previous file with comments | « no previous file | Source/web/WebRuntimeFeatures.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698