[webkit-reviews] review canceled: [Bug 31402] WebInspector: timeline-paint.html test fails on Windows and GTK+ platforms : [Attachment 43117] WebInspector: fixes timeline-paint.html test for Windows.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 13 05:49:51 PST 2009


Eric Ayers <zundel at google.com> has canceled Eric Ayers <zundel at google.com>'s
request for review:
Bug 31402: WebInspector: timeline-paint.html test fails on Windows and GTK+
platforms
https://bugs.webkit.org/show_bug.cgi?id=31402

Attachment 43117: WebInspector: fixes timeline-paint.html test for Windows.
https://bugs.webkit.org/attachment.cgi?id=43117&action=review

------- Additional Comments from Eric Ayers <zundel at google.com>
Moved the paint message into displayWebView()  It appears that UpdateWindow()
was not generating a WM_PAINT message in this case.

>From reading the MSDN docs, the UpdateWindow() call is pretty much just a way
to conditionally send a WM_PAINT.  In this case, we really do want to force a
paint, so I just swapped out the call with SendMessage(...,WM_PAINT).  This is
consistent with the way dump() works.


More information about the webkit-reviews mailing list