summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore/ChangeLog
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@nokia.com>2012-01-06 16:29:20 +0100
committerSimon Hausmann <simon.hausmann@nokia.com>2012-01-06 16:29:20 +0100
commit6300a96eca9f152b379f1bcf3d9efdc5572d989a (patch)
tree7846dd5390cafcdfe12a110f5e8b95ac8c4c725a /Source/JavaScriptCore/ChangeLog
parent40736c5763bf61337c8c14e16d8587db021a87d4 (diff)
downloadqtwebkit-6300a96eca9f152b379f1bcf3d9efdc5572d989a.tar.gz
Imported WebKit commit e5cf15db144eb534fdd94be50a07fc2026e967c3 (http://svn.webkit.org/repository/webkit/trunk@104291)
Diffstat (limited to 'Source/JavaScriptCore/ChangeLog')
-rw-r--r--Source/JavaScriptCore/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/Source/JavaScriptCore/ChangeLog b/Source/JavaScriptCore/ChangeLog
index 8408f380c..441521586 100644
--- a/Source/JavaScriptCore/ChangeLog
+++ b/Source/JavaScriptCore/ChangeLog
@@ -1,3 +1,19 @@
+2012-01-06 Eric Seidel <eric@webkit.org> and Gustavo Noronha Silva <gustavo.noronha@collabora.com>
+
+ Make the new WTF module build on Gtk
+ https://bugs.webkit.org/show_bug.cgi?id=75669
+
+ * GNUmakefile.am:
+
+2012-01-06 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
+
+ [Qt] Remove un-needed VPATHs from project includes
+
+ Reviewed by Simon Hausmann.
+
+ * JavaScriptCore.pri:
+ * wtf/wtf.pri:
+
2012-01-06 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
[Qt] Move listing of include paths and libs to pri files in sources