[Ext] ThunderBrowse 3.3.5 for Thunderbird

Announce and Discuss the Latest Theme and Extension Releases.
Locked
User avatar
netMASA
Posts: 617
Joined: July 26th, 2006, 3:21 pm
Location: On the internet
Contact:

Post by netMASA »

ThunderBrowse 2.8.6 now uploaded to AMO
Check out ThunderBrowse, the browser for Thunderbird. Donate to ThunderBrowse!
User avatar
netMASA
Posts: 617
Joined: July 26th, 2006, 3:21 pm
Location: On the internet
Contact:

Post by netMASA »

ThunderBrowse 2.8.6 now released!
Check out ThunderBrowse, the browser for Thunderbird. Donate to ThunderBrowse!
User avatar
netMASA
Posts: 617
Joined: July 26th, 2006, 3:21 pm
Location: On the internet
Contact:

Post by netMASA »

2.8.7 uploaded to AMO
Check out ThunderBrowse, the browser for Thunderbird. Donate to ThunderBrowse!
User avatar
netMASA
Posts: 617
Joined: July 26th, 2006, 3:21 pm
Location: On the internet
Contact:

Post by netMASA »

ThunderBrowse 2.8.7 is now public on AMO

Changelog:

==7/15/2007 Version 2.8.7==
Fixed bug with javascript: and autocomplete (the error console printed out unterminated string lateral)
Added translatable tabs for settings window
Added localization for the Control W entry in about:commands
Fixed bug where message would disappear if javascript: was typed and you were currently on a message
Fixed bug with message pane being hidden and then a new window was commanded to launch
Fixed error alert for external window browsing

=7/16/2007=
Fixed hidden folderpane bug when Thunderbird starts up

=7/17/2007=
Fixed bug with RSS
Refixed wikipedia bug
Change extensions.tbrowse.winkey to any letter to change the window open shortcut
Added backend to the settings window for setting the pref described above.
Check out ThunderBrowse, the browser for Thunderbird. Donate to ThunderBrowse!
User avatar
netMASA
Posts: 617
Joined: July 26th, 2006, 3:21 pm
Location: On the internet
Contact:

Post by netMASA »

ThunderBrowse on Linux is ugly, because of different screen resolutions. There are two fixes to this. One is to install stylish and <a href="http://userstyles.org/styles/2910">add this userstyle</a> or to <a href="http://gamespotting.net/networks/tbrowse-style.xpi">install this extension</a> on top of ThunderBrowse.
Check out ThunderBrowse, the browser for Thunderbird. Donate to ThunderBrowse!
User avatar
Philip Chee
Posts: 6475
Joined: March 1st, 2005, 3:03 pm
Contact:

Post by Philip Chee »

netMASA wrote:ThunderBrowse on Linux is ugly, because of different screen resolutions. There are two fixes to this. One is to install stylish and <a href="http://userstyles.org/styles/2910">add this userstyle</a> or to <a href="http://gamespotting.net/networks/tbrowse-style.xpi">install this extension</a> on top of ThunderBrowse.
You do know that you can have platform specific styles in your extension, don't you?

Phil
User avatar
netMASA
Posts: 617
Joined: July 26th, 2006, 3:21 pm
Location: On the internet
Contact:

Post by netMASA »

Can do that in css files? Or do I have to add something to the xul? I didn't know any other way to do so, other than through javascript checks which I rather not write (so tired..).
Check out ThunderBrowse, the browser for Thunderbird. Donate to ThunderBrowse!
User avatar
Philip Chee
Posts: 6475
Joined: March 1st, 2005, 3:03 pm
Contact:

Post by Philip Chee »

Sure you just use the /platform flag in your chrome.manifest. See Chrome_Registration->Platform-specific_packages

Here is an example from the DownThemAll chrome.manifest:

Code: Select all

content   dta-down-style   jar:chrome/dta.jar!/content/dta/style/   platform
And then in the dta jar we have:

Code: Select all

content
|
+-dta
  |
  +-style
    +--mac
    |  +--style.css
    +--unix
    |  +--style.css
    +--win
       +--style.css
Then you reference this using:

Code: Select all

<?xml-stylesheet href="chrome://dta-down-style/content/style.css"?>

Phil
Lost User 67451
Posts: 0
Joined: December 31st, 1969, 5:00 pm

CTRL-W bugs me!

Post by Lost User 67451 »

I'm a keyboard freak and the fact that this extension has usurped CTRL-W bugs me.

Is there a way for me to change it to another key. Thanks.
User avatar
netMASA
Posts: 617
Joined: July 26th, 2006, 3:21 pm
Location: On the internet
Contact:

Re: CTRL-W bugs me!

Post by netMASA »

eschamp wrote:I'm a keyboard freak and the fact that this extension has usurped CTRL-W bugs me.

Is there a way for me to change it to another key. Thanks.


On the amo page there is currently a discussion about this. Change <code>extensions.tbrowse.winkey</code> to the letter key you want instead. The next version will have an option in the settings window to change this (currently being translated).
Check out ThunderBrowse, the browser for Thunderbird. Donate to ThunderBrowse!
User avatar
netMASA
Posts: 617
Joined: July 26th, 2006, 3:21 pm
Location: On the internet
Contact:

Post by netMASA »

