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

Unified Diff: Source/platform/RuntimeEnabledFeatures.in

Issue 778003003: List marker pseudo elements. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years 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 6601ec8b516f667f9a6becbae471fb8ebafb7f9a..48636c3b590e95e9a21ce69bda426b628772d44c 100644
--- a/Source/platform/RuntimeEnabledFeatures.in
+++ b/Source/platform/RuntimeEnabledFeatures.in
@@ -130,7 +130,7 @@ TextBlob
ThreadedParserDataReceiver status=experimental
// 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
@@ -145,3 +145,5 @@ WebVTTRegions depends_on=Media, status=experimental
V8IdleTasks
XSLT status=stable
SVG1DOM status=stable
+
+ListMarkerPseudoElement

Powered by Google App Engine
This is Rietveld 408576698