aboutsummaryrefslogtreecommitdiff
path: root/chrome
Commit message (Collapse)AuthorAgeFilesLines
* CRUD stuff almost readyEinar Egilsson2015-09-0217-1835/+0
|
* Fix toolbar issuesEinar Egilsson2015-06-075-54/+12
|
* Update browserOverlay.jsFrogomeli2015-05-311-5/+5
|
* Update browserOverlay.jsFrogomeli2015-05-311-0/+5
|
* Update browserOverlay.xulFrogomeli2015-05-311-1/+7
|
* Update redirector.cssGitoffthelawn2015-05-121-7/+11
| | | Added Segoe UI font for windows, while keeping Tahoma for OSX, and sans-serif for other OS. Cleaned up code just a touch.
* CSS changesEinar Egilsson2015-05-111-36/+124
|
* Update redirector.cssGitoffthelawn2015-05-091-14/+13
| | | | | Changes made: Fixed bug in background (wasn't working with scrolling), updated background css to current standards, compromised in width (at least temporarily!) so longer rules will fit in one line), compromised on amount of empty space above header, removed Arial font because it is non-discernible (I recommend switching to Segoe UI as primary font, but left Tahoma because I think you like it more), removed hard-coded font size because it prevents the extension from being accessible to visually-impaired users. Questions: (1) Is any of the HTML section needed? If not, how about we toss it? (2) In BODY section, is min-height, margin, or padding needed?
* v2.9Einar Egilsson2015-05-061-4/+18
|
* Merge pull request #11 from Gitoffthelawn/patch-2Einar Egilsson2015-05-061-2/+28
|\ | | | | Update redirector-ui.js
| * Update redirector-ui.jsGitoffthelawn2015-05-051-2/+28
| | | | | | Improve usability, fix bug when testing rule, show description of each rule, show whether or not filter is enabled.
* | Merge pull request #12 from Gitoffthelawn/patch-3Einar Egilsson2015-05-061-65/+59
|\ \ | | | | | | Update redirector.css
| * | Update redirector.cssGitoffthelawn2015-05-051-65/+59
| |/ | | | | Improve usability, improve accessibility for the visually disabled, comment code, update to newer standards.
* / Update redirector.htmlGitoffthelawn2015-05-051-12/+14
|/ | | Improve usability, show descriptions, show whether rule is enabled or disabled, remove examples, remove UI for deprecated statusbar (likely causes users to mistakenly think Redirector is broken).
* Fix missing description, issue #6Einar Egilsson2014-11-051-0/+1
|
* Configuration to disable Alt-r hotkey (conflicts with reload when ↵Dean Serenevy2014-09-062-1/+2
| | | | ui.key.accelKey = 18)
* Removed proxyserver.js + fixed bug with empty capturesEinar Egilsson2012-05-153-69/+8
|
* add default name (w/ ext) since not all OSes automatically append ext and ↵Noah Luck Easterly2012-03-291-0/+1
| | | | this shows the user the ext is necessary
* fixing bug that caused exports not to be saved in FF10Noah Luck Easterly2012-03-291-1/+3
|
* adding escape option so you can transform a url into a parameter (if you ↵Noah Luck Easterly2012-03-104-7/+23
| | | | wanted to automatically check the google cache or somesuch)
* 2.7.1Einar Egilsson2012-01-081-9/+40
|
* 2.7.1Einar Egilsson2012-01-083-21/+11
|
* 2.7Einar Egilsson2012-01-071-8/+8
|
* 2.7 release readyEinar Egilsson2012-01-071-1/+1
|
* Fix config screenEinar Egilsson2012-01-074-6/+21
|
* XPCOM fixes + CRUDEinar Egilsson2012-01-075-28/+35
|
* More CRUD fixesEinar Egilsson2012-01-062-167/+190
|
* Basic CRUD workingEinar Egilsson2012-01-062-4/+30
|
* Gui fixesEinar Egilsson2012-01-063-10/+64
|
* Total restructuring of files and deletion of old filesEinar Egilsson2011-09-0427-723/+178
|
* Better pref handlingEinar Egilsson2011-09-013-46/+30
|
* Some style fixesEinar Egilsson2011-08-302-11/+15
|
* Delete redirectsEinar Egilsson2011-08-303-8/+14
|
* Move redirects by drag/dropEinar Egilsson2011-08-303-9/+45
|
* CSS for settings pageEinar Egilsson2011-08-292-24/+69
|
* Config entries working in new html settingsEinar Egilsson2011-08-292-6/+21
|
* Very rough draft of html settingsEinar Egilsson2011-08-296-31/+199
|
* XPCOM wrappersEinar Egilsson2011-08-281-0/+7
|
* Prototype of redirecting proxy serverEinar Egilsson2011-08-284-46/+84
|
* Added close button + alt+r shortcut to toggle enabledEinar Egilsson2011-08-266-34/+41
|
* Deleted old filesEinar Egilsson2011-08-2629-1719/+1
|
* Upgrade half readyEinar Egilsson2011-08-262-50/+98
|
* Moved everything to a js module, removed custom xpcom interfacesEinar Egilsson2011-08-2621-343/+1820
|
* v2.5, supports FF4.0 betas and has simplified chinese locale.Einar Egilsson2010-09-225-2/+134
| | | | 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-146-7/+7
| | | | | | 2.0.1 release git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@304 119bf307-c92d-0410-89bd-8f53e6181181
* .png bugsEinar Egilsson2009-11-141-1/+1
| | | | git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@303 119bf307-c92d-0410-89bd-8f53e6181181
* fEinar Egilsson2009-11-141-0/+0
| | | | git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@302 119bf307-c92d-0410-89bd-8f53e6181181