summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/webkit/WebCore
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@nokia.com>2010-07-23 14:51:17 (GMT)
committerSimon Hausmann <simon.hausmann@nokia.com>2010-07-23 14:51:17 (GMT)
commita7bf97f437a8d4e44a9256a89d7d6ba239577949 (patch)
tree7b1fd577d52f98d5a3f0868810c538d0e243c5e1 /src/3rdparty/webkit/WebCore
parent28c23cdd08c3d6d9f8440047a15efcd865fa4a8c (diff)
downloadQt-a7bf97f437a8d4e44a9256a89d7d6ba239577949.zip
Qt-a7bf97f437a8d4e44a9256a89d7d6ba239577949.tar.gz
Qt-a7bf97f437a8d4e44a9256a89d7d6ba239577949.tar.bz2
Updated WebKit to 669858f9bbd4913fd16c642090375c81acbfdb04
Diffstat (limited to 'src/3rdparty/webkit/WebCore')
-rw-r--r--src/3rdparty/webkit/WebCore/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/3rdparty/webkit/WebCore/ChangeLog b/src/3rdparty/webkit/WebCore/ChangeLog
index a993a97..1f7ca09 100644
--- a/src/3rdparty/webkit/WebCore/ChangeLog
+++ b/src/3rdparty/webkit/WebCore/ChangeLog
@@ -1,3 +1,19 @@
+2010-07-21 Kristian Amlie <kristian.amlie@nokia.com>
+
+ Reviewed by Kenneth Rohde Christiansen.
+
+ Added automatic sqlite extraction for Symbian to QtWebKit.
+
+ Also added sqlite detection in case sqlite is not present in the SDK.
+ This is possible if WebKit is compiled standalone.
+
+ The inclusion part is a consequence of commit c578c6c1d6d in the Qt
+ repository. It will not work on Qt versions < 4.7.1, but that is ok,
+ since the only build system it will affect is marked as experimental
+ in the whole 4.7 series.
+
+ * WebCore.pro:
+
2010-05-14 Abhishek Arya <inferno@chromium.org>
Reviewed by David Hyatt.