Title: [100427] trunk
Revision
100427
Author
[email protected]
Date
2011-11-16 02:56:52 -0800 (Wed, 16 Nov 2011)

Log Message

Unreviewed, rolling out r100266.
http://trac.webkit.org/changeset/100266

Broke WTR.

.:

* Source/api.pri:

Source/_javascript_Core:

* Target.pri:

Source/WebCore:

* Target.pri:

Tools:

* qmake/mkspecs/features/default_post.prf:

Modified Paths

Diff

Modified: trunk/ChangeLog (100426 => 100427)


--- trunk/ChangeLog	2011-11-16 10:51:34 UTC (rev 100426)
+++ trunk/ChangeLog	2011-11-16 10:56:52 UTC (rev 100427)
@@ -1,3 +1,12 @@
+2011-11-16  Simon Hausmann  <[email protected]>
+
+        Unreviewed, rolling out r100266.
+        http://trac.webkit.org/changeset/100266
+
+        Broke WTR.
+
+        * Source/api.pri:
+
 2011-11-15  Simon Hausmann  <[email protected]>
 
         [Qt] Centralize hide_symbols and ensure all libs are built with symbol visibility & bsymbolic_functions

Modified: trunk/Source/_javascript_Core/ChangeLog (100426 => 100427)


--- trunk/Source/_javascript_Core/ChangeLog	2011-11-16 10:51:34 UTC (rev 100426)
+++ trunk/Source/_javascript_Core/ChangeLog	2011-11-16 10:56:52 UTC (rev 100427)
@@ -1,3 +1,12 @@
+2011-11-16  Simon Hausmann  <[email protected]>
+
+        Unreviewed, rolling out r100266.
+        http://trac.webkit.org/changeset/100266
+
+        Broke WTR.
+
+        * Target.pri:
+
 2011-11-16  Darin Adler  <[email protected]>
 
         Add a "pass type" and "peek type" concept to HashTraits

Modified: trunk/Source/_javascript_Core/Target.pri (100426 => 100427)


--- trunk/Source/_javascript_Core/Target.pri	2011-11-16 10:51:34 UTC (rev 100426)
+++ trunk/Source/_javascript_Core/Target.pri	2011-11-16 10:56:52 UTC (rev 100427)
@@ -20,6 +20,9 @@
 QT += core
 QT -= gui
 
+contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols
+unix:contains(QT_CONFIG, reduce_relocations):CONFIG += bsymbolic_functions
+
 *-g++*:QMAKE_CXXFLAGS_RELEASE -= -O2
 *-g++*:QMAKE_CXXFLAGS_RELEASE += -O3
 

Modified: trunk/Source/WebCore/ChangeLog (100426 => 100427)


--- trunk/Source/WebCore/ChangeLog	2011-11-16 10:51:34 UTC (rev 100426)
+++ trunk/Source/WebCore/ChangeLog	2011-11-16 10:56:52 UTC (rev 100427)
@@ -1,3 +1,12 @@
+2011-11-16  Simon Hausmann  <[email protected]>
+
+        Unreviewed, rolling out r100266.
+        http://trac.webkit.org/changeset/100266
+
+        Broke WTR.
+
+        * Target.pri:
+
 2011-11-16  Per-Erik Brodin  <[email protected]>
 
         [GTK] fast/events/event-creation.html fails creating MediaStreamEvent

Modified: trunk/Source/WebCore/Target.pri (100426 => 100427)


--- trunk/Source/WebCore/Target.pri	2011-11-16 10:51:34 UTC (rev 100426)
+++ trunk/Source/WebCore/Target.pri	2011-11-16 10:56:52 UTC (rev 100427)
@@ -18,6 +18,8 @@
 
 DEFINES += QT_MAKEDLL
 
+contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols
+
 haveQt(5) {
     # Add a QtScript dependency for the time being, in order to pull in the include
     # path for QtScript when it's built as a standalone module

Modified: trunk/Source/api.pri (100426 => 100427)


--- trunk/Source/api.pri	2011-11-16 10:51:34 UTC (rev 100426)
+++ trunk/Source/api.pri	2011-11-16 10:56:52 UTC (rev 100427)
@@ -35,6 +35,11 @@
     contains(DEFINES, ENABLE_WEBGL=1)|contains(CONFIG, texmap): LIBS += $$QMAKE_LIBS_OPENGL
 }
 
+CONFIG(release) {
+    contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols
+    unix:contains(QT_CONFIG, reduce_relocations):CONFIG += bsymbolic_functions
+}
+
 !static: DEFINES += QT_MAKEDLL
 
 SOURCES += \

Modified: trunk/Tools/ChangeLog (100426 => 100427)


--- trunk/Tools/ChangeLog	2011-11-16 10:51:34 UTC (rev 100426)
+++ trunk/Tools/ChangeLog	2011-11-16 10:56:52 UTC (rev 100427)
@@ -1,3 +1,12 @@
+2011-11-16  Simon Hausmann  <[email protected]>
+
+        Unreviewed, rolling out r100266.
+        http://trac.webkit.org/changeset/100266
+
+        Broke WTR.
+
+        * qmake/mkspecs/features/default_post.prf:
+
 2011-11-16  Eric Seidel  <[email protected]>
 
         check-webkit-style broken by r99773: "Could not determine the port"

Modified: trunk/Tools/qmake/mkspecs/features/default_post.prf (100426 => 100427)


--- trunk/Tools/qmake/mkspecs/features/default_post.prf	2011-11-16 10:51:34 UTC (rev 100426)
+++ trunk/Tools/qmake/mkspecs/features/default_post.prf	2011-11-16 10:56:52 UTC (rev 100427)
@@ -130,9 +130,6 @@
     DEFINES += QT_ASCII_CAST_WARNINGS
 
     win32-msvc*|win32-icc: INCLUDEPATH += $$ROOT_WEBKIT_DIR/Source/_javascript_Core/os-win32
-
-    contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols
-    unix:contains(QT_CONFIG, reduce_relocations):CONFIG += bsymbolic_functions
 }
 
 equals(_PRO_FILE_, $${ROOT_WEBKIT_DIR}/WebKit.pro):!isEmpty(OVERRIDE_SUBDIRS) {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to