aboutsummaryrefslogtreecommitdiff
path: root/chrome/content/code
Commit message (Collapse)AuthorAgeFilesLines
* Deleted old filesEinar Egilsson2011-08-265-806/+0
|
* Moved everything to a js module, removed custom xpcom interfacesEinar Egilsson2011-08-261-343/+0
|
* v2.5, supports FF4.0 betas and has simplified chinese locale.Einar Egilsson2010-09-221-2/+13
| | | | git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@370 119bf307-c92d-0410-89bd-8f53e6181181
* Redirector v2.02Einar Egilsson2010-01-191-4/+4
| | | | git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@346 119bf307-c92d-0410-89bd-8f53e6181181
* Fixed bug where newly added redirects couldn't be edited the next time the ↵Einar Egilsson2009-12-212-2/+9
| | | | | | Settings window was opened within the same session. git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@345 119bf307-c92d-0410-89bd-8f53e6181181
* Fix version numberEinar Egilsson2009-11-141-1/+3
| | | | git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@305 119bf307-c92d-0410-89bd-8f53e6181181
* Bugfixes.Einar Egilsson2009-11-144-5/+5
| | | | | | 2.0.1 release git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@304 119bf307-c92d-0410-89bd-8f53e6181181
* Fixed error when pressing Cancel on the Import file picker.Einar Egilsson2009-11-116-577/+577
| | | | | | Converted spaces to tabs on all .js files. git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@294 119bf307-c92d-0410-89bd-8f53e6181181
* Fixed bug with updating imported redirectsEinar Egilsson2009-10-261-1/+1
| | | | git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@290 119bf307-c92d-0410-89bd-8f53e6181181
* Added enabled check when using 301 redirectsEinar Egilsson2009-10-261-0/+4
| | | | git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@289 119bf307-c92d-0410-89bd-8f53e6181181
* Ready for final testEinar Egilsson2009-10-261-3/+17
| | | | git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@288 119bf307-c92d-0410-89bd-8f53e6181181
* Fixed small bugEinar Egilsson2009-10-201-1/+2
| | | | git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@287 119bf307-c92d-0410-89bd-8f53e6181181
* Changed to use actual interfaces! Seems to work, tiny bug left in unit tests.Einar Egilsson2009-10-206-326/+384
| | | | git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@285 119bf307-c92d-0410-89bd-8f53e6181181
* xpidl up and running, build script updatedEinar Egilsson2009-10-191-0/+15
| | | | git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@283 119bf307-c92d-0410-89bd-8f53e6181181
* Fixed small error in exclude patternEinar Egilsson2009-10-191-1/+4
| | | | git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@282 119bf307-c92d-0410-89bd-8f53e6181181
* Got rid of eval statementEinar Egilsson2009-10-191-1/+1
| | | | git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@281 119bf307-c92d-0410-89bd-8f53e6181181
* Check for loop redirects implementedEinar Egilsson2009-10-192-4/+22
| | | | git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@280 119bf307-c92d-0410-89bd-8f53e6181181
* Another stupid mistake fixEinar Egilsson2009-10-181-2/+0
| | | | git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@278 119bf307-c92d-0410-89bd-8f53e6181181
* Fix stupid mistakeEinar Egilsson2009-10-181-1/+0
| | | | git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@277 119bf307-c92d-0410-89bd-8f53e6181181
* Issue with upgrading should be fixedEinar Egilsson2009-10-182-12/+11
| | | | git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@276 119bf307-c92d-0410-89bd-8f53e6181181
* Redirector 2.0 Candidate 3Einar Egilsson2009-10-161-2/+6
| | | | git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@275 119bf307-c92d-0410-89bd-8f53e6181181
* Redirecting after 30x redirects now works !Einar Egilsson2009-10-161-3/+27
| | | | git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@272 119bf307-c92d-0410-89bd-8f53e6181181
* Fix for 30x redirects half finishedEinar Egilsson2009-10-161-61/+43
| | | | git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@271 119bf307-c92d-0410-89bd-8f53e6181181
* Greatly simplified XPCOM plumbingEinar Egilsson2009-10-161-15/+8
| | | | git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@270 119bf307-c92d-0410-89bd-8f53e6181181
* Before using XPCOMUtilsEinar Egilsson2009-10-161-7/+55
| | | | git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@269 119bf307-c92d-0410-89bd-8f53e6181181
* Del and Enter keys work in redirect list.Einar Egilsson2009-10-153-4/+26
| | | | git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@268 119bf307-c92d-0410-89bd-8f53e6181181
* Pluralization correct, off by one error in importEinar Egilsson2009-10-141-6/+14
| | | | git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@267 119bf307-c92d-0410-89bd-8f53e6181181
* Import and Export working, might need some more singular/plural fixes in ↵Einar Egilsson2009-10-142-8/+31
| | | | | | language. git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@266 119bf307-c92d-0410-89bd-8f53e6181181
* Naming changes and final fix to up/down buttonsEinar Egilsson2009-10-121-1/+3
| | | | git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@265 119bf307-c92d-0410-89bd-8f53e6181181
* RestructuringEinar Egilsson2009-10-091-4/+3
| | | | git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@263 119bf307-c92d-0410-89bd-8f53e6181181
* Change to settings.xul.jsEinar Egilsson2009-10-091-0/+0
| | | | git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@262 119bf307-c92d-0410-89bd-8f53e6181181
* Properties changesEinar Egilsson2009-10-091-1/+1
| | | | git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@259 119bf307-c92d-0410-89bd-8f53e6181181
* Preferences part of window readyEinar Egilsson2009-10-095-188/+246
| | | | | | | Compiled patterns Preferences object git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@258 119bf307-c92d-0410-89bd-8f53e6181181
* Tooltips and accesskeysEinar Egilsson2009-10-082-30/+45
| | | | git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@257 119bf307-c92d-0410-89bd-8f53e6181181
* UI refactoring and added skinEinar Egilsson2009-10-083-29/+22
| | | | git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@256 119bf307-c92d-0410-89bd-8f53e6181181
* Prompt before delete, disable edit and delete buttons properly. Use ↵Einar Egilsson2009-10-071-22/+27
| | | | | | checkboxes for setting enabled/disabled status of redirects. git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@255 119bf307-c92d-0410-89bd-8f53e6181181
* Finally working normally again after massive refactoring.Einar Egilsson2009-10-075-299/+394
| | | | | | | Disabling single redirects works but needs more GUI work. Added Redirector log file since the Error Console keeps deleting our messages. git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@253 119bf307-c92d-0410-89bd-8f53e6181181
* Total restructuring of files.Einar Egilsson2009-09-154-0/+749
Unescape matches fully working Export of redirects working. git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@249 119bf307-c92d-0410-89bd-8f53e6181181