After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 679368 - Implement save as with WebKit2 API
Implement save as with WebKit2 API
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: Backend
git master
Other Linux
: Normal normal
: ---
Assigned To: Xan Lopez
Epiphany Maintainers
Depends on:
Blocks: 678610
 
 
Reported: 2012-07-04 06:54 UTC by Carlos Garcia Campos
Modified: 2012-08-17 12:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (5.21 KB, patch)
2012-08-16 08:49 UTC, Carlos Garcia Campos
committed Details | Review

Description Carlos Garcia Campos 2012-07-04 06:54:13 UTC
There will be specific API for this in WebKit2 (webkit_web_view_save()) that will save pages in MHTML. This will simplify the code in ephy and saved pages will be fully functional. See WebKit bug:

https://bugs.webkit.org/show_bug.cgi?id=89873
Comment 1 Carlos Garcia Campos 2012-08-16 08:49:44 UTC
Created attachment 221351 [details] [review]
Patch
Comment 2 Xan Lopez 2012-08-17 11:33:22 UTC
Review of attachment 221351 [details] [review]:

Nice.