[webkit-reviews] review requested: [Bug 14729] [gtk] Implement FrameLoaderClientGdk::createFrame : [Attachment 15784] Implement ScrollView similiar to win/qt to support createFrame

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 1 10:47:19 PDT 2007


Holger Freyther <freyther at handhelds.org> has asked  for review:
Bug 14729: [gtk] Implement FrameLoaderClientGdk::createFrame
http://bugs.webkit.org/show_bug.cgi?id=14729

Attachment 15784: Implement ScrollView similiar to win/qt to support
createFrame
http://bugs.webkit.org/attachment.cgi?id=15784&action=edit

------- Additional Comments from Holger Freyther <freyther at handhelds.org>
Changes due the Xserver leakage report:
The z-order painting patch introduced thig bug. The gdk_window_end_painting
call was removed. As Xan pointed out in another bug report this window is
double buffered any so we can remove the begin_paint call as well.

Interdiff:
 +    gdk_region_get_clipbox(event->region, &clip);
-+    gdk_window_begin_paint_region(event->window, event->region);



More information about the webkit-reviews mailing list