[Webkit-unassigned] [Bug 14781] New: [gtk] Make WebKitGtkPage not connect to its own sgiansl but set/override the default handlers of GtkWidgetClass

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 27 04:47:16 PDT 2007


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

           Summary: [gtk] Make WebKitGtkPage not connect to its own sgiansl
                    but set/override the default handlers of GtkWidgetClass
           Product: WebKit
           Version: 522+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Keywords: Gtk
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: freyther at handhelds.org


As pointed out by xan now that WebKitGtkPage is a GtkLayout itself we should
not connect the signals but properly set/override the default handlers.

The signatures of the signals we are interested in use the specific GdkEvent*
structure instead of the GdkEvent union requiring adjustments to Platform*Event
in WebCore.

The event handling code was moved from FrameGdk to WebKitGtkPage and at that
time WebCore/platform/gdk/FrameGdk.{cpp,h} got killed and the needed stubs got
moved to WebCore/page/gdk/FrameGdk.cpp. Some more code was moved to
WebKitGtkPage (settings) and a semi internal method was moved to ImageGdk.cpp
as it is the only place using this stub ATM.


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