summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Update the content window mapper to Firefox 4.Mike Perry2010-11-29
| | | | We may not even need this anymore. There is a new Tab manager with new APIs..
* Update logger to Firefox 4.Mike Perry2010-11-29
|
* Update Content Policy to Firefox 4.Mike Perry2010-11-29
|
* Update Cookie Jar code to Firefox 4.Mike Perry2010-11-29
|
* Fix bug causing preference dialog OK button to fail.Mike Perry2010-11-28
| | | | Patch from Chris Doble.
* Add a preliminary audit of Firefox 4.0's new features.Mike Perry2010-11-28
|
* Bump version.Mike Perry2010-09-30
|
* Update all translated strings from transifex.Mike Perry2010-09-30
|
* Add update URL for alpha series.Mike Perry2010-09-30
|
* Add changelog for 1.3.0Mike Perry2010-09-30
|
* Woops, missed a piece of the merge..Mike Perry2010-09-30
|
* Merge branch 'maint-1.2'Mike Perry2010-09-30
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/chrome/content/preferences.js src/chrome/content/preferences.xul src/chrome/content/torbutton.js src/chrome/locale/en/torbutton.dtd src/defaults/preferences/preferences.js src/install.rdf website/design/design.xml website/design/index.html.en
| * Bug 1941: Fix selection for search radiobutton.Mike Perry2010-09-30
| |
| * Bug 1941: Maintain labels of search engine dtd items for translations.Mike Perry2010-09-30
| | | | | | | | | | | | Also its not clear yet if duckduckgo can handle our traffic as the default. Plus I kind of like ixquicks's proxy feature, for when Tor is blocked by a link and Eris really wants you to work for that data ;)
| * Bug 1911: Fix broken locale useragent string on Debian.Mike Perry2010-09-30
| | | | | | | | Patch from lunar.
| * Fix captcha detection for encrypted.google.com.Mike Perry2010-09-30
| |
| * Bug 1941: Add DuckDuckGo to CAPTCHA redir option.aiden tighe2010-09-30
| |
| * Update rebuilt design doc.Mike Perry2010-04-09
| |
| * Update Torbutton design doc for 1.2.5Mike Perry2010-04-09
| |
| * Bump version to 1.2.5.Mike Perry2010-04-08
| |
| * Add changelog.Mike Perry2010-04-07
| |
| * Update translation strings for search option text.Mike Perry2010-04-07
| |
| * Clarify the search option a bit.Mike Perry2010-04-07
| | | | | | | | | | | | 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.
| * Bump version.Mike Perry2010-04-07
| |
| * Update translations with new strings from pootle and the en template.Mike Perry2010-04-07
| |
| * Improve message about external content.Mike Perry2010-04-06
| |
| * Bump version.Mike Perry2010-04-06
| |
| * Fix bug 1321: Killing FF via the window close button ruins startup state.Mike Perry2010-04-06
| | | | | | | | | | | | | | | | | | 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-06
| | | | | | | | Used a Pythonism.. Too many programming languages...
| * Forgot to properly scope a variable for query redirect.Mike Perry2010-04-04
| | | | | | | | 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-03
| | | | | | | | Patch from outofwords.
| * Bump version again.Mike Perry2010-04-03
| |
| * Bump FF version to 3.6.3.Mike Perry2010-04-03
| |
| * Alter redir fix slighlty.Mike Perry2010-04-03
| | | | | | | | This seems to be a little more sensible.
| * Bump version again.Mike Perry2010-04-03
| |
| * Fix two google search redirect issues.Mike Perry2010-04-03
| | | | | | | | | | 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-03-31
| |
| * Fix bug 1337: Bind alerts to correct window.Mike Perry2010-03-31
| |
| * Add pref UI for google search box fix.Mike Perry2010-03-31
| |
| * Strip identifying info off Google searchbox queries.Mike Perry2010-03-31
| |
| * New version.Mike Perry2010-03-30
| |
| * Add UI for Google query redirect.Mike Perry2010-03-30
| |
| * Redirect Google queries to competitors' search engines.Mike Perry2010-03-30
| | | | | | | | | | 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-03-29
| |
| * Fix bug 1302: Update useragent to FF3.6.2 on NT6.1.Mike Perry2010-03-29
| |
| * Bump version again.Mike Perry2010-03-29
| |
| * Fix bug 1219: Fix the toggle warning loop.Mike Perry2010-03-29
| | | | | | | | It should now only display once per settings window close.
| * Add option to always update Torbutton via Tor.Mike Perry2010-03-24
| | | | | | | | Make it on by default.
| * Bug 1283: Disable the fix. Too much collateral damage..Mike Perry2010-03-22
| | | | | | | | | | 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-03-18
| |