summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * Bug 1246 - Fix IST timezone issue.Mike Perry2010-03-18
| |
| * Fix bug 1169 - Popup conflict with CoolPreviews 3.0.1Mike Perry2010-03-18
| |
| * Bump version to prerelease.Mike Perry2010-03-17
| |
| * Fix bug 1055 - Make error console the default log output.Mike Perry2010-03-17
| | | | | | | | FF3.5 seemed to be failing to log without this. Not sure why..
| * Bug 1033 - Update Torbutton only over Tor.Mike Perry2010-03-17
| | | | | | | | Still needs the UI portion.
| * Fix bug 1032 - Apply mystery patch from anonymous commenter.Mike Perry2010-03-17
| | | | | | | | | | Always take patches from strangers, kids. They're usually very very delicious.
| * Fix bug 1157 - Properly handle torbutton state conflicts.Mike Perry2010-03-17
| |
| * Fix bug 1283 - Disable JS event handlers on toggle.Mike Perry2010-03-16
| |
| * Update version.Mike Perry2009-12-16
| |
* | clean up else{}Jacob Appelbaum2010-09-30
| |
* | we now have a working window with a reasonable prefJacob Appelbaum2010-09-30
| |
* | proper name space issuesJacob Appelbaum2010-09-30
| |
* | proper nameJacob Appelbaum2010-09-30
| |
* | fix issue with smoke in roomJacob Appelbaum2010-09-30
| |
* | changed name space on transparent tor prefJacob Appelbaum2010-09-30
| |
* | ensure we gray the radio buttonsJacob Appelbaum2010-09-30
| |
* | give this execute bitJacob Appelbaum2010-09-30
| |
* | set tor to be enabledJacob Appelbaum2010-09-30
| |
* | hook actual user requests into a meaningful selectionJacob Appelbaum2010-09-30
| |
* | add prefJacob Appelbaum2010-09-30
| |
* | add string for transparent torJacob Appelbaum2010-09-30
| |
* | add transparent tor option to prefsJacob Appelbaum2010-09-30
| |
* | we speak english around hereJacob Appelbaum2010-09-30
| |
* | Added smart ref spoofingMike Perry2010-09-30
| | | | | | | | | | | | | | | | Conflicts: src/chrome/content/preferences.js src/chrome/content/preferences.xul src/components/torRefSpoofer.js
* | Update slides.Mike Perry2010-06-28
| | | | | | | | Were used at meeting with Mozilla.
* | Update design doc html.Mike Perry2010-06-28
| |
* | Update design doc with new firefox bugs.Mike Perry2010-06-28
| | | | | | | | | | Bugs came from ideas generated at a meeting with pde (panopticlick author) and mozilla.
* | Update rebuilt design doc.Mike Perry2010-04-09
| |
* | Update Torbutton design doc for 1.2.5Mike Perry2010-04-09
| |
* | Add changelog.Mike Perry2010-04-09
| |
* | Update translation strings for search option text.Mike Perry2010-04-09
| |
* | Clarify the search option a bit.Mike Perry2010-04-09
| | | | | | | | | | | | Also add Yahoo. Despite the fact that they like to surrender their users over to their deaths, they are the 3rd most popular search engine, and they don't ban Tor.
* | Update translations with new strings from pootle and the en template.Mike Perry2010-04-09
| |
* | Improve message about external content.Mike Perry2010-04-09
| |
* | Fix bug 1321: Killing FF via the window close button ruins startup state.Mike Perry2010-04-09
| | | | | | | | | | | | | | | | | | Turns out that when you tell the window manager to close the window, Firefox delivers the window close event and destroys the XUL *before* dispatching 'quit-application-granted', as opposed to after. This means the observer for this event needs to be moved into a component as opposed to living in the chrome XUL.
* | Regression on CoolPreviews fix.Mike Perry2010-04-09
| | | | | | | | Used a Pythonism.. Too many programming languages...
* | Forgot to properly scope a variable for query redirect.Mike Perry2010-04-09
| | | | | | | | Wow, this was an annoying regression.
* | Lie about our window size even if we didn't get a chance to round it.Mike Perry2010-04-09
| | | | | | | | Patch from outofwords.
* | Bump FF version to 3.6.3.Mike Perry2010-04-09
| |
* | Alter redir fix slighlty.Mike Perry2010-04-09
| | | | | | | | This seems to be a little more sensible.
* | Fix two google search redirect issues.Mike Perry2010-04-09
| | | | | | | | | | Both were introduced in bug 1304's fixes. First was in a multiple redirect. Second was in the google search box randomly dying.
* | Woops, we did the regex wrong for the query.Mike Perry2010-04-09
| |
* | Fix bug 1337: Bind alerts to correct window.Mike Perry2010-04-09
| |
* | Add pref UI for google search box fix.Mike Perry2010-04-09
| |
* | Strip identifying info off Google searchbox queries.Mike Perry2010-04-09
| |
* | Add UI for Google query redirect.Mike Perry2010-04-09
| |
* | Redirect Google queries to competitors' search engines.Mike Perry2010-04-09
| | | | | | | | | | If google is giving captchas, ask the user if they want to be redirected to another search engine. Default is IXquick.
* | Fix bug 1235: Improve torbutton changed-state message.Mike Perry2010-04-09
| |
* | Fix bug 1302: Update useragent to FF3.6.2 on NT6.1.Mike Perry2010-04-09
| |
* | Fix bug 1219: Fix the toggle warning loop.Mike Perry2010-04-09
| | | | | | | | It should now only display once per settings window close.