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

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

Issue 2423683002: Add Blink support for showing image placeholders using range requests. (Closed)
Patch Set: Addressed comments and fixed bugs Created 4 years, 2 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/Source/core/frame/Settings.in
diff --git a/third_party/WebKit/Source/core/frame/Settings.in b/third_party/WebKit/Source/core/frame/Settings.in
index 198c3a53fa8b4fccf412ada6d71133d165fa1853..4cc5b14a3f46ac2d45ae12655c624e53eca32743 100644
--- a/third_party/WebKit/Source/core/frame/Settings.in
+++ b/third_party/WebKit/Source/core/frame/Settings.in
@@ -432,4 +432,7 @@ hideScrollbars initial=false
# Spellchecking is enabled by default for elements that do not specify it explicitly
# using the "spellcheck" attribute.
-spellCheckEnabledByDefault initial=true
+spellCheckEnabledByDefault initial=true
+
+# Whether or not to issue range requests for images and show placeholders.
+fetchImagePlaceholders initial=false

Powered by Google App Engine
This is Rietveld 408576698