Title: [87905] trunk/Source
Revision
87905
Author
[email protected]
Date
2011-06-02 07:00:38 -0700 (Thu, 02 Jun 2011)

Log Message

2011-06-02  Andreas Kling  <[email protected]>

        Rubber-stamped by Simon Hausmann.

        Remove Qt's precompiled header hack as it was broken, and was not even
        used unless building WebKit inside a Qt tree.

        * WebKit_pch.h: Removed.
2011-06-02  Andreas Kling  <[email protected]>

        Rubber-stamped by Simon Hausmann.

        Remove Qt's precompiled header hack as it was broken, and was not even
        used unless building WebKit inside a Qt tree.

        * WebCore.pri:

Modified Paths

Removed Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (87904 => 87905)


--- trunk/Source/WebCore/ChangeLog	2011-06-02 13:58:50 UTC (rev 87904)
+++ trunk/Source/WebCore/ChangeLog	2011-06-02 14:00:38 UTC (rev 87905)
@@ -1,3 +1,12 @@
+2011-06-02  Andreas Kling  <[email protected]>
+
+        Rubber-stamped by Simon Hausmann.
+
+        Remove Qt's precompiled header hack as it was broken, and was not even
+        used unless building WebKit inside a Qt tree.
+
+        * WebCore.pri:
+
 2011-06-02  James Robinson  <[email protected]>
 
         Reviewed by Brady Eidson.

Modified: trunk/Source/WebCore/WebCore.pri (87904 => 87905)


--- trunk/Source/WebCore/WebCore.pri	2011-06-02 13:58:50 UTC (rev 87904)
+++ trunk/Source/WebCore/WebCore.pri	2011-06-02 14:00:38 UTC (rev 87905)
@@ -22,8 +22,6 @@
 
 CONFIG(standalone_package) {
     isEmpty(WC_GENERATED_SOURCES_DIR):WC_GENERATED_SOURCES_DIR = $$PWD/../WebCore/generated
-
-    PRECOMPILED_HEADER = $$PWD/../WebKit/qt/WebKit_pch.h
 } else {
     isEmpty(WC_GENERATED_SOURCES_DIR):WC_GENERATED_SOURCES_DIR = $$OUTPUT_DIR/WebCore/generated
 }

Modified: trunk/Source/WebKit/qt/ChangeLog (87904 => 87905)


--- trunk/Source/WebKit/qt/ChangeLog	2011-06-02 13:58:50 UTC (rev 87904)
+++ trunk/Source/WebKit/qt/ChangeLog	2011-06-02 14:00:38 UTC (rev 87905)
@@ -1,5 +1,14 @@
 2011-06-02  Andreas Kling  <[email protected]>
 
+        Rubber-stamped by Simon Hausmann.
+
+        Remove Qt's precompiled header hack as it was broken, and was not even
+        used unless building WebKit inside a Qt tree.
+
+        * WebKit_pch.h: Removed.
+
+2011-06-02  Andreas Kling  <[email protected]>
+
         Unreviewed build fix.
 
         To support building namespaced Qt, we require that forward-declarations

Deleted: trunk/Source/WebKit/qt/WebKit_pch.h (87904 => 87905)


--- trunk/Source/WebKit/qt/WebKit_pch.h	2011-06-02 13:58:50 UTC (rev 87904)
+++ trunk/Source/WebKit/qt/WebKit_pch.h	2011-06-02 14:00:38 UTC (rev 87905)
@@ -1,80 +0,0 @@
-/*
- * This file is part of the precompiled header for all of WebKit.
- *
- * Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Library General Public
- * License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Library General Public License for more details.
- *
- * You should have received a copy of the GNU Library General Public License
- * along with this library; see the file COPYING.LIB.  If not, write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA 02110-1301, USA.
- *
- */
-
-/*
- * This is a precompiled header file for use in Xcode / Mac GCC /
- * GCC >= 3.4 / VC to greatly speed the building of QtWebKit.
- *
- * The order of the includes appears random and arbitrary. But unfortunately
- * MSVC is very sensitive and behaves fairly strange when compiling with
- * precompiled headers. Please be very careful when adding, removing or
- * changing the order of included header files.
- */
-
-
-#if defined __cplusplus
-
-#if defined(_WIN32) && !defined(_WIN32_WCE)
-#define _CRT_RAND_S
-#define _WIN32_WINNT 0x0500
-#include <windows.h>
-#endif
-
-#include "../../Source/_javascript_Core/config.h"
-
-#include <math.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <algorithm>
-#include <assert.h>
-#include <ctype.h>
-#include <limits.h>
-
-#include <wtf/HashTable.h>
-#include <wtf/Vector.h>
-#include <wtf/ListHashSet.h>
-#include <wtf/HashMap.h>
-#include <wtf/HashSet.h>
-#include <wtf/HashTraits.h>
-#include <wtf/HashIterators.h>
-#include <wtf/TCPageMap.h>
-#include <wtf/Assertions.h>
-#include <wtf/HashCountedSet.h>
-#include <wtf/PassRefPtr.h>
-#include <wtf/Platform.h>
-#include <wtf/RefPtr.h>
-#include <wtf/VectorTraits.h>
-#include <wtf/MathExtras.h>
-#include <wtf/HashFunctions.h>
-#include <wtf/OwnPtr.h>
-#include <wtf/OwnArrayPtr.h>
-#include <wtf/ListRefPtr.h>
-#include <wtf/FastMalloc.h>
-#include <wtf/TCSystemAlloc.h>
-#include <wtf/StringExtras.h>
-#include <wtf/Noncopyable.h>
-#include <wtf/Forward.h>
-#include <wtf/UnusedParam.h>
-#include <wtf/AlwaysInline.h>
-#include <wtf/GetPtr.h>
-#endif
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to