From 0226cb6655cdf0948be1e91d0876925c0b7cb72c Mon Sep 17 00:00:00 2001
From: Einar Egilsson
Date: Sun, 10 May 2009 05:20:55 +0000
Subject: SVN keywords on all source files
git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@210 119bf307-c92d-0410-89bd-8f53e6181181
---
chrome/content/help.html | 9 ++-------
chrome/content/overlay.js | 8 +-------
chrome/content/overlay.xul | 1 -
chrome/content/redirect.xul | 1 +
chrome/content/redirectList.js | 18 ++++++++++++++++++
chrome/content/redirectList.xul | 5 ++++-
chrome/locale/en-US/redirector.properties | 1 +
chrome/skin/overlay.css | 1 -
8 files changed, 27 insertions(+), 17 deletions(-)
delete mode 100644 chrome/skin/overlay.css
(limited to 'chrome')
diff --git a/chrome/content/help.html b/chrome/content/help.html
index e74048e..0ce6769 100644
--- a/chrome/content/help.html
+++ b/chrome/content/help.html
@@ -1,3 +1,4 @@
+
Redirector Help
@@ -18,7 +19,6 @@
Exclude pattern
Redirect to
Pattern type
- Only if link exists
Wildcards
@@ -49,7 +49,7 @@
Basic usage
To add a new redirect you can go to the Tools menuitem and select Redirector . That will
open the Redirector settings window which shows all your redirects. The window can also be opened
- by right clicking on the R icon in your statusbar and selecting Manage redirects .
+ by right clicking on the R icon in your statusbar.
There you can press the Add... button and then you can enter the details for the new redirect. A redirect
consists of a few things:
@@ -75,11 +75,6 @@
Pattern type: This specifies how Redirector should interpret the patterns, either as
wildcards or regular expressions .
- Only if link exists: If this is checked then the redirect will only happen if there is a link
- to the target page on the page that matches the include pattern. For instance, if you have a redirect from http://foo.com to
- http://bar.com and check Only if link exists then http://foo.com has to have a hyperlink to http://bar.com, otherwise
- nothing will happen.
-
diff --git a/chrome/content/overlay.js b/chrome/content/overlay.js
index 46f69cc..760f828 100644
--- a/chrome/content/overlay.js
+++ b/chrome/content/overlay.js
@@ -117,8 +117,6 @@ var RedirectorOverlay = {
}
},
-
-
prefObserver : {
getService : function() {
@@ -138,11 +136,7 @@ var RedirectorOverlay = {
RedirectorOverlay.setStatusBarImg();
}
}
-
}
-
-
};
window.addEventListener("load", function(event) { RedirectorOverlay.onLoad(event); }, false);
-window.addEventListener("DOMContentLoaded", function(event) { RedirectorOverlay.onDOMContentLoaded(event); }, true);
-window.addEventListener("unload", function(event) { RedirectorOverlay.onUnload(event); }, false);
\ No newline at end of file
+window.addEventListener("unload", function(event) { RedirectorOverlay.onUnload(event); }, false);
diff --git a/chrome/content/overlay.xul b/chrome/content/overlay.xul
index f46bfcf..9c4619e 100644
--- a/chrome/content/overlay.xul
+++ b/chrome/content/overlay.xul
@@ -1,6 +1,5 @@
-
diff --git a/chrome/content/redirect.xul b/chrome/content/redirect.xul
index e808fc4..aea930b 100644
--- a/chrome/content/redirect.xul
+++ b/chrome/content/redirect.xul
@@ -1,4 +1,5 @@
+
+
-
+
+
diff --git a/chrome/locale/en-US/redirector.properties b/chrome/locale/en-US/redirector.properties
index bac0d6c..f884575 100644
--- a/chrome/locale/en-US/redirector.properties
+++ b/chrome/locale/en-US/redirector.properties
@@ -1,3 +1,4 @@
+# $Id$
initError=Failed to initialize %S.
extensions.redirector@einaregilsson.com.description=Automatically redirects to user-defined urls on certain pages
extensionName=Redirector
diff --git a/chrome/skin/overlay.css b/chrome/skin/overlay.css
deleted file mode 100644
index b670fa5..0000000
--- a/chrome/skin/overlay.css
+++ /dev/null
@@ -1 +0,0 @@
-/* Include your overlay stylings here */
\ No newline at end of file
--
cgit v1.2.3-70-g09d2