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

Unified Diff: Source/platform/RuntimeEnabledFeatures.in

Issue 778003003: List marker pseudo elements. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 11 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/platform/RuntimeEnabledFeatures.in
diff --git a/Source/platform/RuntimeEnabledFeatures.in b/Source/platform/RuntimeEnabledFeatures.in
index e545f7b728433c013dfb65a03902afbcfadf72fb..c78e77f9346440f5d2f42e9974f1bfdb7c622d64 100644
--- a/Source/platform/RuntimeEnabledFeatures.in
+++ b/Source/platform/RuntimeEnabledFeatures.in
@@ -139,7 +139,7 @@ TextBlob
ThreadedParserDataReceiver
// Many websites disable mouse support when touch APIs are available. We'd
// like to enable this always but can't until more websites fix this bug.
-// Chromium sets this conditionally (eg. based on the presence of a
+// Chromium sets this conditionally (eg. based on the presence of aq
// touchscreen) in ApplyWebPreferences.
Touch status=stable
TouchIconLoading
@@ -154,3 +154,5 @@ WebVTTRegions depends_on=Media, status=experimental
V8IdleTasks
XSLT status=stable
SVG1DOM status=stable
+
+ListMarkerPseudoElement

Powered by Google App Engine
This is Rietveld 408576698