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

Unified Diff: Source/core/frame/Settings.in

Issue 1246493002: Fix Resource Priorities and Scheduling (Blink Side) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Cleaned up Created 5 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: Source/core/frame/Settings.in
diff --git a/Source/core/frame/Settings.in b/Source/core/frame/Settings.in
index b7d16f24b280cd4eb2dadfda01c8f7a5af9c96c0..c94597c8dd3959aaf71482526cf05f0fbed48a04 100644
--- a/Source/core/frame/Settings.in
+++ b/Source/core/frame/Settings.in
@@ -355,3 +355,9 @@ textTrackTextSize type=String
lowPriorityIframes initial=false
reportWheelOverscroll initial=false
+
+# Selects the mode of operation for the resource fetching algorithms:
+# 0 = control
+# 1 = Lower priority of late-body scripts
+# 2 = Shuffle several resource priorities (attempt at optimal order)
+resourceFetchMode type=int, initial=0

Powered by Google App Engine
This is Rietveld 408576698