Bug 111620

Summary: [GTK][WK2] Add webkit_uri_request_set_uri to WebKit2 GTK+ API
Product: WebKit Reporter: Manuel Rego Casasnovas <rego>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: cgarcia, gustavo, gyuyoung.kim, mrobinson, rakuco, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch cgarcia: review-

Manuel Rego Casasnovas
Reported 2013-03-06 13:43:23 PST
This is required to fix the following bug in Epiphany https://bugzilla.gnome.org/show_bug.cgi?id=695300
Attachments
Patch (3.50 KB, patch)
2013-03-06 13:50 PST, Manuel Rego Casasnovas
cgarcia: review-
Manuel Rego Casasnovas
Comment 1 2013-03-06 13:50:07 PST
WebKit Review Bot
Comment 2 2013-03-06 13:58:17 PST
Thanks for the patch. If this patch contains new public API please make sure it follows the guidelines for new WebKit2 GTK+ API. See http://trac.webkit.org/wiki/WebKitGTK/AddingNewWebKit2API
Carlos Garcia Campos
Comment 3 2013-03-06 23:11:35 PST
Comment on attachment 191825 [details] Patch Thanks for the patch, but this has already been added, see patch in bug #83681, it hasn't landed in trunk yet because it's waiting for a WebKit2 owner, but landed in the stable branch already. In any case your patch has some issues, you are allowing the API to modify a construct only property, you should change the property to not be construct only, and use webkit_uri_request_set_uri()in the GObject setter too, emitting the notify signal when it changes.
Manuel Rego Casasnovas
Comment 4 2013-03-07 00:08:38 PST
(In reply to comment #3) > (From update of attachment 191825 [details]) > Thanks for the patch, but this has already been added, see patch in bug #83681, it hasn't landed in trunk yet because it's waiting for a WebKit2 owner, but landed in the stable branch already. In any case your patch has some issues, you are allowing the API to modify a construct only property, you should change the property to not be construct only, and use webkit_uri_request_set_uri()in the GObject setter too, emitting the notify signal when it changes. Ok, sorry for the noise then. Closing as duplicated. *** This bug has been marked as a duplicate of bug 83681 ***
Note You need to log in before you can comment on or make changes to this bug.