[Webkit-unassigned] [Bug 92878] [GTK] Add WebKitNetworkResponse::suggested-filename property
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Aug 1 10:24:49 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=92878
--- Comment #5 from Claudio Saavedra <csaavedra at igalia.com> 2012-08-01 10:24:50 PST ---
Created an attachment (id=155831)
--> (https://bugs.webkit.org/attachment.cgi?id=155831&action=review)
2012-08-01 Claudio Saavedra <csaavedra at igalia.com>
[GTK] Add WebKitNetworkResponse::suggested-filename property
Need the bug URL (OOPS!).
Reviewed by NOBODY (OOPS!).
Webcore has API the suggested filename for a response, add
a property and getter for it in WebKitNetworkResponse.
* docs/webkitgtk-sections.txt: Add the symbols
* webkit/webkitnetworkresponse.cpp:
(_WebKitNetworkResponsePrivate): Add suggested_filename.
(webkit_network_response_finalize): Free it on finalize
(webkit_network_response_get_property): Add the getter call.
(webkit_network_response_class_init): Install the property.
(webkit_network_response_get_suggested_filename): New getter.
* webkit/webkitnetworkresponse.h: Add the declaration to header
file.
--
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