[Webkit-unassigned] [Bug 89872] New: [WK2] Add new C API to generate MHTML data from the UI process
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jun 25 05:51:45 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=89872
Summary: [WK2] Add new C API to generate MHTML data from the UI
process
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit2
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: msanchez at igalia.com
It would be good to have a way in WK2 to generate MHTML date for a page from the UIProcess, by providing a new C API wrapping the following functions from WebCore::MHTMLArchive:
class MHTMLArchive : public Archive {
public:
[...]
static PassRefPtr<SharedBuffer> generateMHTMLData(Page*);
// Binary encoding results in smaller MHTML files but they might not work in other browsers.
static PassRefPtr<SharedBuffer> generateMHTMLDataUsingBinaryEncoding(Page*);
[...]
};
This bug is for that.
--
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