Philip Chee wrote:Sure you just use the /platform flag in your chrome.manifest. See Chrome_Registration->Platform-specific_packages

Here is an example from the DownThemAll chrome.manifest:

Code: Select all

content   dta-down-style   jar:chrome/dta.jar!/content/dta/style/   platform
And then in the dta jar we have:

Code: Select all

content
|
+-dta
  |
  +-style
    +--mac
    |  +--style.css
    +--unix
    |  +--style.css
    +--win
       +--style.css
Then you reference this using:

Code: Select all

<xml>

Phil


Awesome! Thanks for the tip
Check out ThunderBrowse, the browser for Thunderbird. Donate to ThunderBrowse!
User avatar
netMASA
Posts: 617
Joined: July 26th, 2006, 3:21 pm
Location: On the internet
Contact:

Post by netMASA »

2.8.8 is now 3.0 and I am currently waiting to hear back from the AMO admins about changing guid and having old users get the update (if I don't hear anything in the next few days, I will upload a version that installs the version with the new guid). I really want to get this version out.

Here are the updates from the changelog:

==7/18/2007 Version 3.0==
Enabled settings option for the external window key
Improved settings descriptions
Added popup tooltip to the custom url field
Fixed bug with showing the current window key in the options dialog
Added new content to tbit:faq
Fixed bug with custom browser box not updating when user clears the box

=7/19/2007=
Removed linux display section in FAQ
Fixed linux display bug (no need for external fixes)
Fixed a minor potential vulnerability with extensions could be installed using components.classes when ran from a website. (however, javascript needs to be enabled and the user would have to confirm the install code to be able to run)
Made window.open a global find
Changed update system so it supports the new changes
Fixed the forever going throbber when on urls with about: tbit: and chrome: protocols

=7/20/2007=
Mapped javascript:content.document. to the currently viewing document
Removed javascript:document. mapping
Made POST and GET form elements global rather than just input elements
Found a way cookies could work but you could only browse one window one page and not click on anything
Fixed google searching bug (if you search again while you are on search results, you would be taken back to the google homepage)
Fixed forward button not disabling if one goes back and clicks on a different link
Fixed bug with javascript forced on despite what the user's prefs are set to (external window)

=7/21/2007=
Fixed urlbar collapsing for some person's request
Fixed external window url error not found if no protocol exsists in front of it
Fixed external window not having url in the url bar if a url is passed to the window

=7/22/2007=
Added dialog header to the settings window
Fixed up changelog. Anything in a line block is for that version.

=7/23/2007=
Made ThunderBrowse more accessable allowing users to use ThunderBrowse without a mouse easier

=7/24/2007=
Improved changing title feature (so it won't be catching titles based on load time, but rather when the page loads)
Added version number to the title
Changed formatting display for the title
Improved startup startpage overrider
Bumped version to 3.0
Improved the refresh button, made it reset the autocomplete counter and other things.

=7/25/2007=
Fixed the findbar
Fixed another install vulnerability if someone used install trigger through the javascript object
Fixed install xpi problems (xpis would only install if they were from addons.mozilla.org)
Added check to see if we have access to install functions

=7/26/2007=
Fixed checkbox bug
Fixed cookie support
Added POST request cookie support
Added some other stuff
Added extension to amo, merged over images and text
Added some compatibility with Cookie Safe Lite Preview (much better than 2.8.7's compatibility)

=7/27/2007=
Added Open in New window function
Fixed the refresh hotkey that didn't work
Added hotkeys to new window
Added menu option for open in new window
Made Right Click in external window open a new external window

=7/28/2007=
Fixed meta redirect problem
Fixed url handling (if a page redirected, the url wouldn't reflect the redirected page)
Fixed a few things with refresh
Fixed POST meta redirect problem
Fixed bug with google talk gadget and the meta redirect fix
Added a redirect if the user is on the google "You have no cookies" page.
Added clear all private data function
Added better integration with CS Lite Preview
Last edited by netMASA on July 28th, 2007, 6:13 pm, edited 2 times in total.
Check out ThunderBrowse, the browser for Thunderbird. Donate to ThunderBrowse!
l8mith
Posts: 24
Joined: January 31st, 2005, 10:36 am

Visit in Browser

Post by l8mith »

2.8.7 Visit in Browser to visit a link doesn't work. I tried it with and without a path to custom browser. I also uninstalled and reinstalled.
Last edited by l8mith on July 23rd, 2007, 2:19 pm, edited 1 time in total.
User avatar
netMASA
Posts: 617
Joined: July 26th, 2006, 3:21 pm
Location: On the internet
Contact:

Post by netMASA »

I know. It's fixed in the next version. Once you try to change the path, after you have cleared it, the setting will lock.

I told you how to fix it on the amo page
Check out ThunderBrowse, the browser for Thunderbird. Donate to ThunderBrowse!
User avatar
netMASA
Posts: 617
Joined: July 26th, 2006, 3:21 pm
Location: On the internet
Contact:

Post by netMASA »

You can now login to websites and such if you install the preview of CS Lite (in the settings set cookies to allow all):

http://forum.softwareblaze.com/viewtopic.php?p=529#529
Check out ThunderBrowse, the browser for Thunderbird. Donate to ThunderBrowse!
Locked