[Webkit-unassigned] [Bug 92967] [GTK][WK2] Add API for suggested filename from a URI Response.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Aug 17 06:34:38 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=92967
--- Comment #9 from Claudio Saavedra <csaavedra at igalia.com> 2012-08-17 06:35:10 PST ---
Created an attachment (id=159108)
--> (https://bugs.webkit.org/attachment.cgi?id=159108&action=review)
[GTK] Add WK2 API to get suggested filename for URI responses https://bugs.webkit.org/show_bug.cgi?id=92967
Reviewed by NOBODY (OOPS!).
Webcore has API the suggested filename for a response, add a
property and getter for it in WebKitURIResponse.
* UIProcess/API/gtk/WebKitURIResponse.cpp:
(_WebKitURIResponsePrivate): Add a CString holding the value.
(webkitURIResponseGetProperty): Add the gobject bits for the
property.
(webkit_uri_response_class_init): Install the property.
(webkit_uri_response_get_suggested_filename): New getter.
* UIProcess/API/gtk/WebKitURIResponse.h: Declare the public
method.
* UIProcess/API/gtk/docs/webkit2gtk-sections.txt: Add the new API
symbols.
--
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