[Webkit-unassigned] [Bug 92878] [GTK] Add WebKitNetworkResponse::suggested-filename property
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 2 00:45:15 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=92878
Claudio Saavedra <csaavedra at igalia.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #155837|0 |1
is obsolete| |
Attachment #155837|review?, commit-queue? |
Flag| |
--- Comment #9 from Claudio Saavedra <csaavedra at igalia.com> 2012-08-02 00:45:15 PST ---
Created an attachment (id=155991)
--> (https://bugs.webkit.org/attachment.cgi?id=155991&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