Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (224840 => 224841)
--- trunk/Source/_javascript_Core/ChangeLog 2017-11-14 21:26:48 UTC (rev 224840)
+++ trunk/Source/_javascript_Core/ChangeLog 2017-11-14 21:30:07 UTC (rev 224841)
@@ -1,3 +1,15 @@
+2017-11-14 Daniel Bates <[email protected]>
+
+ Update comment in FeatureDefines.xcconfig to reflect location of Visual Studio property files
+ for feature defines
+
+ Following r195498 and r201917 the Visual Studio property files for feature defines have
+ moved from directory WebKitLibraries/win/tools/vsprops to directory Source/cmake/tools/vsprops.
+ Update the comment in FeatureDefines.xcconfig to reflect the new location and names of these
+ files.
+
+ * Configurations/FeatureDefines.xcconfig:
+
2017-11-14 Mark Lam <[email protected]>
Remove JSDollarVMPrototype.
Modified: trunk/Source/_javascript_Core/Configurations/FeatureDefines.xcconfig (224840 => 224841)
--- trunk/Source/_javascript_Core/Configurations/FeatureDefines.xcconfig 2017-11-14 21:26:48 UTC (rev 224840)
+++ trunk/Source/_javascript_Core/Configurations/FeatureDefines.xcconfig 2017-11-14 21:30:07 UTC (rev 224841)
@@ -26,8 +26,8 @@
// WebCore, WebKitLegacy and WebKit. Also the default values of the ENABLE_FEATURE_NAME macros in
// build-webkit should match the values below, but they do not need to be in the same order.
-// Keep this list of features (not enabled/disabled state) in sync with FeatureDefines.vsprops
-// and FeatureDefinesCairo.vsprops in WebKitLibraries/win/tools/vsprops.
+// Keep this list of features (not enabled/disabled state) in sync with FeatureDefines.props
+// and FeatureDefinesCairo.props in Source/cmake/tools/vsprops.
// Set any ENABLE_FEATURE_NAME macro to an empty string to disable that feature.
Modified: trunk/Source/WebCore/ChangeLog (224840 => 224841)
--- trunk/Source/WebCore/ChangeLog 2017-11-14 21:26:48 UTC (rev 224840)
+++ trunk/Source/WebCore/ChangeLog 2017-11-14 21:30:07 UTC (rev 224841)
@@ -1,3 +1,15 @@
+2017-11-14 Daniel Bates <[email protected]>
+
+ Update comment in FeatureDefines.xcconfig to reflect location of Visual Studio property files
+ for feature defines
+
+ Following r195498 and r201917 the Visual Studio property files for feature defines have
+ moved from directory WebKitLibraries/win/tools/vsprops to directory Source/cmake/tools/vsprops.
+ Update the comment in FeatureDefines.xcconfig to reflect the new location and names of these
+ files.
+
+ * Configurations/FeatureDefines.xcconfig:
+
2017-11-14 Antti Koivisto <[email protected]>
Remove StyleResolver::State::document()
Modified: trunk/Source/WebCore/Configurations/FeatureDefines.xcconfig (224840 => 224841)
--- trunk/Source/WebCore/Configurations/FeatureDefines.xcconfig 2017-11-14 21:26:48 UTC (rev 224840)
+++ trunk/Source/WebCore/Configurations/FeatureDefines.xcconfig 2017-11-14 21:30:07 UTC (rev 224841)
@@ -26,8 +26,8 @@
// WebCore, WebKitLegacy and WebKit. Also the default values of the ENABLE_FEATURE_NAME macros in
// build-webkit should match the values below, but they do not need to be in the same order.
-// Keep this list of features (not enabled/disabled state) in sync with FeatureDefines.vsprops
-// and FeatureDefinesCairo.vsprops in WebKitLibraries/win/tools/vsprops.
+// Keep this list of features (not enabled/disabled state) in sync with FeatureDefines.props
+// and FeatureDefinesCairo.props in Source/cmake/tools/vsprops.
// Set any ENABLE_FEATURE_NAME macro to an empty string to disable that feature.
Modified: trunk/Source/WebCore/PAL/ChangeLog (224840 => 224841)
--- trunk/Source/WebCore/PAL/ChangeLog 2017-11-14 21:26:48 UTC (rev 224840)
+++ trunk/Source/WebCore/PAL/ChangeLog 2017-11-14 21:30:07 UTC (rev 224841)
@@ -1,3 +1,15 @@
+2017-11-14 Daniel Bates <[email protected]>
+
+ Update comment in FeatureDefines.xcconfig to reflect location of Visual Studio property files
+ for feature defines
+
+ Following r195498 and r201917 the Visual Studio property files for feature defines have
+ moved from directory WebKitLibraries/win/tools/vsprops to directory Source/cmake/tools/vsprops.
+ Update the comment in FeatureDefines.xcconfig to reflect the new location and names of these
+ files.
+
+ * Configurations/FeatureDefines.xcconfig:
+
2017-11-08 Keith Miller <[email protected]>
Async iteration should only fetch the next method once and add feature flag
Modified: trunk/Source/WebCore/PAL/Configurations/FeatureDefines.xcconfig (224840 => 224841)
--- trunk/Source/WebCore/PAL/Configurations/FeatureDefines.xcconfig 2017-11-14 21:26:48 UTC (rev 224840)
+++ trunk/Source/WebCore/PAL/Configurations/FeatureDefines.xcconfig 2017-11-14 21:30:07 UTC (rev 224841)
@@ -26,8 +26,8 @@
// WebCore, WebKitLegacy and WebKit. Also the default values of the ENABLE_FEATURE_NAME macros in
// build-webkit should match the values below, but they do not need to be in the same order.
-// Keep this list of features (not enabled/disabled state) in sync with FeatureDefines.vsprops
-// and FeatureDefinesCairo.vsprops in WebKitLibraries/win/tools/vsprops.
+// Keep this list of features (not enabled/disabled state) in sync with FeatureDefines.props
+// and FeatureDefinesCairo.props in Source/cmake/tools/vsprops.
// Set any ENABLE_FEATURE_NAME macro to an empty string to disable that feature.
Modified: trunk/Source/WebKit/ChangeLog (224840 => 224841)
--- trunk/Source/WebKit/ChangeLog 2017-11-14 21:26:48 UTC (rev 224840)
+++ trunk/Source/WebKit/ChangeLog 2017-11-14 21:30:07 UTC (rev 224841)
@@ -1,3 +1,15 @@
+2017-11-14 Daniel Bates <[email protected]>
+
+ Update comment in FeatureDefines.xcconfig to reflect location of Visual Studio property files
+ for feature defines
+
+ Following r195498 and r201917 the Visual Studio property files for feature defines have
+ moved from directory WebKitLibraries/win/tools/vsprops to directory Source/cmake/tools/vsprops.
+ Update the comment in FeatureDefines.xcconfig to reflect the new location and names of these
+ files.
+
+ * Configurations/FeatureDefines.xcconfig:
+
2017-11-14 Brent Fulgham <[email protected]>
Whitelist some IOKIt properties to avoid sandbox violations on YouTube
Modified: trunk/Source/WebKit/Configurations/FeatureDefines.xcconfig (224840 => 224841)
--- trunk/Source/WebKit/Configurations/FeatureDefines.xcconfig 2017-11-14 21:26:48 UTC (rev 224840)
+++ trunk/Source/WebKit/Configurations/FeatureDefines.xcconfig 2017-11-14 21:30:07 UTC (rev 224841)
@@ -26,8 +26,8 @@
// WebCore, WebKitLegacy and WebKit. Also the default values of the ENABLE_FEATURE_NAME macros in
// build-webkit should match the values below, but they do not need to be in the same order.
-// Keep this list of features (not enabled/disabled state) in sync with FeatureDefines.vsprops
-// and FeatureDefinesCairo.vsprops in WebKitLibraries/win/tools/vsprops.
+// Keep this list of features (not enabled/disabled state) in sync with FeatureDefines.props
+// and FeatureDefinesCairo.props in Source/cmake/tools/vsprops.
// Set any ENABLE_FEATURE_NAME macro to an empty string to disable that feature.
Modified: trunk/Source/WebKitLegacy/mac/ChangeLog (224840 => 224841)
--- trunk/Source/WebKitLegacy/mac/ChangeLog 2017-11-14 21:26:48 UTC (rev 224840)
+++ trunk/Source/WebKitLegacy/mac/ChangeLog 2017-11-14 21:30:07 UTC (rev 224841)
@@ -1,3 +1,15 @@
+2017-11-14 Daniel Bates <[email protected]>
+
+ Update comment in FeatureDefines.xcconfig to reflect location of Visual Studio property files
+ for feature defines
+
+ Following r195498 and r201917 the Visual Studio property files for feature defines have
+ moved from directory WebKitLibraries/win/tools/vsprops to directory Source/cmake/tools/vsprops.
+ Update the comment in FeatureDefines.xcconfig to reflect the new location and names of these
+ files.
+
+ * Configurations/FeatureDefines.xcconfig:
+
2017-11-14 Jer Noble <[email protected]>
Enable Modern EME tests in DumpRenderTree
Modified: trunk/Source/WebKitLegacy/mac/Configurations/FeatureDefines.xcconfig (224840 => 224841)
--- trunk/Source/WebKitLegacy/mac/Configurations/FeatureDefines.xcconfig 2017-11-14 21:26:48 UTC (rev 224840)
+++ trunk/Source/WebKitLegacy/mac/Configurations/FeatureDefines.xcconfig 2017-11-14 21:30:07 UTC (rev 224841)
@@ -26,8 +26,8 @@
// WebCore, WebKitLegacy and WebKit. Also the default values of the ENABLE_FEATURE_NAME macros in
// build-webkit should match the values below, but they do not need to be in the same order.
-// Keep this list of features (not enabled/disabled state) in sync with FeatureDefines.vsprops
-// and FeatureDefinesCairo.vsprops in WebKitLibraries/win/tools/vsprops.
+// Keep this list of features (not enabled/disabled state) in sync with FeatureDefines.props
+// and FeatureDefinesCairo.props in Source/cmake/tools/vsprops.
// Set any ENABLE_FEATURE_NAME macro to an empty string to disable that feature.
Modified: trunk/Tools/ChangeLog (224840 => 224841)
--- trunk/Tools/ChangeLog 2017-11-14 21:26:48 UTC (rev 224840)
+++ trunk/Tools/ChangeLog 2017-11-14 21:30:07 UTC (rev 224841)
@@ -1,3 +1,15 @@
+2017-11-14 Daniel Bates <[email protected]>
+
+ Update comment in FeatureDefines.xcconfig to reflect location of Visual Studio property files
+ for feature defines
+
+ Following r195498 and r201917 the Visual Studio property files for feature defines have
+ moved from directory WebKitLibraries/win/tools/vsprops to directory Source/cmake/tools/vsprops.
+ Update the comment in FeatureDefines.xcconfig to reflect the new location and names of these
+ files.
+
+ * TestWebKitAPI/Configurations/FeatureDefines.xcconfig:
+
2017-11-14 Jer Noble <[email protected]>
Enable Modern EME tests in DumpRenderTree
Modified: trunk/Tools/TestWebKitAPI/Configurations/FeatureDefines.xcconfig (224840 => 224841)
--- trunk/Tools/TestWebKitAPI/Configurations/FeatureDefines.xcconfig 2017-11-14 21:26:48 UTC (rev 224840)
+++ trunk/Tools/TestWebKitAPI/Configurations/FeatureDefines.xcconfig 2017-11-14 21:30:07 UTC (rev 224841)
@@ -26,8 +26,8 @@
// WebCore, WebKitLegacy and WebKit. Also the default values of the ENABLE_FEATURE_NAME macros in
// build-webkit should match the values below, but they do not need to be in the same order.
-// Keep this list of features (not enabled/disabled state) in sync with FeatureDefines.vsprops
-// and FeatureDefinesCairo.vsprops in WebKitLibraries/win/tools/vsprops.
+// Keep this list of features (not enabled/disabled state) in sync with FeatureDefines.props
+// and FeatureDefinesCairo.props in Source/cmake/tools/vsprops.
// Set any ENABLE_FEATURE_NAME macro to an empty string to disable that feature.