[Webkit-unassigned] [Bug 18608] New: WebKitNetworkRequest needs to be finished

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 18 18:20:41 PDT 2008


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

           Summary: WebKitNetworkRequest needs to be finished
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: gns at gnome.org


Coming from http://trac.webkit.org/projects/webkit/wiki/HackingGtk I decided to
have this as a bug report, to help track what needs to be done and to have a
place to discuss issues.

Currently WebKitNetworkRequest only provides a simple GObject which is able to
contain a URI string; The current implementation does not use a property, only
a simple gchar* in the instance struct.

Since I intend to implement the rest of the API, exposing all of the properties
currently present in ResourceRequest, and documenting everything with gtk-doc,
I would like clarifications on if the properties in the C++ class should be
mapped using proper GObject properties (what I would guess), or simple struct
members, like uri is implemented today.


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