[Webkit-unassigned] [Bug 89873] [WK2][GTK] Implement new API to save a web page using MHTML

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 26 10:14:11 PDT 2012


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


Mario Sanchez Prada <msanchez at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #149501|0                           |1
        is obsolete|                            |
 Attachment #149501|review?                     |
               Flag|                            |
 Attachment #149551|                            |review?
               Flag|                            |




--- Comment #8 from Mario Sanchez Prada <msanchez at igalia.com>  2012-06-26 10:14:07 PST ---
Created an attachment (id=149551)
 --> (https://bugs.webkit.org/attachment.cgi?id=149551&action=review)
Patch Proposal + Unit Tests + Documentation

There was a wrong line in the previous patch, so attaching a new patch with the following difference:

  -            ASSERT(G_IS_FILE(data->file));
  +            ASSERT(G_IS_FILE(data->file.get()));

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