aboutsummaryrefslogtreecommitdiffstats
path: root/src/epiphany.gresource.xml
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-09-29 16:10:37 +0800
committerXan Lopez <xan@igalia.com>2012-10-01 04:46:04 +0800
commit253ce5aa8e437687f329d3d51469fdabda3ee8d7 (patch)
tree275cb8bf461cd2847465c6772d69c036cf8ab2fe /src/epiphany.gresource.xml
parent892cab7e083e801b5fb5e7047b6305cfe9acd7b6 (diff)
downloadgsoc2013-epiphany-253ce5aa8e437687f329d3d51469fdabda3ee8d7.tar
gsoc2013-epiphany-253ce5aa8e437687f329d3d51469fdabda3ee8d7.tar.gz
gsoc2013-epiphany-253ce5aa8e437687f329d3d51469fdabda3ee8d7.tar.bz2
gsoc2013-epiphany-253ce5aa8e437687f329d3d51469fdabda3ee8d7.tar.lz
gsoc2013-epiphany-253ce5aa8e437687f329d3d51469fdabda3ee8d7.tar.xz
gsoc2013-epiphany-253ce5aa8e437687f329d3d51469fdabda3ee8d7.tar.zst
gsoc2013-epiphany-253ce5aa8e437687f329d3d51469fdabda3ee8d7.zip
Import adblock extension into the source tree
This commit imports the adblock extension from 'epiphany-extensions' with as few modifications as possible. Further modifications and simplifications are possible, but for now we just load it unconditionally, enabled. We have it in the src/ directory because it depends on some high-level objects in Epiphany (EphyExtension, EphyWindow), but in the future we'll probably move it to embed/, transforming it from an extension into just the specific implementation of our EphyAdblockManager object. https://bugzilla.gnome.org/show_bug.cgi?id=681657
Diffstat (limited to 'src/epiphany.gresource.xml')
-rw-r--r--src/epiphany.gresource.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/epiphany.gresource.xml b/src/epiphany.gresource.xml
index b75646667..c04d5370b 100644
--- a/src/epiphany.gresource.xml
+++ b/src/epiphany.gresource.xml
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<gresources>
<gresource prefix="/org/gnome/epiphany">
+ <file preprocess="xml-stripblanks" compressed="true">adblock.ui</file>
<file preprocess="xml-stripblanks" compressed="true">epiphany.ui</file>
<file preprocess="xml-stripblanks" compressed="true">prefs-dialog.ui</file>
<file preprocess="xml-stripblanks">epiphany-application-menu.ui</file>