[Webkit-unassigned] [Bug 14729] [gtk] Implement FrameLoaderClientGdk::createFrame

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


http://bugs.webkit.org/show_bug.cgi?id=14729


freyther at handhelds.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #15756|review?                     |
               Flag|                            |
  Attachment #15756|0                           |1
        is obsolete|                            |
  Attachment #15784|                            |review?
               Flag|                            |




------- Comment #11 from freyther at handhelds.org  2007-08-01 10:47 PDT -------
Created an attachment (id=15784)
 --> (http://bugs.webkit.org/attachment.cgi?id=15784&action=view)
Implement ScrollView similiar to win/qt to support createFrame

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);


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list