miniT 20110327

Talk about add-ons and extension development.
sboulema
Posts: 6615
Joined: May 20th, 2003, 12:34 am
Location: Amstelveen, The Netherlands

Post by sboulema »

Thanks its fixed now :)
dorando
Posts: 1203
Joined: January 9th, 2004, 9:57 am
Contact:

Post by dorando »

Jezza wrote:This extension seems to crash firefox when javascript:window.close(); is called on trunk builds.
:-k, I wasn't able to crash Firefox, but it simply failed. Could you try to add

Code: Select all

browsers.item = function(i){return this[i];}
below

Code: Select all

var browsers = new Array();
in Profile/extensions/minit/chrome/minit.jar!/content/minit.xul (.jar is like .zip) and report back?

Thanks for reporting this.
User avatar
Jezza
Posts: 240
Joined: June 4th, 2004, 8:29 am

Post by Jezza »

dorando wrote:
Jezza wrote:This extension seems to crash firefox when javascript:window.close(); is called on trunk builds.
:-k, I wasn't able to crash Firefox, but it simply failed. Could you try to add

Code: Select all

browsers.item = function(i){return this[i];}
below

Code: Select all

var browsers = new Array();
in Profile/extensions/minit/chrome/minit.jar!/content/minit.xul (.jar is like .zip) and report back?

Thanks for reporting this.


Yeah, seems to work fine now, thanks :o)
rtk
Posts: 275
Joined: January 17th, 2005, 4:33 pm

Post by rtk »

I seem to have lost the drag indicator when upgrading from MiniT+ 20041125.8 to MiniT+ 20050207.1

I've uninstalled, restarted, reinstalled, restarted, disabled the indicator, restarted, and re-enabled it, restarted as some basic troubleshooting. No joy.

Any suggestions? Can of course provide additional or requested info as needed.

Thanks for any assistance available.

rtk
rtk
User avatar
minipouss
Posts: 151
Joined: December 10th, 2003, 6:47 am
Location: Orleans, France

Post by minipouss »

same here the drag indicator has disappeared :(
User avatar
onemen
Posts: 1136
Joined: October 15th, 2004, 7:48 am

Post by onemen »

in MiniT+ 20050207.1:
the drag indicator has disappeared and

Code: Select all

Error: TabDNDObserver is not defined Source File: chrome://minit/content/minit.xul
Line: 218
sboulema
Posts: 6615
Joined: May 20th, 2003, 12:34 am
Location: Amstelveen, The Netherlands

Post by sboulema »

will try to fix it :)
User avatar
minipouss
Posts: 151
Joined: December 10th, 2003, 6:47 am
Location: Orleans, France

Post by minipouss »

thanks ;)
sboulema
Posts: 6615
Joined: May 20th, 2003, 12:34 am
Location: Amstelveen, The Netherlands

Post by sboulema »

User avatar
minipouss
Posts: 151
Joined: December 10th, 2003, 6:47 am
Location: Orleans, France

Post by minipouss »

Thank you Samir :)
User avatar
Jezza
Posts: 240
Joined: June 4th, 2004, 8:29 am

Post by Jezza »

sboulema wrote:fixed :D

Get the new version here:
http://www.extensionsmirror.nl/index.php?showtopic=161


Does this have the fix for the javascript window close crash bug? Or will I have to add it myself again?
sboulema
Posts: 6615
Joined: May 20th, 2003, 12:34 am
Location: Amstelveen, The Netherlands

Post by sboulema »

the fix is included :)
User avatar
Jezza
Posts: 240
Joined: June 4th, 2004, 8:29 am

Post by Jezza »

Thanks for including the fix :)
The only problem is that I get this error in the jsconsole and an error message saying the extension cannot be installed cos there's something wrong with chrome and that I need to contact you:

Code: Select all

Chrome Registration failed for Extension 'minit' when calling nsIXULChromeRegistry::installLocale with this chrome path: jar:file:///C:/Documents%20and%20Settings/Me/Application%20Data/Mozilla/Firefox/Profiles/1s26tvj1.default/extensions/minit/chrome/minit.jar!/locale/jp-JP/minit/ (profile extension = true). Perhaps this path does not exist within the chrome JAR file, or the contents.rdf file at that location is malformed?


Sorry for messing up the page formatting...
sboulema
Posts: 6615
Joined: May 20th, 2003, 12:34 am
Location: Amstelveen, The Netherlands

Post by sboulema »

fixed, please redownload :p
Everything is double :S
stuff about minit+ gets posted here and on TEm, maybe its better to seperate and do all the minit+ talking on TEM ?
User avatar
Jezza
Posts: 240
Joined: June 4th, 2004, 8:29 am

Post by Jezza »

Yeah, I'd just direct people to the discussion on TEM everytime they ask about minit+ Keep this for the original only.
Post Reply