diff options
author | Christian Persch <chpe@src.gnome.org> | 2008-04-04 05:00:23 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2008-04-04 05:00:23 +0800 |
commit | 18325ac0850ff053477580b448fc6d1b7f21afa8 (patch) | |
tree | 95601b4b872d95ec4fed73d46835639ffbc159a3 /data/chrome | |
parent | c0267b1c65c216a3f1e4743be20b7175ac903b50 (diff) | |
download | gsoc2013-epiphany-18325ac0850ff053477580b448fc6d1b7f21afa8.tar gsoc2013-epiphany-18325ac0850ff053477580b448fc6d1b7f21afa8.tar.gz gsoc2013-epiphany-18325ac0850ff053477580b448fc6d1b7f21afa8.tar.bz2 gsoc2013-epiphany-18325ac0850ff053477580b448fc6d1b7f21afa8.tar.lz gsoc2013-epiphany-18325ac0850ff053477580b448fc6d1b7f21afa8.tar.xz gsoc2013-epiphany-18325ac0850ff053477580b448fc6d1b7f21afa8.tar.zst gsoc2013-epiphany-18325ac0850ff053477580b448fc6d1b7f21afa8.zip |
Exorcise gecko configure & build stuff
svn path=/trunk/; revision=8183
Diffstat (limited to 'data/chrome')
-rw-r--r-- | data/chrome/Makefile.am | 31 | ||||
-rw-r--r-- | data/chrome/about.xhtml | 99 | ||||
-rw-r--r-- | data/chrome/app-chrome.manifest.in | 4 | ||||
-rw-r--r-- | data/chrome/brand.dtd.in | 7 | ||||
-rw-r--r-- | data/chrome/brand.properties.in | 4 | ||||
-rw-r--r-- | data/chrome/netError.dtd | 9 |
6 files changed, 0 insertions, 154 deletions
diff --git a/data/chrome/Makefile.am b/data/chrome/Makefile.am deleted file mode 100644 index 04c575340..000000000 --- a/data/chrome/Makefile.am +++ /dev/null @@ -1,31 +0,0 @@ -manifestdir = $(pkgdatadir)/chrome -manifest_in_files = app-chrome.manifest.in -manifest_DATA = $(manifest_in_files:.manifest.in=.manifest) - -%.manifest: %.manifest.in - @sed -e "s!@CHROMEDIR@!$(pkgdatadir)/chrome!g" $< > $@ - -brandingdir = $(manifestdir)/branding -branding_in_files = \ - brand.dtd.in \ - brand.properties.in -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) \ - $(globalchrome_DATA) - -CLEANFILES = \ - $(manifest_DATA) - -DISTCLEANFILES = \ - $(manifest_DATA) \ - $(branding_DATA) diff --git a/data/chrome/about.xhtml b/data/chrome/about.xhtml deleted file mode 100644 index 664d46126..000000000 --- a/data/chrome/about.xhtml +++ /dev/null @@ -1,99 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> - -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" - "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" [ -<!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd" > -%brandDTD; -]> - -<!-- ***** BEGIN LICENSE BLOCK ***** - - Version: MPL 1.1/GPL 2.0/LGPL 2.1 - - - - The contents of this file are subject to the Mozilla Public License Version - - 1.1 (the "License"); you may not use this file except in compliance with - - the License. You may obtain a copy of the License at - - http://www.mozilla.org/MPL/ - - - - Software distributed under the License is distributed on an "AS IS" basis, - - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - - for the specific language governing rights and limitations under the - - License. - - - - The Original Code is Mozilla Communicator client code, released - - March 31, 1998. - - - - The Initial Developer of the Original Code is - - Netscape Communications Corporation. - - Portions created by the Initial Developer are Copyright © 1998-1999 - - the Initial Developer. All Rights Reserved. - - - - Contributor(s): - - Henrik Gemal <mozilla@gemal.dk> - - Daniel Veditz <dveditz@netscape.com> - - Alexey Chernyak <alexeyc@bigfoot.com> - - Crispin Flowerday <crispin@gnome.org> - - - - Alternatively, the contents of this file may be used under the terms of - - either the GNU General Public License Version 2 or later (the "GPL"), or - - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), - - in which case the provisions of the GPL or the LGPL are applicable instead - - of those above. If you wish to allow use of your version of this file only - - under the terms of either the GPL or the LGPL, and not to allow others to - - use your version of this file under the terms of the MPL, indicate your - - decision by deleting the provisions above and replace them with the notice - - and other provisions required by the GPL or the LGPL. If you do not delete - - the provisions above, a recipient may use your version of this file under - - the terms of any one of the MPL, the GPL or the LGPL. - - - - ***** END LICENSE BLOCK ***** --> - -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> -<title>About:</title> -<style type="text/css"> -img { - border: 0; -} -p { - font-size: smaller; -} -h1 { - margin: 0; -} -:link { - color: #00e; -} -:visited { - color: #551a8b; -} -:link:active, :visited:active { - color: #f00; -} -</style> -</head> -<body> - -<div id="mozinfo" align="center"> -<a href="&releaseURL;"> -<img src="moz-icon://stock/gnome-web-browser?size=dialog" alt="&brandShortName;"/></a> - -<h1> -<a id="mozlink" href="&releaseURL;">&brandShortName; &brandVersion;</a> -</h1> -<script type="application/x-javascript"> - // using try..catch to handle empty useragents and other cases where the regex fails to apply - try { - document.getElementById("mozinfo").appendChild(document.createTextNode(navigator.userAgent)); - } - catch (e) {} -</script> -</div> -<hr /> - -<ul> -<li>Copyright © 2002-2004 Marco Pesenti Gritti</li> -<li>Copyright © 2003-2007 The GNOME Web Browser Developers</li> -</ul> - -</body> -</html> diff --git a/data/chrome/app-chrome.manifest.in b/data/chrome/app-chrome.manifest.in deleted file mode 100644 index 150f691ea..000000000 --- a/data/chrome/app-chrome.manifest.in +++ /dev/null @@ -1,4 +0,0 @@ -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 diff --git a/data/chrome/brand.dtd.in b/data/chrome/brand.dtd.in deleted file mode 100644 index c048a7d17..000000000 --- a/data/chrome/brand.dtd.in +++ /dev/null @@ -1,7 +0,0 @@ -<!ENTITY brandShortName "Epiphany"> -<!ENTITY brandFullName "Epiphany @VERSION@"> -<!ENTITY vendorShortName "GNOME"> -<!ENTITY brandVersion "@VERSION@"> - -<!ENTITY releaseURL "http://www.gnome.org/projects/epiphany/"> -<!ENTITY releaseBaseURL "http://www.gnome.org/projects/epiphany/"> diff --git a/data/chrome/brand.properties.in b/data/chrome/brand.properties.in deleted file mode 100644 index 2b5fb3f9b..000000000 --- a/data/chrome/brand.properties.in +++ /dev/null @@ -1,4 +0,0 @@ -brandShortName=Epiphany -brandFullName=Epiphany @VERSION@ -vendorShortName=GNOME -brandVersion=@VERSION@ diff --git a/data/chrome/netError.dtd b/data/chrome/netError.dtd deleted file mode 100644 index 82fe3b1a8..000000000 --- a/data/chrome/netError.dtd +++ /dev/null @@ -1,9 +0,0 @@ -<!ENTITY securityOverride.linkText "Or you can add an exception…"> -<!ENTITY securityOverride.getMeOutOfHereButton "Get me out of here!"> -<!ENTITY securityOverride.exceptionButtonLabel "Add Exception…"> - -<!ENTITY securityOverride.warningText " -<p>You should not add an exception if you are using an internet connection that you do not trust completely or if you are not used to seeing a warning for this server.</p> - -<xul:button xmlns:xul='http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul' id='exceptionDialogButton' label='&securityOverride.exceptionButtonLabel;'/> -"> |