Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (227214 => 227215)
--- trunk/Source/_javascript_Core/ChangeLog 2018-01-19 18:32:00 UTC (rev 227214)
+++ trunk/Source/_javascript_Core/ChangeLog 2018-01-19 18:33:52 UTC (rev 227215)
@@ -1,3 +1,12 @@
+2018-01-19 Keith Miller <[email protected]>
+
+ HaveInternalSDK includes should be "#include?"
+ https://bugs.webkit.org/show_bug.cgi?id=179670
+
+ Reviewed by Dan Bernstein.
+
+ * Configurations/Base.xcconfig:
+
2018-01-18 JF Bastien <[email protected]>
Set the minimum executable allocator size properly
Modified: trunk/Source/_javascript_Core/Configurations/Base.xcconfig (227214 => 227215)
--- trunk/Source/_javascript_Core/Configurations/Base.xcconfig 2018-01-19 18:32:00 UTC (rev 227214)
+++ trunk/Source/_javascript_Core/Configurations/Base.xcconfig 2018-01-19 18:33:52 UTC (rev 227215)
@@ -21,7 +21,7 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-#include "../../../../Internal/Configurations/HaveInternalSDK.xcconfig"
+#include? "../../../../Internal/Configurations/HaveInternalSDK.xcconfig"
USE_INTERNAL_SDK = $(USE_INTERNAL_SDK_$(CONFIGURATION));
USE_INTERNAL_SDK_Production = YES;
Modified: trunk/Source/WTF/ChangeLog (227214 => 227215)
--- trunk/Source/WTF/ChangeLog 2018-01-19 18:32:00 UTC (rev 227214)
+++ trunk/Source/WTF/ChangeLog 2018-01-19 18:33:52 UTC (rev 227215)
@@ -1,3 +1,12 @@
+2018-01-19 Keith Miller <[email protected]>
+
+ HaveInternalSDK includes should be "#include?"
+ https://bugs.webkit.org/show_bug.cgi?id=179670
+
+ Reviewed by Dan Bernstein.
+
+ * Configurations/Base.xcconfig:
+
2018-01-19 Alexey Proskuryakov <[email protected]>
Update XPCSPI.h
Modified: trunk/Source/WTF/Configurations/Base.xcconfig (227214 => 227215)
--- trunk/Source/WTF/Configurations/Base.xcconfig 2018-01-19 18:32:00 UTC (rev 227214)
+++ trunk/Source/WTF/Configurations/Base.xcconfig 2018-01-19 18:33:52 UTC (rev 227215)
@@ -21,7 +21,7 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-#include "../../../../Internal/Configurations/HaveInternalSDK.xcconfig"
+#include? "../../../../Internal/Configurations/HaveInternalSDK.xcconfig"
USE_INTERNAL_SDK = $(USE_INTERNAL_SDK_$(CONFIGURATION));
USE_INTERNAL_SDK_Production = YES;
Modified: trunk/Source/WebCore/ChangeLog (227214 => 227215)
--- trunk/Source/WebCore/ChangeLog 2018-01-19 18:32:00 UTC (rev 227214)
+++ trunk/Source/WebCore/ChangeLog 2018-01-19 18:33:52 UTC (rev 227215)
@@ -1,3 +1,12 @@
+2018-01-19 Keith Miller <[email protected]>
+
+ HaveInternalSDK includes should be "#include?"
+ https://bugs.webkit.org/show_bug.cgi?id=179670
+
+ Reviewed by Dan Bernstein.
+
+ * Configurations/Base.xcconfig:
+
2018-01-19 Daniel Bates <[email protected]>
Fix misspelling; substitute willDetachRenderer for willDetatchRenderer.
Modified: trunk/Source/WebCore/Configurations/Base.xcconfig (227214 => 227215)
--- trunk/Source/WebCore/Configurations/Base.xcconfig 2018-01-19 18:32:00 UTC (rev 227214)
+++ trunk/Source/WebCore/Configurations/Base.xcconfig 2018-01-19 18:33:52 UTC (rev 227215)
@@ -21,7 +21,7 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-#include "../../../../Internal/Configurations/HaveInternalSDK.xcconfig"
+#include? "../../../../Internal/Configurations/HaveInternalSDK.xcconfig"
USE_INTERNAL_SDK = $(USE_INTERNAL_SDK_$(CONFIGURATION));
USE_INTERNAL_SDK_Production = YES;
Modified: trunk/Source/WebInspectorUI/ChangeLog (227214 => 227215)
--- trunk/Source/WebInspectorUI/ChangeLog 2018-01-19 18:32:00 UTC (rev 227214)
+++ trunk/Source/WebInspectorUI/ChangeLog 2018-01-19 18:33:52 UTC (rev 227215)
@@ -1,3 +1,12 @@
+2018-01-19 Keith Miller <[email protected]>
+
+ HaveInternalSDK includes should be "#include?"
+ https://bugs.webkit.org/show_bug.cgi?id=179670
+
+ Reviewed by Dan Bernstein.
+
+ * Configurations/Base.xcconfig:
+
2018-01-18 Dan Bernstein <[email protected]>
[Xcode] Streamline and future-proof target-macOS-version-dependent build setting definitions
Modified: trunk/Source/WebInspectorUI/Configurations/Base.xcconfig (227214 => 227215)
--- trunk/Source/WebInspectorUI/Configurations/Base.xcconfig 2018-01-19 18:32:00 UTC (rev 227214)
+++ trunk/Source/WebInspectorUI/Configurations/Base.xcconfig 2018-01-19 18:33:52 UTC (rev 227215)
@@ -1,4 +1,4 @@
-#include "../../../../Internal/Configurations/HaveInternalSDK.xcconfig"
+#include? "../../../../Internal/Configurations/HaveInternalSDK.xcconfig"
USE_INTERNAL_SDK = $(USE_INTERNAL_SDK_$(CONFIGURATION));
USE_INTERNAL_SDK_Production = YES;
Modified: trunk/Source/WebKit/ChangeLog (227214 => 227215)
--- trunk/Source/WebKit/ChangeLog 2018-01-19 18:32:00 UTC (rev 227214)
+++ trunk/Source/WebKit/ChangeLog 2018-01-19 18:33:52 UTC (rev 227215)
@@ -1,3 +1,12 @@
+2018-01-19 Keith Miller <[email protected]>
+
+ HaveInternalSDK includes should be "#include?"
+ https://bugs.webkit.org/show_bug.cgi?id=179670
+
+ Reviewed by Dan Bernstein.
+
+ * Configurations/Base.xcconfig:
+
2018-01-19 Daniel Bates <[email protected]>
Fix misspelling; substitute willDetachRenderer for willDetatchRenderer.
Modified: trunk/Source/WebKit/Configurations/Base.xcconfig (227214 => 227215)
--- trunk/Source/WebKit/Configurations/Base.xcconfig 2018-01-19 18:32:00 UTC (rev 227214)
+++ trunk/Source/WebKit/Configurations/Base.xcconfig 2018-01-19 18:33:52 UTC (rev 227215)
@@ -21,7 +21,7 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-#include "../../../../Internal/Configurations/HaveInternalSDK.xcconfig"
+#include? "../../../../Internal/Configurations/HaveInternalSDK.xcconfig"
USE_INTERNAL_SDK = $(USE_INTERNAL_SDK_$(CONFIGURATION));
USE_INTERNAL_SDK_Production = YES;
Modified: trunk/Source/bmalloc/ChangeLog (227214 => 227215)
--- trunk/Source/bmalloc/ChangeLog 2018-01-19 18:32:00 UTC (rev 227214)
+++ trunk/Source/bmalloc/ChangeLog 2018-01-19 18:33:52 UTC (rev 227215)
@@ -1,3 +1,12 @@
+2018-01-19 Keith Miller <[email protected]>
+
+ HaveInternalSDK includes should be "#include?"
+ https://bugs.webkit.org/show_bug.cgi?id=179670
+
+ Reviewed by Dan Bernstein.
+
+ * Configurations/Base.xcconfig:
+
2018-01-18 Dan Bernstein <[email protected]>
[Xcode] Streamline and future-proof target-macOS-version-dependent build setting definitions
Modified: trunk/Source/bmalloc/Configurations/Base.xcconfig (227214 => 227215)
--- trunk/Source/bmalloc/Configurations/Base.xcconfig 2018-01-19 18:32:00 UTC (rev 227214)
+++ trunk/Source/bmalloc/Configurations/Base.xcconfig 2018-01-19 18:33:52 UTC (rev 227215)
@@ -21,7 +21,7 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-#include "../../../../Internal/Configurations/HaveInternalSDK.xcconfig"
+#include? "../../../../Internal/Configurations/HaveInternalSDK.xcconfig"
USE_INTERNAL_SDK = $(USE_INTERNAL_SDK_$(CONFIGURATION));
USE_INTERNAL_SDK_Production = YES;
Modified: trunk/Tools/ChangeLog (227214 => 227215)
--- trunk/Tools/ChangeLog 2018-01-19 18:32:00 UTC (rev 227214)
+++ trunk/Tools/ChangeLog 2018-01-19 18:33:52 UTC (rev 227215)
@@ -1,3 +1,15 @@
+2018-01-19 Keith Miller <[email protected]>
+
+ HaveInternalSDK includes should be "#include?"
+ https://bugs.webkit.org/show_bug.cgi?id=179670
+
+ Reviewed by Dan Bernstein.
+
+ * MiniBrowser/Configurations/Base.xcconfig:
+ * MobileMiniBrowser/Configurations/Base.xcconfig:
+ * TestWebKitAPI/Configurations/Base.xcconfig:
+ * WebKitTestRunner/Configurations/Base.xcconfig:
+
2018-01-19 Carlos Garcia Campos <[email protected]>
WebDriver: driver environment not passed to pytest when running w3c tests
Modified: trunk/Tools/MiniBrowser/Configurations/Base.xcconfig (227214 => 227215)
--- trunk/Tools/MiniBrowser/Configurations/Base.xcconfig 2018-01-19 18:32:00 UTC (rev 227214)
+++ trunk/Tools/MiniBrowser/Configurations/Base.xcconfig 2018-01-19 18:33:52 UTC (rev 227215)
@@ -21,7 +21,7 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-#include "../../../../Internal/Configurations/HaveInternalSDK.xcconfig"
+#include? "../../../../Internal/Configurations/HaveInternalSDK.xcconfig"
USE_INTERNAL_SDK = $(USE_INTERNAL_SDK_$(CONFIGURATION));
USE_INTERNAL_SDK_Production = YES;
Modified: trunk/Tools/MobileMiniBrowser/Configurations/Base.xcconfig (227214 => 227215)
--- trunk/Tools/MobileMiniBrowser/Configurations/Base.xcconfig 2018-01-19 18:32:00 UTC (rev 227214)
+++ trunk/Tools/MobileMiniBrowser/Configurations/Base.xcconfig 2018-01-19 18:33:52 UTC (rev 227215)
@@ -21,7 +21,7 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-#include "../../../../Internal/Configurations/HaveInternalSDK.xcconfig"
+#include? "../../../../Internal/Configurations/HaveInternalSDK.xcconfig"
USE_INTERNAL_SDK = $(USE_INTERNAL_SDK_$(CONFIGURATION));
USE_INTERNAL_SDK_Production = YES;
Modified: trunk/Tools/TestWebKitAPI/Configurations/Base.xcconfig (227214 => 227215)
--- trunk/Tools/TestWebKitAPI/Configurations/Base.xcconfig 2018-01-19 18:32:00 UTC (rev 227214)
+++ trunk/Tools/TestWebKitAPI/Configurations/Base.xcconfig 2018-01-19 18:33:52 UTC (rev 227215)
@@ -21,7 +21,7 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-#include "../../../../Internal/Configurations/HaveInternalSDK.xcconfig"
+#include? "../../../../Internal/Configurations/HaveInternalSDK.xcconfig"
USE_INTERNAL_SDK = $(USE_INTERNAL_SDK_$(CONFIGURATION));
USE_INTERNAL_SDK_Production = YES;
Modified: trunk/Tools/WebKitTestRunner/Configurations/Base.xcconfig (227214 => 227215)
--- trunk/Tools/WebKitTestRunner/Configurations/Base.xcconfig 2018-01-19 18:32:00 UTC (rev 227214)
+++ trunk/Tools/WebKitTestRunner/Configurations/Base.xcconfig 2018-01-19 18:33:52 UTC (rev 227215)
@@ -21,7 +21,7 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-#include "../../../../Internal/Configurations/HaveInternalSDK.xcconfig"
+#include? "../../../../Internal/Configurations/HaveInternalSDK.xcconfig"
USE_INTERNAL_SDK = $(USE_INTERNAL_SDK_$(CONFIGURATION));
USE_INTERNAL_SDK_Production = YES;