[Webkit-unassigned] [Bug 61801] New: Add Glade catalog for WebKitGTK widgets

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 31 13:21:40 PDT 2011


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

           Summary: Add Glade catalog for WebKitGTK widgets
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: juanpablougarte at gmail.com


Hello guys this is a basic implementation to add WebkitGTK widget support for glade and should be more that enough as a starting point.
It currently lets you embed a WebKitWebView and setup WebKitWebSettings object properties.

I also made a glade module that adds a URL property to WebView so that you can type in some address in glade to be able to see something.
In any case this new prop will never be saved to the builder file.

This is my first time I submit a patch for webkit and I had to touch the build system so that really needs review to make I made it the webkit way.
BTW we need icons for both classes 16x16 and 22x22 pixels

greets

Juan Pablo

Changelog:
    * configure.ac: added --enable-glade-catalog option

    * Source/WebKit/gtk/GNUmakefile.am: include Source/WebKit/gtk/GNUmakefile.am if --enable-glade-catalog was used

    * Source/WebKit/gtk/glade/GNUmakefile.am: rules to build libgladewebkit

    * Source/WebKit/gtk/glade/glade-webkit.c: glade module source.

    * Source/WebKit/gtk/glade/webkit.xml: Glade catalog (WebKitWebView and WebKitWebSettings support)

    * Source/WebKit/gtk/glade/icons/GNUmakefile.am: rules to install icons

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



More information about the webkit-unassigned mailing list