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

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

Issue 27750002: Add navigator.maxTouchPoints (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 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: Source/core/page/RuntimeEnabledFeatures.in
diff --git a/Source/core/page/RuntimeEnabledFeatures.in b/Source/core/page/RuntimeEnabledFeatures.in
index bec7f6c073197eefd89471c740823b414e89c5ca..d4e97386b41edea233e5d6d5134cc33ff267b1fe 100644
--- a/Source/core/page/RuntimeEnabledFeatures.in
+++ b/Source/core/page/RuntimeEnabledFeatures.in
@@ -78,6 +78,10 @@ PagePopup status=stable
PartialLayout status=experimental
PathOpsSVGClipping
PeerConnection depends_on=MediaStream, status=stable
+// Implementation of this feature varies by platform for now.
+// Bug to track removal once completed everywhere:
+// http://crbug.com/308649
+PointerEventsMaxTouchPoints status=experimental
ProgrammaticScrollNotifications status=test
Promise status=experimental
Quota status=stable

Powered by Google App Engine
This is Rietveld 408576698