https://bugs.webkit.org/show_bug.cgi?id=87519
Reviewed by Timothy Horton.
* win/tools/vsprops/FeatureDefines.vsprops:
* platform/win/TestExpectations:
* bindings/generic/RuntimeEnabledFeatures.cpp:
(WebCore):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@146816
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2013-03-25 Roger Fong <roger_fong@apple.com>
+
+ Enable CSS_REGIONS and CSS_EXCLUSIONS tests on Windows.
+ https://bugs.webkit.org/show_bug.cgi?id=87519
+
+ Reviewed by Timothy Horton.
+
+ * platform/win/TestExpectations:
+
2013-03-25 Dana Jansens <danakj@chromium.org>
Don't use video to trigger compositing for layout tests
fast/xpath/xpath-template-element.html
fast/xsl/xslt-processor-template.html
-# CSS Regions support not yet enabled. http://webkit.org/b/57312
-fast/regions
-
-# CSS Exclusions support not yet enabled. http://webkit.org/b/57311
-fast/exclusions
-
# Causes a SyntaxError (http://webkit.org/b/62595).
fast/workers/worker-crash-with-invalid-location.html
+2013-03-25 Roger Fong <roger_fong@apple.com>
+
+ Enable CSS_REGIONS and CSS_EXCLUSIONS.
+ https://bugs.webkit.org/show_bug.cgi?id=87519
+
+ Reviewed by Timothy Horton.
+
+ * bindings/generic/RuntimeEnabledFeatures.cpp:
+ (WebCore):
+
2013-03-25 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
Remove unused code from Frame class destructor
bool RuntimeEnabledFeatures::isDeviceOrientationEnabled = true;
bool RuntimeEnabledFeatures::isSpeechInputEnabled = true;
bool RuntimeEnabledFeatures::isCanvasPathEnabled = false;
-bool RuntimeEnabledFeatures::isCSSExclusionsEnabled = false;
-bool RuntimeEnabledFeatures::isCSSRegionsEnabled = false;
+bool RuntimeEnabledFeatures::isCSSExclusionsEnabled = true;
+bool RuntimeEnabledFeatures::isCSSRegionsEnabled = true;
bool RuntimeEnabledFeatures::isCSSCompositingEnabled = false;
bool RuntimeEnabledFeatures::isLangAttributeAwareFormControlUIEnabled = false;
+2013-03-25 Roger Fong <roger_fong@apple.com>
+
+ Enable CSS_REGIONS and CSS_EXCLUSIONS.
+ https://bugs.webkit.org/show_bug.cgi?id=87519
+
+ Reviewed by Timothy Horton.
+
+ * win/tools/vsprops/FeatureDefines.vsprops:
+
2013-03-21 Roger Fong <roger_fong@apple.com>
Unreviewed. Move common props files for VS2010 solution to WebKitLibraries folder and update all projects accordingly.
/>
<UserMacro
Name="ENABLE_CSS_EXCLUSIONS"
- Value=""
+ Value="ENABLE_CSS_EXCLUSIONS"
PerformEnvironmentSet="true"
/>
<UserMacro