Author: dgolovin
Date: 2010-08-04 14:31:22 -0400 (Wed, 04 Aug 2010)
New Revision: 23926
Added:
trunk/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/simple/
trunk/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/simple/application.ini
trunk/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/simple/chrome/
trunk/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/simple/chrome/en-US.jar
trunk/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/simple/chrome/en-US.manifest
trunk/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/simple/chrome/simple.jar
trunk/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/simple/chrome/simple.manifest
trunk/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/simple/components/
trunk/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/simple/components/components.list
trunk/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/simple/defaults/
trunk/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/simple/defaults/preferences/
trunk/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/simple/defaults/preferences/simple-prefs.js
trunk/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/simple/extensions/
Log:
simple test application for xulrunner
Added: trunk/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/simple/application.ini
===================================================================
--- trunk/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/simple/application.ini
(rev 0)
+++
trunk/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/simple/application.ini 2010-08-04
18:31:22 UTC (rev 23926)
@@ -0,0 +1,42 @@
+[App]
+;
+; This field specifies your organization's name. This field is recommended,
+; but optional.
+Vendor=MozillaTest
+;
+; This field specifies your application's name. This field is required.
+Name=Simple
+;
+; This field specifies your application's version. This field is required.
+Version=0.1
+;
+; This field specifies your application's build ID (timestamp). This field is
+; required.
+BuildID=20070625
+;
+; This field specifies a compact copyright notice for your application. This
+; field is optional.
+Copyright=Copyright (c) 2004
Mozilla.org
+;
+; This ID is just an example. Every XUL app ought to have it's own unique ID.
+; You can use the microsoft "guidgen" or "uuidgen" tools, or go on
+;
irc.mozilla.org and /msg botbot uuid. This field is optional.
+ID={3aea3f07-ffe3-4060-bb03-bff3a5365e90}
+
+[Gecko]
+;
+; This field is required. It specifies the minimum Gecko version that this
+; application requires.
+MinVersion=1.9.2
+;
+; This field is optional. It specifies the maximum Gecko version that this
+; application requires. It should be specified if your application uses
+; unfrozen interfaces.
+MaxVersion=1.9.2
+
+[Shell]
+;
+; This field specifies the location of your application's main icon with file
+; extension excluded. NOTE: Unix style file separators are required. This
+; field is optional.
+Icon=chrome/icons/default/simple
Property changes on:
trunk/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/simple/application.ini
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added:
trunk/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/simple/chrome/en-US.jar
===================================================================
(Binary files differ)
Property changes on:
trunk/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/simple/chrome/en-US.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added:
trunk/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/simple/chrome/en-US.manifest
===================================================================
---
trunk/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/simple/chrome/en-US.manifest
(rev 0)
+++
trunk/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/simple/chrome/en-US.manifest 2010-08-04
18:31:22 UTC (rev 23926)
@@ -0,0 +1 @@
+locale simple en-US jar:en-US.jar!/locale/en-US/
Added:
trunk/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/simple/chrome/simple.jar
===================================================================
(Binary files differ)
Property changes on:
trunk/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/simple/chrome/simple.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added:
trunk/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/simple/chrome/simple.manifest
===================================================================
---
trunk/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/simple/chrome/simple.manifest
(rev 0)
+++
trunk/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/simple/chrome/simple.manifest 2010-08-04
18:31:22 UTC (rev 23926)
@@ -0,0 +1 @@
+content simple jar:simple.jar!/content/
Added:
trunk/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/simple/components/components.list
===================================================================
---
trunk/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/simple/components/components.list
(rev 0)
+++
trunk/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/simple/components/components.list 2010-08-04
18:31:22 UTC (rev 23926)
@@ -0,0 +1,2 @@
+libsimpletest.so
+SimpleTest.js
Added:
trunk/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/simple/defaults/preferences/simple-prefs.js
===================================================================
---
trunk/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/simple/defaults/preferences/simple-prefs.js
(rev 0)
+++
trunk/xulrunner/plugins/org.mozilla.xulrunner.gtk.linux.x86/simple/defaults/preferences/simple-prefs.js 2010-08-04
18:31:22 UTC (rev 23926)
@@ -0,0 +1,2 @@
+pref("toolkit.defaultChromeURI",
"chrome://simple/content/simple.xul");
+pref("general.useragent.extra.simple", "SimpleApp/0.1");