summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | 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.
* | Add option to always update Torbutton via Tor.Mike Perry2010-04-09
| | | | | | | | Make it on by default.
* | Bug 1283: Disable the fix. Too much collateral damage..Mike Perry2010-04-09
| | | | | | | | | | We need to work on better UI to explain to users why their browser appears dead. And we need to make it a little less dead, too.
* | Bug 1246 - Fix IST timezone issue.Mike Perry2010-04-09
| |
* | Fix bug 1169 - Popup conflict with CoolPreviews 3.0.1Mike Perry2010-04-09
| |
* | Fix bug 1055 - Make error console the default log output.Mike Perry2010-04-09
| | | | | | | | FF3.5 seemed to be failing to log without this. Not sure why..
* | Bug 1033 - Update Torbutton only over Tor.Mike Perry2010-04-09
| | | | | | | | Still needs the UI portion.
* | Fix bug 1032 - Apply mystery patch from anonymous commenter.Mike Perry2010-04-09
| | | | | | | | | | Always take patches from strangers, kids. They're usually very very delicious.
* | Fix bug 1157 - Properly handle torbutton state conflicts.Mike Perry2010-04-09
| |
* | Fix bug 1283 - Disable JS event handlers on toggle.Mike Perry2010-04-09
| |
* | Merge branch 'maint-1.2' into o-master-cleanMike Perry2009-12-16
|\ \ | |/ | | | | | | | | | | Conflicts: src/chrome/locale/en/torbutton.dtd src/defaults/preferences/preferences.js src/install.rdf
| * Build design doc.Mike Perry2009-12-16
| |
| * Design doc update for 1.2.4.Mike Perry2009-12-16
| | | | | | | | Replace svn urls with git and document the livemark hooks.
| * Update changelog.Mike Perry2009-12-16
| |
| * Update translations with new strings from pootle.Mike Perry2009-12-16
| |
| * Update XPCOM hooks once more.Mike Perry2009-12-16
| | | | | | | | | | Returning is wrong. The error console errors are just how the exception reporting works.. Hacked around it.
| * Kill missing property warn in the window mapper.Mike Perry2009-12-16
| | | | | | | | Why did I ever create that "bah" entry anyways, I wonder..
| * Fix bug 1171 for reals.Mike Perry2009-12-16
| | | | | | | | | | network.dns.disablePrefetch has no default value, so we can't have one saved either.
| * Fix bug 1169: allow chrome popups.Mike Perry2009-12-16
| | | | | | | | Fixes conflict with google toolbar and possibly speeddial/others.
| * Implement Tor livemark blocking for FF3.5+.Mike Perry2009-12-16
| | | | | | | | Also add pref UI for disabling livemarks.
| * Add the Firefox 3.6 session store.Mike Perry2009-12-16
| |
| * Woops, negated a tor state there.. Should fix 1171.Mike Perry2009-12-16
| |
| * Clean up spacing on the audit doc.Mike Perry2009-12-12
| |