aboutsummaryrefslogtreecommitdiffstats
path: root/data/chrome
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2008-03-28 23:08:48 +0800
committerChristian Persch <chpe@src.gnome.org>2008-03-28 23:08:48 +0800
commitc54107da5112e7fc0edf2f886128b1165ab29e1e (patch)
tree3b0a5b2af390411392cb334840415b161363ae45 /data/chrome
parent12f1826b5aeedeac6594337d8f2e523913cd1d19 (diff)
downloadgsoc2013-epiphany-c54107da5112e7fc0edf2f886128b1165ab29e1e.tar
gsoc2013-epiphany-c54107da5112e7fc0edf2f886128b1165ab29e1e.tar.gz
gsoc2013-epiphany-c54107da5112e7fc0edf2f886128b1165ab29e1e.tar.bz2
gsoc2013-epiphany-c54107da5112e7fc0edf2f886128b1165ab29e1e.tar.lz
gsoc2013-epiphany-c54107da5112e7fc0edf2f886128b1165ab29e1e.tar.xz
gsoc2013-epiphany-c54107da5112e7fc0edf2f886128b1165ab29e1e.tar.zst
gsoc2013-epiphany-c54107da5112e7fc0edf2f886128b1165ab29e1e.zip
Add netError overrides for the cert exception dialogue.
svn path=/branches/gnome-2-22/; revision=8156
Diffstat (limited to 'data/chrome')
-rw-r--r--data/chrome/Makefile.am4
-rw-r--r--data/chrome/app-chrome.manifest.in1
2 files changed, 5 insertions, 0 deletions
diff --git a/data/chrome/Makefile.am b/data/chrome/Makefile.am
index 45419f902..04c575340 100644
--- a/data/chrome/Makefile.am
+++ b/data/chrome/Makefile.am
@@ -14,6 +14,10 @@ branding_DATA = $(branding_in_files:%.in=%)
globalchromedir = $(manifestdir)/global
globalchrome_DATA = about.xhtml
+if HAVE_GECKO_1_9
+globalchrome_DATA += netError.dtd
+endif
+
EXTRA_DIST = \
$(manifest_in_files) \
$(branding_in_files) \
diff --git a/data/chrome/app-chrome.manifest.in b/data/chrome/app-chrome.manifest.in
index f75c35f04..150f691ea 100644
--- a/data/chrome/app-chrome.manifest.in
+++ b/data/chrome/app-chrome.manifest.in
@@ -1,3 +1,4 @@
override chrome://branding/locale/brand.properties file://@CHROMEDIR@/branding/brand.properties
override chrome://branding/locale/brand.dtd file://@CHROMEDIR@/branding/brand.dtd
override chrome://global/content/about.xhtml file://@CHROMEDIR@/global/about.xhtml
+override chrome://global/locale/netErrorApp.dtd file://@CHROMEDIR@/global/netError.dtd