diff options
Diffstat (limited to 'Source/WebKit/gtk/ChangeLog')
| -rw-r--r-- | Source/WebKit/gtk/ChangeLog | 85 |
1 files changed, 85 insertions, 0 deletions
diff --git a/Source/WebKit/gtk/ChangeLog b/Source/WebKit/gtk/ChangeLog index 778dabcf3..57cb94abb 100644 --- a/Source/WebKit/gtk/ChangeLog +++ b/Source/WebKit/gtk/ChangeLog @@ -1,3 +1,88 @@ +2012-09-14 Zan Dobersek <zandobersek@gmail.com> + + [GTK] Clear application cache between tests in DumpRenderTree + https://bugs.webkit.org/show_bug.cgi?id=96543 + + Reviewed by Philippe Normand. + + Add a method to the DumpRenderTreeSupportGtk class that upon calling + clears the application cache and vacuums the database file. + + * WebCoreSupport/DumpRenderTreeSupportGtk.cpp: + (DumpRenderTreeSupportGtk::clearApplicationCache): + * WebCoreSupport/DumpRenderTreeSupportGtk.h: + (DumpRenderTreeSupportGtk): + +2012-09-13 Sheriff Bot <webkit.review.bot@gmail.com> + + Unreviewed, rolling out r128453. + http://trac.webkit.org/changeset/128453 + https://bugs.webkit.org/show_bug.cgi?id=96681 + + Having tests use the same appcache directory leads to timeouts + (Requested by zdobersek on #webkit). + + * WebCoreSupport/DumpRenderTreeSupportGtk.cpp: + (DumpRenderTreeSupportGtk::clearMemoryCache): + * WebCoreSupport/DumpRenderTreeSupportGtk.h: + (DumpRenderTreeSupportGtk): + +2012-09-13 Zan Dobersek <zandobersek@gmail.com> + + [GTK] Clear application cache between tests in DumpRenderTree + https://bugs.webkit.org/show_bug.cgi?id=96543 + + Reviewed by Philippe Normand. + + Add a method to the DumpRenderTreeSupportGtk class that upon calling + clears the application cache and vacuums the database file. + + * WebCoreSupport/DumpRenderTreeSupportGtk.cpp: + (DumpRenderTreeSupportGtk::clearApplicationCache): + * WebCoreSupport/DumpRenderTreeSupportGtk.h: + (DumpRenderTreeSupportGtk): + +2012-09-12 Siraj Razick <siraj.razick@collabora.co.uk> + + [GTK] Update AcceleratedCompositingContextClutter to match AcceleratedCompositingContext.h API update + https://bugs.webkit.org/show_bug.cgi?id=96165 + + Reviewed by Martin Robinson. + + Due to the refactoring done in bug #90085 AcceleratedCompositingContext API changed, as a result + AcceleratedCompositingContextClutter doesn't compile anymore. This patch is to update the + AcceleratedCompositingContextClutter implementations to match the API update, and Make webkit + AC backend compile again. + + * WebCoreSupport/AcceleratedCompositingContextClutter.cpp: + (WebKit::AcceleratedCompositingContext::AcceleratedCompositingContext): + (WebKit::AcceleratedCompositingContext::~AcceleratedCompositingContext): + (WebKit::AcceleratedCompositingContext::setRootCompositingLayer): + (WebKit::AcceleratedCompositingContext::setNonCompositedContentsNeedDisplay): + (WebKit::flushAndRenderLayersCallback): + (WebKit::AcceleratedCompositingContext::scheduleLayerFlush): + (WebKit::AcceleratedCompositingContext::flushPendingLayerChanges): + (WebKit::AcceleratedCompositingContext::flushAndRenderLayers): + +2012-09-11 Arnaud Renevier <a.renevier@sisa.samsung.com> + + [Gtk] allow building with css-shaders + https://bugs.webkit.org/show_bug.cgi?id=95603 + + Reviewed by Martin Robinson. + + Add enable-css-shaders property to WebKit WebSettings, and connects it + to WebCore settings setCSSCustomFilterEnabled. + + * webkit/webkitwebsettings.cpp: + (webkit_web_settings_class_init): + (webkit_web_settings_set_property): + (webkit_web_settings_get_property): + * webkit/webkitwebsettingsprivate.h: + * webkit/webkitwebview.cpp: + (webkit_web_view_update_settings): + (webkit_web_view_settings_notify): + 2012-09-09 Emil A Eklund <eae@chromium.org> Rename Node::getRect/getPixelSnappedRect and remove ContainerNode::getRect |
