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

Unified Diff: Source/core/page/RuntimeEnabledFeatures.in

Issue 23861003: Enable srcset support in HTMLImageElement (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rewrote HTMLSrcsetParser, making it more efficient and readable. Addressed abarth's review comments. Created 7 years, 3 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/page/RuntimeEnabledFeatures.in
diff --git a/Source/core/page/RuntimeEnabledFeatures.in b/Source/core/page/RuntimeEnabledFeatures.in
index d2ea2203b0d5d4c0f067af1d297fcda7f8d8baed..eeb5694903ea2cc86e46b7f51a790eaf24900f82 100644
--- a/Source/core/page/RuntimeEnabledFeatures.in
+++ b/Source/core/page/RuntimeEnabledFeatures.in
@@ -84,6 +84,7 @@ ShadowDOM status=experimental
SharedWorker custom
SpeechInput status=stable
SpeechSynthesis status=experimental
+Srcset status=experimental
Stream status=experimental
StyleScoped status=experimental
SubpixelFontScaling

Powered by Google App Engine
This is Rietveld 408576698