Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/utils/platforms/xulrunner/apps
diff options
context:
space:
mode:
Diffstat (limited to 'utils/platforms/xulrunner/apps')
-rwxr-xr-xutils/platforms/xulrunner/apps/firenarwhal/application.ini14
-rwxr-xr-xutils/platforms/xulrunner/apps/firenarwhal/chrome/branding/about.pngbin25950 -> 0 bytes
-rwxr-xr-xutils/platforms/xulrunner/apps/firenarwhal/chrome/branding/aboutCredits.pngbin25948 -> 0 bytes
-rwxr-xr-xutils/platforms/xulrunner/apps/firenarwhal/chrome/branding/aboutFooter.pngbin764 -> 0 bytes
-rwxr-xr-xutils/platforms/xulrunner/apps/firenarwhal/chrome/branding/icon48.pngbin6848 -> 0 bytes
-rwxr-xr-xutils/platforms/xulrunner/apps/firenarwhal/chrome/branding/icon64.pngbin10929 -> 0 bytes
-rwxr-xr-xutils/platforms/xulrunner/apps/firenarwhal/chrome/chrome.manifest3
-rwxr-xr-xutils/platforms/xulrunner/apps/firenarwhal/chrome/content/main.xul11
-rwxr-xr-xutils/platforms/xulrunner/apps/firenarwhal/chrome/locale/branding/brand.dtd7
-rwxr-xr-xutils/platforms/xulrunner/apps/firenarwhal/chrome/locale/branding/brand.properties3
-rwxr-xr-xutils/platforms/xulrunner/apps/firenarwhal/defaults/preferences/prefs.js20
l---------utils/platforms/xulrunner/apps/firenarwhal/extensions/mozrepl@hyperstruct.net1
l---------utils/platforms/xulrunner/apps/firenarwhal/extensions/narwhal@narwhaljs.org1
-rwxr-xr-xutils/platforms/xulrunner/apps/firenarwhal/firenarwhal27
14 files changed, 0 insertions, 87 deletions
diff --git a/utils/platforms/xulrunner/apps/firenarwhal/application.ini b/utils/platforms/xulrunner/apps/firenarwhal/application.ini
deleted file mode 100755
index 0c8bf55..0000000
--- a/utils/platforms/xulrunner/apps/firenarwhal/application.ini
+++ /dev/null
@@ -1,14 +0,0 @@
-[App]
-Vendor=narwhaljs
-Name=firenarwhal
-Version=0.1
-BuildID=20090618
-Copyright=Copyright (c) 2009 Irakli Gozalishvili
-ID=firenarwhal@narwhaljs.org
-
-[Gecko]
-MinVersion=1.9
-MaxVersion=1.9.*
-
-[XRE]
-EnableExtensionManager=true
diff --git a/utils/platforms/xulrunner/apps/firenarwhal/chrome/branding/about.png b/utils/platforms/xulrunner/apps/firenarwhal/chrome/branding/about.png
deleted file mode 100755
index 317d4f5..0000000
--- a/utils/platforms/xulrunner/apps/firenarwhal/chrome/branding/about.png
+++ /dev/null
Binary files differ
diff --git a/utils/platforms/xulrunner/apps/firenarwhal/chrome/branding/aboutCredits.png b/utils/platforms/xulrunner/apps/firenarwhal/chrome/branding/aboutCredits.png
deleted file mode 100755
index cf41883..0000000
--- a/utils/platforms/xulrunner/apps/firenarwhal/chrome/branding/aboutCredits.png
+++ /dev/null
Binary files differ
diff --git a/utils/platforms/xulrunner/apps/firenarwhal/chrome/branding/aboutFooter.png b/utils/platforms/xulrunner/apps/firenarwhal/chrome/branding/aboutFooter.png
deleted file mode 100755
index 94d9124..0000000
--- a/utils/platforms/xulrunner/apps/firenarwhal/chrome/branding/aboutFooter.png
+++ /dev/null
Binary files differ
diff --git a/utils/platforms/xulrunner/apps/firenarwhal/chrome/branding/icon48.png b/utils/platforms/xulrunner/apps/firenarwhal/chrome/branding/icon48.png
deleted file mode 100755
index 4e5c2c8..0000000
--- a/utils/platforms/xulrunner/apps/firenarwhal/chrome/branding/icon48.png
+++ /dev/null
Binary files differ
diff --git a/utils/platforms/xulrunner/apps/firenarwhal/chrome/branding/icon64.png b/utils/platforms/xulrunner/apps/firenarwhal/chrome/branding/icon64.png
deleted file mode 100755
index 5038499..0000000
--- a/utils/platforms/xulrunner/apps/firenarwhal/chrome/branding/icon64.png
+++ /dev/null
Binary files differ
diff --git a/utils/platforms/xulrunner/apps/firenarwhal/chrome/chrome.manifest b/utils/platforms/xulrunner/apps/firenarwhal/chrome/chrome.manifest
deleted file mode 100755
index 91885c3..0000000
--- a/utils/platforms/xulrunner/apps/firenarwhal/chrome/chrome.manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-content firenarwhal file:content/
-content branding file:branding/
-locale branding en-US file:locale/branding/
diff --git a/utils/platforms/xulrunner/apps/firenarwhal/chrome/content/main.xul b/utils/platforms/xulrunner/apps/firenarwhal/chrome/content/main.xul
deleted file mode 100755
index 2761102..0000000
--- a/utils/platforms/xulrunner/apps/firenarwhal/chrome/content/main.xul
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0"?>
-<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
-<window id="main" title="narwhal"
- width="800" height="600"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
- xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
- xmlns:html="http://www.w3.org/1999/xhtml"
- hidechrome="true">
- <script src="chrome://narwhal/content/narwhal.js" type="application/x-javascript"/>
-</window>
-
diff --git a/utils/platforms/xulrunner/apps/firenarwhal/chrome/locale/branding/brand.dtd b/utils/platforms/xulrunner/apps/firenarwhal/chrome/locale/branding/brand.dtd
deleted file mode 100755
index f4217bb..0000000
--- a/utils/platforms/xulrunner/apps/firenarwhal/chrome/locale/branding/brand.dtd
+++ /dev/null
@@ -1,7 +0,0 @@
-<!ENTITY brandShortName "firenarwhal">
-<!ENTITY brandFullName "narwhal runtime for xulrunner">
-<!ENTITY vendorShortName "narwhaljs.org">
-<!ENTITY logoCopyright " ">
-
-<!-- LOCALIZATION NOTE (releaseBaseURL): The about: page appends __MOZ_APP_VERSION__.html, e.g. 2.0.html -->
-<!ENTITY releaseBaseURL "http://gozala.github.com/narwhal/firenarwhal/releases/">
diff --git a/utils/platforms/xulrunner/apps/firenarwhal/chrome/locale/branding/brand.properties b/utils/platforms/xulrunner/apps/firenarwhal/chrome/locale/branding/brand.properties
deleted file mode 100755
index 8338316..0000000
--- a/utils/platforms/xulrunner/apps/firenarwhal/chrome/locale/branding/brand.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-brandShortName=Player
-brandFullName=Player
-vendorShortName=hyperstruct.net
diff --git a/utils/platforms/xulrunner/apps/firenarwhal/defaults/preferences/prefs.js b/utils/platforms/xulrunner/apps/firenarwhal/defaults/preferences/prefs.js
deleted file mode 100755
index 21c8863..0000000
--- a/utils/platforms/xulrunner/apps/firenarwhal/defaults/preferences/prefs.js
+++ /dev/null
@@ -1,20 +0,0 @@
-pref("toolkit.defaultChromeURI", "chrome://firenarwhal/content/main.xul");
-pref("xpinstall.dialog.confirm", "chrome://mozapps/content/xpinstall/xpinstallConfirm.xul");
-pref("xpinstall.dialog.progress.skin", "chrome://mozapps/content/extensions/extensions.xul?type=themes");
-pref("xpinstall.dialog.progress.chrome", "chrome://mozapps/content/extensions/extensions.xul?type=extensions");
-pref("xpinstall.dialog.progress.type.skin", "Extension:Manager-themes");
-pref("xpinstall.dialog.progress.type.chrome", "Extension:Manager-extensions");
-pref("extensions.update.enabled", true);
-pref("extensions.update.interval", 86400);
-pref("extensions.dss.enabled", false);
-pref("extensions.dss.switchPending", false);
-pref("extensions.ignoreMTimeChanges", false);
-pref("extensions.logging.enabled", false);
-pref("general.skins.selectedSkin", "classic/1.0");
-// NB these point at AMO
-//pref("extensions.update.url", "chrome://mozapps/locale/extensions/extensions.properties");
-//pref("extensions.getMoreExtensionsURL", "chrome://mozapps/locale/extensions/extensions.properties");
-//pref("extensions.getMoreThemesURL", "chrome://mozapps/locale/extensions/extensions.properties");
-pref("javascript.options.showInConsole", true);
-pref("nglayout.debug.disable_xul_cache", true);
-pref("javascript.options.strict", true);
diff --git a/utils/platforms/xulrunner/apps/firenarwhal/extensions/mozrepl@hyperstruct.net b/utils/platforms/xulrunner/apps/firenarwhal/extensions/mozrepl@hyperstruct.net
deleted file mode 120000
index 3c30747..0000000
--- a/utils/platforms/xulrunner/apps/firenarwhal/extensions/mozrepl@hyperstruct.net
+++ /dev/null
@@ -1 +0,0 @@
-../../../../../../hyperstruct/mozrepl@hyperstruct.net \ No newline at end of file
diff --git a/utils/platforms/xulrunner/apps/firenarwhal/extensions/narwhal@narwhaljs.org b/utils/platforms/xulrunner/apps/firenarwhal/extensions/narwhal@narwhaljs.org
deleted file mode 120000
index c84fb35..0000000
--- a/utils/platforms/xulrunner/apps/firenarwhal/extensions/narwhal@narwhaljs.org
+++ /dev/null
@@ -1 +0,0 @@
-../../../extensions/narwhal@narwhaljs.org \ No newline at end of file
diff --git a/utils/platforms/xulrunner/apps/firenarwhal/firenarwhal b/utils/platforms/xulrunner/apps/firenarwhal/firenarwhal
deleted file mode 100755
index 206550b..0000000
--- a/utils/platforms/xulrunner/apps/firenarwhal/firenarwhal
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/bin/bash
-
-# get the absolute path of the executable
-SELF_PATH=$(cd -P -- "$(dirname -- "$0")" && pwd -P) && SELF_PATH=$SELF_PATH/$(basename -- "$0")
-
-# resolve symlinks
-while [ -h "$SELF_PATH" ]; do
- DIR=$(dirname -- "$SELF_PATH")
- SYM=$(readlink -- "$SELF_PATH")
- SELF_PATH=$(cd -- "$DIR" && cd -- $(dirname -- "$SYM") && pwd)/$(basename -- "$SYM")
-done
-
-# Player folder
-FIRENARWHAL_HOME=$(dirname -- "$SELF_PATH")
-
-# get xulrunner
-XULRUNNER=$(which xulrunner)
-if [ ! $(which $XULRUNNER) ]; then XULRUNNER=$(which firefox); fi
-if [ ! $(which $XULRUNNER) ]; then XULRUNNER=$(which /Applications/Firefox.app/Contents/MacOS/firefox); fi
-
-# runner
-if [ $(which $XULRUNNER) ]; then
- RUNNER="$XULRUNNER -app $FIRENARWHAL_HOME/application.ini -repl $@"
- $RUNNER
-else
- echo "Can't find nor xulrunner nor firefox on your system !!"
-fi