| Index: ChangeLog
|
| ===================================================================
|
| --- ChangeLog (revision 92202)
|
| +++ ChangeLog (working copy)
|
| @@ -1,3 +1,78 @@
|
| +2011-08-01 Scott Graham <scottmg@chromium.org>
|
| +
|
| + REGRESSION (r39725?): Resources removed from document can not be freed until the document is deleted
|
| + https://bugs.webkit.org/show_bug.cgi?id=61006
|
| +
|
| + Reviewed by Antti Koivisto.
|
| +
|
| + Update exports for test harness.
|
| +
|
| + * Source/autotools/symbols.filter:
|
| +
|
| +2011-08-01 Hayato Ito <hayato@chromium.org>
|
| +
|
| + Add support for getting an element in shadow root by its id into a window.internals object.
|
| + https://bugs.webkit.org/show_bug.cgi?id=64587
|
| +
|
| + Reviewed by Hajime Morita.
|
| +
|
| + * Source/autotools/symbols.filter:
|
| +
|
| +2011-08-01 Neil Roberts <neil@linux.intel.com>
|
| +
|
| + build: Fix finding the headers for GStreamer
|
| +
|
| + The cmake files to find the various GStreamer packages were all
|
| + checking for the header gst/gst.h. However if gst-plugins-base is
|
| + installed into a separate prefix from gstreamer then all of these
|
| + tests would only pick up the gstreamer include path so the build
|
| + would fail. This patch changes it to try and find a file
|
| + appropriate to each package.
|
| +
|
| + https://bugs.webkit.org/show_bug.cgi?id=64933
|
| +
|
| + Reviewed by Martin Robinson.
|
| +
|
| + * Source/cmake/FindGStreamer-App.cmake:
|
| + * Source/cmake/FindGStreamer-Base.cmake:
|
| + * Source/cmake/FindGStreamer-Interfaces.cmake:
|
| + * Source/cmake/FindGStreamer-Pbutils.cmake:
|
| + * Source/cmake/FindGStreamer-Plugins-Base.cmake:
|
| + * Source/cmake/FindGStreamer-Video.cmake:
|
| +
|
| +2011-07-31 Daniel Bates <dbates@webkit.org>
|
| +
|
| + Add missing semicolons to build fix attempt in <http://trac.webkit.org/changeset/92080>.
|
| +
|
| + * Source/autotools/symbols.filter:
|
| +
|
| +2011-07-31 Daniel Bates <dbates@webkit.org>
|
| +
|
| + Some more fixes to the GTK build after r92059 (https://bugs.webkit.org/show_bug.cgi?id=65419).
|
| +
|
| + * Source/autotools/symbols.filter: Export symbols needed by Internals.
|
| +
|
| +2011-07-27 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
|
| +
|
| + [Qt] Fix build in Qt 5 of QDeclarativeWebView
|
| + https://bugs.webkit.org/show_bug.cgi?id=65258
|
| +
|
| + Reviewed by Andreas Kling.
|
| +
|
| + In Qt 5, the QGraphicsView-based classes for QtQuick are in the
|
| + qtquick1 module, including QDeclarativeItem and QDeclarativeView.
|
| +
|
| + * Source/WebKit.pro:
|
| +
|
| +2011-07-26 Andras Becsi <abecsi@webkit.org>
|
| +
|
| + [Qt] [WK2] Disable the build with Qt versions older than 5.0
|
| + https://bugs.webkit.org/show_bug.cgi?id=65189
|
| +
|
| + Reviewed by Csaba Osztrogonác.
|
| +
|
| + * Source/WebKit.pro: Abort if not using Qt5.
|
| +
|
| 2011-07-20 Pierre Rossi <pierre.rossi@gmail.com>
|
|
|
| [Qt] Qt5 Build Fix: Disable the legacy mac assert macros.
|
|
|