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 678627 - Port resources to WebKit2
Port resources to WebKit2
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: General
git master
Other Linux
: Normal normal
: ---
Assigned To: Epiphany Maintainers
Epiphany Maintainers
Depends on:
Blocks: 678610
 
 
Reported: 2012-06-22 12:20 UTC by Carlos Garcia Campos
Modified: 2012-06-27 09:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (4.68 KB, patch)
2012-06-22 12:20 UTC, Carlos Garcia Campos
committed Details | Review

Description Carlos Garcia Campos 2012-06-22 12:20:47 UTC
Created attachment 217022 [details] [review]
Patch

Use WebKit2 resources API.
Comment 1 Xan Lopez 2012-06-26 17:03:00 UTC
Review of attachment 217022 [details] [review]:

Looks good.

::: src/window-commands.c
@@ +58,3 @@
 #include <libnotify/notify.h>
 #include <string.h>
+#include <libsoup/soup.h>

Alphabetical order for includes.