[Webkit-unassigned] [Bug 89872] [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 23:34:51 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=89872


Carlos Garcia Campos <cgarcia at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #149289|review?                     |review-
               Flag|                            |




--- Comment #6 from Carlos Garcia Campos <cgarcia at igalia.com>  2012-06-25 23:34:50 PST ---
(From update of attachment 149289)
View in context: https://bugs.webkit.org/attachment.cgi?id=149289&action=review

> Source/WebKit2/UIProcess/API/C/WKPage.cpp:602
> +    WKPageGetContentsAsMHTMLData(pageRef, callGetContentsAsMHTMLDataBlockAndDispose, Block_copy(block));

You are missing the bool useBinaryEncoding parameter here. And the order is context, callback, you are passing the callback before the context.

-- 
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