summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | 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
| |
| * Alter how we wrap XPCOM calls.Mike Perry2009-12-12
| | | | | | | | | | Throws seem to need to be converted to returns. Of course this could be wrong. Need timeless to review it.
| * Also hook the mime service for the external app blocking too.Mike Perry2009-12-12
| | | | | | | | Precautionary measure. May result in double-warnings, needs testing.
| * Update hooked interfaces for FF3.5+FF3.6.Mike Perry2009-12-12
| | | | | | | | Should fix a nasty FF3.6 history deletion bug.
| * Fix a logging typo.Mike Perry2009-12-12
| |
| * In FF3.6, the new docShell attrs were merged into nsIDocShell.Mike Perry2009-12-12
| |
| * Merge branch 'maint-1.2-merge' into maint-1.2Mike Perry2009-12-03
| |\
| * | Update install.rdf for new version.Mike Perry2009-12-02
| | |
* | | Merge branch 'maint-1.2-merge' into o-master-cleanMike Perry2009-12-03
|\ \ \ | | |/ | |/|
| * | Update design doc for 1.2.3.Mike Perry2009-12-03
| |/
| * Add changelog for 1.2.3.Mike Perry2009-12-02
| |
| * Fix popup regression introduced in fix for bug 1093.Mike Perry2009-12-01
| |
| * Update translation strings from pootle.Mike Perry2009-12-01
| |
| * Update strings to reference polipo and not privoxy.Mike Perry2009-11-29
| | | | | | | | Also add translation string for local proxy failure case.
| * Fix bugs 950 and 1085.Mike Perry2009-11-28
| | | | | | | | | | Save user's preference values for intl.*, useragent and download settings.
| * Fix bug 1093: Use location change event to hint when to update tags.Mike Perry2009-11-24
| | | | | | | | | | | | When firefox 3.5 displays an error dialog it actually doesn't clear the DOM of about:blank. This caused us not to reset the tags after a state change and block some content.
| * Fix 1154: Improve proxy test failure message.Mike Perry2009-11-23
| |
| * Fix 1091: Allow more chrome hosts to do popups.Mike Perry2009-11-23
| |
| * Fix namespace issues for bug 1088.Mike Perry2009-11-23
| |
| * Potential fix for bugs 1105, 1085, 1065, 1063, and 899.Mike Perry2009-11-19
| |
| * Fix bug 1014: allow sourcing of local file urls by policy.Mike Perry2009-11-19
| | | | | | | | | | | | | | This is basically just to allow sourcing of the XML dtds needed to render XHTML and MATHML. The same origin policy should prevent actual html pages from sourcing file urls still.
| * Add some log messages for Bug 1035.Mike Perry2009-11-19
| | | | | | | | | | This should prevent all cases where the toggle fails, in favor of shooting out a warn.
| * Copy isHttpOnly from the original google cookies.Mike Perry2009-11-19
| |