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 ++++- 6 files changed, 26 insertions(+), 16 deletions(-) (limited to 'chrome/content') 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:

    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 @@ + +