diff options
author | Einar Egilsson | 2009-10-09 15:06:05 +0000 |
---|---|---|
committer | Einar Egilsson | 2009-10-09 15:06:05 +0000 |
commit | a5395e0ea3e95d7213d72a2595901a5b686af8bf (patch) | |
tree | 5edf25330a1c41334a2e63a9217a3cbece3a6f0b | |
parent | 9e015e88be66504c1de22f78202178b66b156cbb (diff) |
Properties changes
git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@259 119bf307-c92d-0410-89bd-8f53e6181181
-rw-r--r-- | build.bat | 1 | ||||
-rw-r--r-- | chrome/content/code/redirectList.xul.js | 2 | ||||
-rw-r--r-- | chrome/content/log.html | 1 | ||||
-rw-r--r-- | chrome/content/ui/redirectList.xul | 2 |
4 files changed, 4 insertions, 2 deletions
@@ -1 +1,2 @@ +REM $Id$
mozbuild.py redirector.xpi
\ No newline at end of file diff --git a/chrome/content/code/redirectList.xul.js b/chrome/content/code/redirectList.xul.js index 046d018..6fdcca3 100644 --- a/chrome/content/code/redirectList.xul.js +++ b/chrome/content/code/redirectList.xul.js @@ -1,4 +1,4 @@ -//// document.getElementByIdId: redirectList.xul.js 249 2009-09-15 21:41:06Z einar@einaregilsson.com document.getElementById
+// $Id$
var Redirector = Components.classes["@einaregilsson.com/redirector;1"].getService(Components.interfaces.nsISupports).wrappedJSObject;
const Cc = Components.classes;
diff --git a/chrome/content/log.html b/chrome/content/log.html index 64ff726..a70d9f4 100644 --- a/chrome/content/log.html +++ b/chrome/content/log.html @@ -1,3 +1,4 @@ +<!-- $Id$ -->
<html>
<head>
<title>Redirector Log Message Listener
diff --git a/chrome/content/ui/redirectList.xul b/chrome/content/ui/redirectList.xul index 9154e8a..58c726a 100644 --- a/chrome/content/ui/redirectList.xul +++ b/chrome/content/ui/redirectList.xul @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Id -->
+<!-- $Id$ -->
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://redirector/skin/redirector.css" type="text/css"?>
|