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

Unified Diff: content/public/common/content_switches.cc

Issue 10917269: Use a single flag for enabling experimental WebKit features. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 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
« no previous file with comments | « content/public/common/content_switches.h ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index d6550cd33701b5cacd03c36ac17ee344361b2687..6f1ca1ce658b338e7b67058776590afaa76b59cf 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -254,18 +254,9 @@ const char kEnableAccessibilityLogging[] = "enable-accessibility-logging";
const char kEnableCompositingForFixedPosition[] =
"enable-fixed-position-compositing";
-// Enables CSS3 exclusions
-const char kEnableCssExclusions[] = "enable-css-exclusions";
-
-// Enables CSS3 regions
-const char kEnableCssRegions[] = "enable-css-regions";
-
// Enables CSS3 custom filters
const char kEnableCssShaders[] = "enable-css-shaders";
-// Enables CSS variables
-const char kEnableCssVariables[] = "enable-css-variables";
-
// Enables device motion events.
const char kEnableDeviceMotion[] = "enable-device-motion";
@@ -273,6 +264,10 @@ const char kEnableDeviceMotion[] = "enable-device-motion";
// incomplete and this flag is used for development and testing.
const char kEnableEncryptedMedia[] = "enable-encrypted-media";
+// Enables WebKit features that are in development.
+const char kEnableExperimentalWebKitFeatures[] =
+ "enable-experimental-webkit-features";
+
// Enables the fastback page cache.
const char kEnableFastback[] = "enable-fastback";
@@ -344,12 +339,6 @@ const char kEnableSandboxLogging[] = "enable-sandbox-logging";
// Enable the seccomp sandbox (Linux only)
const char kEnableSeccompSandbox[] = "enable-seccomp-sandbox";
-// Enable shadow DOM API
-const char kEnableShadowDOM[] = "enable-shadow-dom";
-
-// Enable <style scoped>
-const char kEnableStyleScoped[] = "enable-style-scoped";
-
// On platforms that support it, enables smooth scroll animation.
const char kEnableSmoothScrolling[] = "enable-smooth-scrolling";
« no previous file with comments | « content/public/common/content_switches.h ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698