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

Unified Diff: Source/core/testing/InternalSettings.h

Issue 279763002: Support a negation pseudo-class, :not(), in <content select> (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update Created 6 years, 7 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 | « Source/core/html/HTMLContentElement.cpp ('k') | Source/core/testing/InternalSettings.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/testing/InternalSettings.h
diff --git a/Source/core/testing/InternalSettings.h b/Source/core/testing/InternalSettings.h
index 10f30f658dfa946a19b3422952a0d0d4779e9195..68274b34c99f73a02f814873250a544fb252484d 100644
--- a/Source/core/testing/InternalSettings.h
+++ b/Source/core/testing/InternalSettings.h
@@ -70,6 +70,7 @@ public:
bool m_imagesEnabled;
String m_defaultVideoPosterURL;
bool m_originalLayerSquashingEnabled;
+ bool m_originalPseudoClassesInMatchingCriteriaInAuthorShadowTreesEnabled;
};
static PassRefPtrWillBeRawPtr<InternalSettings> create(Page& page)
@@ -116,6 +117,7 @@ public:
void setOverlayScrollbarsEnabled(bool);
void setStyleScopedEnabled(bool);
void setExperimentalContentSecurityPolicyFeaturesEnabled(bool);
+ void setPseudoClassesInMatchingCriteriaInAuthorShadowTreesEnabled(bool);
virtual void trace(Visitor*) OVERRIDE;
« no previous file with comments | « Source/core/html/HTMLContentElement.cpp ('k') | Source/core/testing/InternalSettings.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698