diff options
Diffstat (limited to 'Source/WebKit/ChangeLog')
-rw-r--r-- | Source/WebKit/ChangeLog | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog index 3284277df..89991f914 100644 --- a/Source/WebKit/ChangeLog +++ b/Source/WebKit/ChangeLog @@ -1,3 +1,36 @@ +2012-01-11 Rafael Brandao <rafael.lobo@openbossa.org> + + [Qt][WK2] Fix the build for newer Qt5 + https://bugs.webkit.org/show_bug.cgi?id=75964 + + Reviewed by Simon Hausmann. + + * WebKit.pri: Added the new files to the buildsystem. + +2012-01-10 Mike Lattanzio <mlattanzio@rim.com> + + [BlackBerry] Fix assertion failure in BackingStore::blitContents + https://bugs.webkit.org/show_bug.cgi?id=75976 + + Prevent an assertion failure in BackingStore::blitContents by + checking that the srcRect of the transformation matrix is non empty. + + Reviewed by Adam Treat. + + Upstream BlackBerry port is not yet building and testable. + + * blackberry/Api/BackingStore.cpp: + (BlackBerry::WebKit::BackingStorePrivate::blitContents): + +2012-01-06 Benjamin Poulain <bpoulain@apple.com> + + [Mac] Sort the resources of WebKit.xcodeproj + https://bugs.webkit.org/show_bug.cgi?id=75634 + + Reviewed by Andreas Kling. + + * WebKit.xcodeproj/project.pbxproj: + 2012-01-06 Jacky Jiang <zhajiang@rim.com> [BlackBerry] Upstream BlackBerry WebCoreSupport cache client |