Changeset 51947 in webkit


Ignore:
Timestamp:
Dec 10, 2009 5:55:37 AM (14 years ago)
Author:
eric@webkit.org
Message:

2009-12-10 Eric Z. Ayers <zundel@google.com>

Reviewed by Pavel Feldman.

DumpRenderTree has been patched so that the timeline-paint.html
unit test now runs under GTK+.

https://bugs.webkit.org/show_bug.cgi?id=31729

  • platform/gtk/Skipped:

2009-12-10 Eric Z. Ayers <zundel@google.com>

Reviewed by Pavel Feldman.

Implements displayWebView() to force an invalidation and repaint.
This fixes a problem running the timeline-paint.html unit test.

https://bugs.webkit.org/show_bug.cgi?id=31729

  • DumpRenderTree/gtk/DumpRenderTree.cpp: (displayWebView):
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r51944 r51947  
     12009-12-10  Eric Z. Ayers  <zundel@google.com>
     2
     3        Reviewed by Pavel Feldman.
     4
     5        DumpRenderTree has been patched so that the timeline-paint.html
     6        unit test now runs under GTK+.
     7
     8        https://bugs.webkit.org/show_bug.cgi?id=31729
     9
     10        * platform/gtk/Skipped:
     11
    1122009-12-10  Nikolas Zimmermann  <nzimmermann@rim.com>
    213
  • trunk/LayoutTests/platform/gtk/Skipped

    r51944 r51947  
    56815681fast/block/positioning/relative-positioned-inline-container.html
    56825682fast/repaint/inline-relative-positioned.html
    5683 inspector/timeline-paint.html
    56845683
    56855684# Test crashing on release bot
  • trunk/WebKitTools/ChangeLog

    r51942 r51947  
     12009-12-10  Eric Z. Ayers  <zundel@google.com>
     2
     3        Reviewed by Pavel Feldman.
     4
     5        Implements displayWebView() to force an invalidation and repaint.
     6        This fixes a problem running the timeline-paint.html unit test.
     7
     8        https://bugs.webkit.org/show_bug.cgi?id=31729
     9
     10        * DumpRenderTree/gtk/DumpRenderTree.cpp:
     11        (displayWebView):
     12
    1132009-12-10  Adam Barth  <abarth@webkit.org>
    214
  • trunk/WebKitTools/DumpRenderTree/gtk/DumpRenderTree.cpp

    r51941 r51947  
    127127void displayWebView()
    128128{
    129 
     129    gtk_widget_queue_draw(GTK_WIDGET(webView));
    130130}
    131131
Note: See TracChangeset for help on using the changeset viewer.