summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@nokia.com>2012-07-18 13:59:13 +0200
committerSimon Hausmann <simon.hausmann@nokia.com>2012-07-18 13:59:28 +0200
commit4d6084feccab99c0a7b3ecef26bb49c41dd50201 (patch)
treefd1195897f551eee6d5a15d07ff5733b15aa2a5c /ChangeLog
parentae901828d4689ab9e89113f6b6ea8042b37a9fda (diff)
downloadqtwebkit-4d6084feccab99c0a7b3ecef26bb49c41dd50201.tar.gz
Imported WebKit commit ff52235a78888e5cb8e286a828a8698042200e67 (http://svn.webkit.org/repository/webkit/trunk@122948)
New snapshot that should fix the rendering issues recently introduced
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog86
1 files changed, 86 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f1ea9bbcb..6c56011d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,89 @@
+2012-07-18 Thiago Marcos P. Santos <thiago.santos@intel.com>
+
+ [CMake] Make gtest a shared library
+ https://bugs.webkit.org/show_bug.cgi?id=90973
+
+ Reviewed by Daniel Bates.
+
+ It's nicer to make it a shared library because it might improve
+ linking time and we don't need to force gtest users to link with gtest
+ dependencies like pthreads (which causes linking errors when it is not
+ available).
+
+ * Source/cmake/gtest/CMakeLists.txt:
+
+2012-07-17 Gabor Ballabas <gaborb@inf.u-szeged.hu>
+
+ [Qt][V8] Remove the V8 related codepaths and configuration
+ https://bugs.webkit.org/show_bug.cgi?id=90863
+
+ Reviewed by Simon Hausmann.
+
+ * Source/api.pri:
+ * WebKit.pro:
+
+2012-07-17 Sheriff Bot <webkit.review.bot@gmail.com>
+
+ Unreviewed, rolling out r122834.
+ http://trac.webkit.org/changeset/122834
+ https://bugs.webkit.org/show_bug.cgi?id=91492
+
+ it broke the chromium (Requested by kkristof on #webkit).
+
+ * Source/api.pri:
+ * WebKit.pro:
+
+2012-07-17 Gabor Ballabas <gaborb@inf.u-szeged.hu>
+
+ [Qt][V8] Remove the V8 related codepaths and configuration
+ https://bugs.webkit.org/show_bug.cgi?id=90863
+
+ Reviewed by Simon Hausmann.
+
+ * Source/api.pri:
+ * WebKit.pro:
+
+2012-07-17 David Barr <davidbarr@chromium.org>
+
+ Introduce ENABLE_CSS_IMAGE_ORIENTATION compile flag
+ https://bugs.webkit.org/show_bug.cgi?id=89055
+
+ Reviewed by Kent Tamura.
+
+ The css3-images module is at candidate recommendation.
+ http://www.w3.org/TR/2012/CR-css3-images-20120417/#the-image-orientation
+
+ Add a configuration option for CSS image-orientation support, disabling it by default.
+
+ * Source/cmake/WebKitFeatures.cmake:
+ * Source/cmakeconfig.h.cmake:
+
+2012-07-16 Pete Williamson <petewil@google.com>
+
+ Expose an export for the iconUrl list so Internals can use it
+ https://bugs.webkit.org/show_bug.cgi?id=88665
+
+ Reviewed by Kent Tamura.
+
+ * Source/autotools/symbols.filter: export iconURLs
+
+2012-07-16 Hajime Morrita <morrita@chromium.org>
+
+ WebCore needs WEBCORE_TESTING macro to mark methods being exported for testing.
+ https://bugs.webkit.org/show_bug.cgi?id=90764
+
+ Reviewed by Adam Barth.
+
+ Removed symbols which are now covered by WEBCORE_TESTING.
+
+ * Source/autotools/symbols.filter:
+
+2012-07-16 Carlos Garcia Campos <cgarcia@igalia.com>
+
+ Unreviewed. Update NEWS and configure.ac for 1.9.5 release
+
+ * configure.ac: Bump version number.
+
2012-07-12 Josh Hawn <jhawn@apple.com>
Fix for WebContext::getWebCoreStatistics() causes crash if no m_process