[Ext] Console² 0.1 to 0.3.6.2

Announce and Discuss the Latest Theme and Extension Releases.
Locked
User avatar
onemen
Posts: 1136
Joined: October 15th, 2004, 7:48 am

Post by onemen »

zeniko , i use trunk all the time, and eventually viewSourceUtils.js will make its way to the branch
old zeniko
Posts: 0
Joined: December 31st, 1969, 5:00 pm

Post by old zeniko »

Then have a look at <a href="http://www.haslo.ch/zeniko/software/console2-dev.xpi">today's nightly</a> (0.3.3.9+) and tell me whether it works as expected.
User avatar
mahowi
Posts: 569
Joined: September 16th, 2005, 12:37 pm
Location: Germany
Contact:

Post by mahowi »

Console² 0.3.3.9+ works but I get this error:

Code: Select all

Error: total.indexOf is not a function
Source file: chrome://console2/content/console2.js
Line: 567
Firefox: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9pre) Gecko/2008052316 Firefox/3.0pre (mahowi) ID:2008052316
Thunderbird: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9pre) Gecko/2008052904 Thunderbird/3.0a2pre ID:2008052904
User avatar
onemen
Posts: 1136
Joined: October 15th, 2004, 7:48 am

Post by onemen »

Console² 0.3.3.9+ works without problem
User avatar
mahowi
Posts: 569
Joined: September 16th, 2005, 12:37 pm
Location: Germany
Contact:

Post by mahowi »

I used a patch for bug 325724 ("Avoid atomization of strings for atoms from JSRuntime.atomState") in my builds which led to some problems with JS arrays. This seems to be the reason for my problems with some extensions.
Firefox: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9pre) Gecko/2008052316 Firefox/3.0pre (mahowi) ID:2008052316
Thunderbird: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9pre) Gecko/2008052904 Thunderbird/3.0a2pre ID:2008052904
User avatar
mahowi
Posts: 569
Joined: September 16th, 2005, 12:37 pm
Location: Germany
Contact:

Post by mahowi »

mahowi wrote:I used a patch for bug 325724 ("Avoid atomization of strings for atoms from JSRuntime.atomState") in my builds which led to some problems with JS arrays. This seems to be the reason for my problems with some extensions.

Yes, that was the problem. The patch broke JS. Sorry for my bugreport.
Firefox: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9pre) Gecko/2008052316 Firefox/3.0pre (mahowi) ID:2008052316
Thunderbird: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9pre) Gecko/2008052904 Thunderbird/3.0a2pre ID:2008052904
old zeniko
Posts: 0
Joined: December 31st, 1969, 5:00 pm

Post by old zeniko »

Peng wrote:I block errors from pagead2.googlesyndication.com. But whenever I start Firefox, I have to right-click on one of the errors and block them again, even though it does remain on the block list. And I just did it now, and the whole list of errors was emptied! I went to Best Buy's website, and they all appeared, but I think I closed the Error Console before doing this, so I'm not sure if the old errors might've appeared again, because Best Buy would've completely washed them away.

Could you please verify that this issue has been fixed?

onemen wrote:Console² 0.3.3.9+ works without problem

Does this include the correct opening of files in an external editor?
User avatar
onemen
Posts: 1136
Joined: October 15th, 2004, 7:48 am

Post by onemen »

zeniko ,
Console² 0.3.3.9+ open the correct files in an external editor, but not focus on the right error line. it focus the top of the file
old zeniko
Posts: 0
Joined: December 31st, 1969, 5:00 pm

Post by old zeniko »

onemen wrote:Console² 0.3.3.9+ open the correct files in an external editor, but not focus on the right error line. it focus the top of the file

That's a bug (or rather an omission) of viewSourceUtils.js. I'll handle that case as soon as the corresponding BugZilla bug is fixed (of which I don't know whether it even exists). The problem is obviously that I (resp. Mozilla) don't know in which way to pass the line number to the editor...
Peng
Posts: 778
Joined: November 9th, 2004, 2:31 pm
Location: Central Florida
Contact:

Post by Peng »

zeniko wrote:Could you please verify that this issue has been fixed?


I don't think I've seen a pagead2.googlesyndication.com error since I upgraded to 0.3.3.8+ or 0.3.3.9+ or whichever version came after I complained about that. I frequently see the Error Console empty, though, presumably because everything in it is in blocked domains.
Hug Peng
(aka Matt Nordhoff)
Check out: Adblock Plus | FoxClocks | OpenBook
User avatar
mrtech
Posts: 2007
Joined: May 15th, 2003, 7:46 am
Location: New York
Contact:

Post by mrtech »

Do you think you might be able to add Flock support for the next version, thanks?

Code: Select all

      <targetApplication> <!-- Flock -->
         <RDF:Description>
            <id>{a463f10c-3994-11da-9945-000d60ca027b}</id>
            <minVersion>0.4.0</minVersion>
            <maxVersion>1.5+</maxVersion>
         </RDF:Description>
      </targetApplication>
mel reyes • mrtech.com • BlogPlaxoLinkedInTwitter
Support mrtech.com get our toolbar
ggiunta
Posts: 8
Joined: April 21st, 2006, 9:37 am

Post by ggiunta »

Using version 0.3.4 with the GrayModern theme, there is no visual clue at all as to which buttons (js/css/chrome/etc..) are on and which are off.
Is it possible to fix this, e.g. by editing some css?

Thanks
old zeniko
Posts: 0
Joined: December 31st, 1969, 5:00 pm

Post by old zeniko »

@mrtech: Development is currently very slow (got nothing more to add). Still, I'm claiming Flock support as of the current <a href="http://www.haslo.ch/zeniko/software/console2-dev.xpi">testing version</a> (0.3.4.1+).

@ggiunta: It's surely possible - but you'll better check with GrayModern's author. If you know some CSS and want to try fixing it yourself, just make sure that generally toolbarbutton[type="checkbox"] looks differently for [checked="true"]. E.g. for having red text:

Code: Select all

toolbarbutton[type="checkbox"][checked="true"] { color: red !important; }
User avatar
onemen
Posts: 1136
Joined: October 15th, 2004, 7:48 am

Post by onemen »

zeniko
do you know why no syntax error report in the consle on trunk builds?
old zeniko
Posts: 0
Joined: December 31st, 1969, 5:00 pm

Post by old zeniko »

@onemen: I don't understand what you mean. If you evaluate . (i.e. just a point) in the console, you should see the following warning (WFM with yesterday's nightly):

Code: Select all

Error: syntax error
Source file: javascript:.
Line: 1
Source code:
.

Still, you might want to upgrade to the current <a href="http://www.haslo.ch/zeniko/software/console2-dev.xpi">testing version</a> (0.3.4.2+) which fixes an issue with form history for branch and trunk nightlies.
Locked