[firebug] Re: YSlow and Page Speed is not working with Firebug 1.9

2011-12-04 Thread John J Barton
At least part of the issue with PageSpeed was related to Firebug not living in browser.xul. PageSpeed has two overlays, one was on browser.xul and one on firebug. They could not see each other because they are now in different windows. When I changed the PageSpeed chrome.manifest to overlay

[firebug] Re: TShirt

2011-10-04 Thread John J Barton
On Oct 4, 9:38 am, Norman Paschke darth-nor...@gmx.de wrote: I found thesehttp://www.spreadshirt.com/firebug-1-6-ftw-C3376A6510964looks official, are they? I apologize for not taking that site down. I believe I have made it inaccessible now. I created both Zazzle and Spreadshirt accounts for

[firebug] Re: Firebug 1.7.3 + Firebug 1.8b4

2011-06-30 Thread John J Barton
On Jun 30, 7:11 am, jacco real...@gmail.com wrote: All devs in our office downgraded after receiving this upgrade due to the lack of HTML support  in the XMLHTTPRequests response Then all devs in your office are exposed to the security flaw we closed when we shipped that upgrade. I suggest

[firebug] Re: Firefox 5 + Firebug 1.7.3 doesn't show original css?

2011-06-30 Thread John J Barton
On Jun 30, 1:12 am, Lariza leeena.la...@gmail.com wrote: Hi, has anyone noticed that after upgrading to Firefox 5 and Firebug 1.7.3. Firebug 's CSS Source edit window doesn't show anymore the original code? If I, for example, style my webpage with these css3-styles:      

[firebug] Re: Can't highlight and freeze elements

2011-06-30 Thread John J Barton
On Jun 30, 2:40 pm, edgeworth uuu...@gmail.com wrote: I can't click on an element to highlight and freeze it because as soon as I move my mouse off it, it goes onto highlighting the other elements it passes over and the source code changes. On firebug 1.7.3 and Fx5. The same issue on Fx4.

[firebug] Re: firebug determines invalid function names for breakpoints

2011-06-28 Thread John J Barton
On Jun 27, 9:32 pm, lgerndt lger...@mac.com wrote: +1 here.  Scares me to think how dependent I am on FireBug All the evidence we have so far suggests that the problem reported here is not caused by Firebug. If you have a test case that reproduces this problem in a new Firefox profile you can

[firebug] Re: Firebug 1.7.3 + Firebug 1.8b4

2011-06-28 Thread John J Barton
I just stumbled upon https://bugzilla.mozilla.org/show_bug.cgi?id=666059 There we read: Currently we use disk cache for private browsing too and we delete the whole cache when leaving private browsing mode. I wonder if Firebug's use of the cache has some problem with the delete part. jjb On

Re: Firebug 1.7.3 + Firebug 1.8b4

2011-06-25 Thread John J Barton
On Jun 25, 7:50 am, Hancoque hanco...@gmail.com wrote: There seems to be a memory leak in Firebug 1.8.0b4. I can reproduce this on Windows XP and Windows 7 (different computers) with Firefox 5.0 with about 60 tabs open (all different web sites) and having Firebug installed as the only

Re: Firebug 1.7.3 + Firebug 1.8b4

2011-06-25 Thread John J Barton
On Jun 25, 7:50 am, Hancoque hanco...@gmail.com wrote: There seems to be a memory leak in Firebug 1.8.0b4. I can reproduce this on Windows XP and Windows 7 (different computers) with Firefox 5.0 with about 60 tabs open (all different web sites) and having Firebug installed as the only

Re: Console in 1.8 is fairly useless now

2011-06-24 Thread John J Barton
On Jun 24, 1:23 pm, overlo...@gmail.com overlo...@gmail.com wrote: In the older versions you used to be able to run expressions like: var foo = document.getElementsByTagName('div'); and if you typed in foo you'd get the array containing all the divs. I did this test: 1. open

Re: Adjusting Firebug height leaves whitespace when lessening the height

2011-06-23 Thread John J Barton
On Jun 23, 6:25 am, Magicturkey magictur...@gmail.com wrote: When I expand the Firebug console height within the window, the current page shrinks as expected, but when shrinking the Firebug console again, the Firefox Html view panel stays the same height and whitespace is left, with no way

Re: problem in discover css file

2011-06-16 Thread John J Barton
On Jun 15, 12:59 pm, poker chiamauomo pokerchiamau...@gmail.com wrote: Hello to everyone, first of all let me introduce myself, I'm pokerchiamauomo from belgium. Yesterday I installed firebug in order to modify several settings of my wp blog that runs in local for now. Unfortunately, I'm

Re: Why haven't we seen a Firebug plugin for Chrome?

2011-06-16 Thread John J Barton
On Jun 16, 7:32 am, Andrew andrewime...@gmail.com wrote: Is there some limitation with the Chrome extension API or something? Because Chrome Lite is a compromise. I would be able to fully switch to Chrome if there was a fully-featured Chrome extension, yet there's not even one promised on

Re: GetSelection code testing

2011-06-15 Thread John J Barton
On Jun 14, 10:15 am, Dimitris Papageorgiou foryou1...@gmail.com wrote: I want to test a GetSelection code. The code is the following: function GetSelectedText () {             if (window.getSelection) {  // all browsers, except IE before version 9                 var

Re: Firebug Inspector on click node selection

2011-06-15 Thread John J Barton
Do you mean to select a node in the HTML panel? Then the function onClick in the htmlPanel.js file is called (branches/firebug1.8). But the right click on the element has a Copy XPath option. That is implemented in reps.js under the getContextMenuItems method for the Element representation. When

Re: Resuming debugger: error during debugging loop: TypeError: firstViewRangeElement is null

2011-06-10 Thread John J Barton
On Jun 10, 10:19 am, Wagner wagnerdo...@gmail.com wrote: Hi all, My apologiges because I really don't know why my firebug 1.7.2 is showing this message: Resuming debugger: error during debugging loop: TypeError: firstViewRangeElement is null.     But I would like to know if it is

Re: Bug in Firebug while using pinned Twitter tab?

2011-06-09 Thread John J Barton
On Jun 9, 2:39 am, M. Althaus althaus...@googlemail.com wrote: Hey there, I'm currently encountering an annoying problem with my current dev setup. I've got Firebug enabled for my testing pages and Twitter as a pinned tab in Firefox 4.x. For the Twitter page Firebug is not enabled. While

Re: No 'unclick' after clicking to view Javascript errors

2011-06-09 Thread John J Barton
I think is sounds like: http://code.google.com/p/fbug/issues/detail?id=3875 Clicking Error in the Firebug Status bar grabs and drags the windows until reclicked We don't have a Mac person to fix this. jjb On Jun 9, 10:42 am, Aris a...@goteama.com wrote: Hi, I'm not sure if this is client

Re: Firebug Annoying

2011-06-08 Thread John J Barton
I can't tell what you are describing. An effective way to communicate issues is to provide a specific web site and a specific set of steps, then describe what you see on the screen. Otherwise you are only being super annoying ;-). jjb On Jun 8, 11:20 am, Goddard kinggodd...@gmail.com wrote: Is

Re: Firebug Annoying

2011-06-08 Thread John J Barton
AM, John J Barton johnjbar...@johnjbarton.comwrote: I can't tell what you are describing. An effective way to communicate issues is to provide a specific web site and a specific set of steps, then describe what you see on the screen. Otherwise you are only being super annoying

Re: Firebug 1.7.2

2011-06-08 Thread John J Barton
Glad you found a solution. jjb On Jun 8, 7:11 pm, Sabil Fikri Sahimi sa...@bizobjek.com wrote: im too lazy to write the report. i reverted to v1.7 and it works fine. On Tue, Jun 7, 2011 at 10:35 PM, John J Barton johnjbar...@johnjbarton.comwrote: Please try the solutions suggested

Re: Sticky break points in Firebug 1.7.2

2011-06-07 Thread John J Barton
Please try the solutions suggested here: http://getfirebug.com/wiki/index.php/I_found_a_Firebug_Bug! let us know. jjb On Jun 6, 10:04 am, seedye see...@yahoo.com wrote: FireFox 4.0.1, Mac OSX. With some regularity, but not in any way I can reliably reproduce (joy!), Firebug seems to get

Re: Firebug 1.7.2

2011-06-07 Thread John J Barton
Please try the solutions suggested here: http://getfirebug.com/wiki/index.php/I_found_a_Firebug_Bug! Let us know how it goes. jjb On Jun 7, 2:24 am, Sabil Fikri Sahimi sa...@bizobjek.com wrote: Hello, I've just updated to firebug 1.7.2 on FFox 4. I believe Firebug 1.7.2 is somehow causing

Re: How does Firbug generate the html for a web page

2011-06-07 Thread John J Barton
Firebug decompiles the document object. So it starts with window.documentElement and walks all of the childNodes and their children recursively. Well actually it doesn't do that ;-). It starts with the currently selected element and walks it parents to the root and the children, rendering one

Re: How does Firbug generate the html for a web page

2011-06-07 Thread John J Barton
I guess most of the HTML is generated by GWT, so HTTP* won't ever be able to help you see it. jjb On Jun 7, 12:55 pm, barz1 mbarsz...@yahoo.com wrote: Thanks, now I am just wondering if there is a way to replicate this through a tool such as HTMLUnit. Really this matter may be a little over my

Re: Sticky break points in Firebug 1.7.2

2011-06-07 Thread John J Barton
the comment and still have the problem please do this: 1) find your current profile. 2) copy firebug/breakpoints.json to another name. 3) restart firefox and reset all options 4) exit firefox 5) compare firebug/breakpoints.json to the one you saved. jjb On Jun 7, 7:35 am, John J Barton johnjbar

Re: bug when using cPanel

2011-06-07 Thread John J Barton
It would be very helpful if you can create a new firefox profile, install 1.7.2, and verify the problem. If you still have the problem we can try tracing on it. jjb On Jun 7, 3:03 pm, Erik S erik.schmi...@gmail.com wrote: I have use a shared webhost that uses cPanel to manage the account.

Re: Javascript Warnings

2011-06-06 Thread John J Barton
If you can reproduce this with FIrebug 1.8 and give the line number we can fix it. jjb On Jun 6, 11:27 am, CBRRacer cbrracer2...@gmail.com wrote: I have the web developers toolbar installed with my Firebug and I am seeing an Warning with the Javascript that looks like it is coming from

Re: Firebug HTML edits

2011-06-04 Thread John J Barton
On Jun 4, 5:58 pm, jimbo1 jim@gmail.com wrote: Hi, I have seen my question asked on several forums with no answers. It's probably very stupid, but here goes: When viewing HTML code in the left pane and I spot the code that needs editing I cannot find the file that contains this code

Re: debugger statement not working in dynamically created script tag

2011-06-03 Thread John J Barton
On Jun 3, 7:59 am, Jiho Han jiho...@gmail.com wrote: I am using the recommended combo: FF3.6 + FB 1.7.2 But 'debugger' is still not braking for me. Try the instructions here: http://getfirebug.com/wiki/index.php?title=I_found_a_Firebug_Bug! jjb On Jun 3, 2:32 am, Jan Honza Odvarko

Re: Script Panel was inactive during page load

2011-06-03 Thread John J Barton
The most common cause for this result is using Firebug in private browsing mode. jjb On Jun 3, 1:13 pm, Elan elan7...@gmail.com wrote: Hi, I have Firebug 1.7.2 and Firefox 4.0.1 When I press F12 to activate Firebug I get the message: Script Panel was inactive during page load. and 'Reload

Re: FBTrace does not seem to be working

2011-06-03 Thread John J Barton
Does this help: http://getfirebug.com/wiki/index.php/FBTrace jjb On Jun 3, 4:11 pm, kaa...@gmail.com kaa...@gmail.com wrote: Hello All, Firebug Version : 1.7.2 Firefox: 4.0 I Open Firebug Tracing and a Tracing console opens. I selected areas under that console, but no messages are

Re: FBTrace does not seem to be working

2011-06-03 Thread John J Barton
:15 PM, John J Barton johnjbar...@johnjbarton.comwrote: Does this help: http://getfirebug.com/wiki/index.php/FBTrace jjb On Jun 3, 4:11 pm, kaa...@gmail.com kaa...@gmail.com wrote: Hello All, Firebug Version : 1.7.2 Firefox: 4.0 I Open Firebug Tracing and a Tracing console

Re: Chrome reach second place in brazil

2011-06-01 Thread John J Barton
We welcome your contributions to that goal. jjb On Jun 1, 9:57 am, Hélio heliobarb...@gmail.com wrote: When will we have a decent Firebug for Chrome? -- You received this message because you are subscribed to the Google Groups Firebug group. To post to this group, send email to

Re: Javascript debugging, questions

2011-05-31 Thread John J Barton
On May 29, 12:26 pm, Jonathan jhsa...@jhsachs.com wrote: On May 28, 9:16 pm, John J Barton johnjbar...@johnjbarton.com wrote: If the Firebug icon is orange, then Firebug is using Firefox debugging features that slow down execution and cause other overhead. If you switch to a tab tat does

Re: Extension development: How do I direct Firebug.Console.log output to a particular window's console?

2011-05-30 Thread John J Barton
On May 29, 8:22 pm, Peter Valdemar Mørch pmo...@gmail.com wrote: Hi John and list, Thank you for your speedy reply. And thanks for your snippet! On May 1, 5:11 pm, John J Barton johnjbar...@johnjbarton.com wrote: To get the context for |controlledWindow| use

Re: Firebug 1.8a3

2011-05-28 Thread John J Barton
Since Mozilla shifted its approach to versions to a fast-release strategy, I personally think bleeding edge users should shift from using Nightly builds to using Aurora. The Nightly builds are tested without extensions. Our testbot runs Firebug tests against the Nightly build. It crashes some of

Re: Javascript debugging, questions

2011-05-28 Thread John J Barton
On May 28, 10:58 am, Jonathan jhsa...@jhsachs.com wrote: I'm just starting to use the JavaScript debugger in Firebug v1.7 with Firefox 4.0 under Windows XP. I have a few questions about behavior that I don't understand. First, running the debugger seems to slow down Firefox drastically,

Re: Firebug 1.8a3

2011-05-27 Thread John J Barton
On May 27, 12:01 pm, ian dunn ian.d...@mpangodev.com wrote: I installed the update, but now whenever I refresh a page it switches the focus to the Firebug window, which is really annoying. In previous versions I could refresh and visit new pages without the Firebug window stealing the focus.

Re: Firebug keeps crashing ???

2011-05-27 Thread John J Barton
On May 27, 1:23 pm, Joey fearbeforej...@gmail.com wrote: Hello, my site iswww.CustomCrystalz.com Usually firebug works fine for my site and I have no problems... ever since yesterday, whenever I edit ANYTHING in the style.css, my theme just completely crashes and looks terrible and all

Re: Firebug for firefox 5?

2011-05-25 Thread John J Barton
On May 25, 5:23 am, Vallhalen konrad.krawc...@gmail.com wrote: Just short answer... Possible? If yes, when? now. http://getfirebug.com/releases/firebug/1.8 jjb -- You received this message because you are subscribed to the Google Groups Firebug group. To post to this group, send email to

Re: Inspect Element Possible issue with 1.7.1 with Firefox 3.6.17

2011-05-24 Thread John J Barton
Sorry I don't understand what you are describing. Can you please tell the step you use to see the problem, 1. Open http://getfirebug.com 2. Open Firebug F12., 3. ? jjb On May 24, 8:52 am, dan d...@inlet.geol.sc.edu wrote: Perhaps 1.7.1 is not compatible with the 3.6 version, however it updated

Re: Memory consumption

2011-05-23 Thread John J Barton
On May 23, 6:52 am, Chris Merten ch...@merten.biz wrote: Hi there, I'm using Firebug under Windows with several computers and OS. And I have the same problem since the first version: The memoryconsumption increases while working with Firebug up to 1.5 GB. When this memory level is reached

Re: Memory consumption

2011-05-23 Thread John J Barton
On May 23, 7:38 am, Chris Merten ch...@merten.biz wrote: Hi there, thanks for the fast answer. I try my best to reproduce. Using a simple current Firefox 4.01 with Firebug 1.7.1 under Windows 7  64bit. I'm reloading only one site hundreds of times for website developing. There is

Re: breakpoints will not go away

2011-05-23 Thread John J Barton
On May 23, 7:36 am, Kv kvriley2...@gmail.com wrote: Since upgrading to 1.7.1, I have breakpoints that will not go away. My guess is that something is interfering with Firebug as it tries to obey your commands to clear breakpoints. I believe these instructions will help you:

Re: breakpoints will not go away

2011-05-23 Thread John J Barton
in the past. Sorry: you have to exit Firefox, then delete, then restart. Does that work? jjb On Mon, May 23, 2011 at 11:12 AM, John J Barton johnjbar...@johnjbarton.com wrote: On May 23, 7:36 am, Kv kvriley2...@gmail.com wrote: Since upgrading to 1.7.1, I have breakpoints

Re: Is firebug an OSS component?

2011-05-23 Thread John J Barton
Firebug is an open source project. The project currently supports a Firefox extension and a JavaScript library that can be added to Web pages. jjb On May 23, 11:43 am, Dilu ddesilv...@yahoo.com wrote: Thanks Dennis and Honza :). Actually I want to know whether it is an open source software

Re: Memory consumption

2011-05-23 Thread John J Barton
, then we eliminate Firebug as the main cause. Firebug can still be involved, but by enabling another problem. jjb Am 23.05.2011 17:11, schrieb John J Barton: On May 23, 7:38 am, Chris Mertench...@merten.biz  wrote: Hi there, thanks for the fast answer. I try my best to reproduce

Re: 1.7.1 - Why less native look and feel?

2011-05-22 Thread John J Barton
Please install Firebug in a new Firefox profile and let us know if you still see this problem. We've made no changes to account for your report so my guess is that this issue is not caused by Firebug. It would also be helpful if you tell us what OS you use. Based on your misspelling of Windows I

Re: Firebug Swarm question

2011-05-21 Thread John J Barton
Please post a issue to our list, http://code.google.com/p/fbug/issues/list jjb On May 20, 1:43 pm, Bruce bruce.bow...@gmail.com wrote: Hi, How is it determined which extensions are included in the Firebug Swarm athttp://getfirebug.com/swarms? Thanks, Bruce Bruce Bowman Adobe BrowserLab

Re: Firebug 1.8a2

2011-05-21 Thread John J Barton
On May 21, 1:24 am, kwerboom keithgallis...@gmail.com wrote: I installed Firefox 5 Beta on my machine and found that Firebug 1.7.1 was listed as incompatible. I searched and found that Firebug 1.8a2 was for Firefox 5 Beta. When I installed Firebug 1.8a2, my copy of Firefox 5 Beta crashed and

Re: Firebug 1.8a2

2011-05-21 Thread John J Barton
Thanks for the detailed followup. It may help others. jjb On May 21, 5:24 pm, kwerboom keithgallis...@gmail.com wrote: On May 21, 10:27 am, John J Barton johnjbar...@johnjbarton.com wrote: On May 21, 1:24 am, kwerboom keithgallis...@gmail.com wrote: I installed Firefox 5 Beta

Re: Is there a Firebug version for Nightly (Firefox 6) ?

2011-05-19 Thread John J Barton
On May 18, 6:21 pm, skierpage skierp...@gmail.com wrote: Everything I've tried onhttp://getfirebug.com/downloadssays it's incompatible with Nightly 6.0a1, even Firebug 1.8 for Firefox.next: Alpha. Just curious. Thanks for all you do! Firebug 1.8 is tested on Firefox 5.0. Firebug 1.9 will

Re: Detecting broken links

2011-05-19 Thread John J Barton
Check Firebug Console http://getfirebug.com/wiki/index.php/Console_Panel Check Firebug Net http://getfirebug.com/wiki/index.php/Net_Panel 404 errors are red in the net panel. jjb On May 19, 12:07 pm, cowwoc cow...@bbs.darktech.org wrote: Hi, Correct me if I'm wrong but it seems it's too

Re: Firebug panel opens when disabled

2011-05-18 Thread John J Barton
On May 18, 2:28 am, Álvaro G. Vicario kalv...@gmail.com wrote: Now and then, when I'm browsing a site where I've explicitly suspended Firebug, Firebug re-enables itself and the panel shows up. I click on the Disable Firebug button to make it go away and I can browse normally for a while,

Re: Javascript Memory Analysis

2011-05-17 Thread John J Barton
On May 17, 10:12 am, Andrew ajones...@gmail.com wrote: I have a large OO Javascript application. No page reloads, lots of AJAX, DOM manipulation, jQuery etc. I'm looking for the ability to analyse the Javascript heap, so I can work out where I lose memory as my Javascript application is

Re: script panel shows new, reloaded html after ajax reload

2011-05-16 Thread John J Barton
On May 15, 12:40 am, fogelfish fogelf...@gmail.com wrote: You are describing the exact same thing as I did in my post of May 6. I wonder why neither you nor I have received any responses from the more expert members of this group?  Are we asking in the wrong place? Or other people do not

Re: Firebug (last) problem with Firefox4 extjs (grids as i think)

2011-05-14 Thread John J Barton
Sounds like another Firefox extn is interfering with Firebug. http://getfirebug.com/wiki/index.php/I_found_a_Firebug_Bug! jjb On May 14, 2:03 pm, softm slprojects.ar...@gmail.com wrote: Have problems with Ajax applications. When FF is activated, simple things as jquery .post() authentication

Re: Firebug 1.7.1b3

2011-05-12 Thread John J Barton
We don't have a Mac-enabled developer; your help would be welcome. The panels are HTML/CSS. jjb On May 12, 1:25 pm, Siemova siem...@gmail.com wrote: Thanks guys, How about vertically centering the HTML panel's tree expansion arrows on a Mac? Right now they're aligned to the top, which looks

Re: Has there been any updates on getting Firebug to work with Firefox?

2011-05-11 Thread John J Barton
and Firebug decide not to play nice. Is there a way to go back to the old version. It worked just fine. Thanks On Tue, May 10, 2011 at 5:11 PM, John J Barton johnjbar...@johnjbarton.com wrote: On May 10, 3:02 pm, Feed a Student webmasterinte...@gmail.com wrote: I updated FF and FB

Re: Firebug sometimes doesn't open in FF4.0.1

2011-05-11 Thread John J Barton
That means that Firebug was loaded in to a window that was then closed without calling our shutdown code. Following that close event, Firebug was enabled in another window. I guess: you have a popup window that is being killed in some way. Do two things: 1) Firebug Firebug Icon Menu

Re: Console command line ghosted broken autocompletion?

2011-05-11 Thread John J Barton
I believe that autocompletion bug was fixed by Simon Lindholm on issue 3709 http://code.google.com/p/fbug/issues/detail?id=3709 In 1.7.1b3 and more improvements in 1.8. jjb On May 11, 7:09 pm, pd an0n1m...@gmail.com wrote: Hi All I am seeing some sort of shadow text behind the console command

Re: Firebug on FF 4.0.1 doesn't work

2011-05-10 Thread John J Barton
On May 10, 10:23 am, AndrewC emergingd...@gmail.com wrote: I updated to the latest Firebug (1.7.3 or something the other day) and it was working for a bit and now NOTHING will show up in the console. I've rebooted, restarted, reinstalled etc. Nothing is working. I've tried rolling back too

Re: Has there been any updates on getting Firebug to work with Firefox?

2011-05-10 Thread John J Barton
On May 10, 3:02 pm, Feed a Student webmasterinte...@gmail.com wrote: I updated FF and FB and have not been able to use FB since. As a developer, I have become dependent on FB. I hate to go fulltime to Chrome, but I don't have a choice until FB will work again. It absolutely will not open.

Re: Firebug on FF 4.0.1 doesn't work

2011-05-10 Thread John J Barton
that you succeeded in creating a new profile. If you still have a problem, open an issue on our bug tracker and we'll help you use Firebug Tracing to find the problem. jjb On May 10, 12:55 pm, John J Barton johnjbar...@johnjbarton.com wrote: On May 10, 10:23 am, AndrewC emergingd

Re: Firebug on FF 4.0.1 doesn't work

2011-05-10 Thread John J Barton
bookmarks in the old profile and then import them in new one. You can also run two copies of Firefox, using -no-remote. I sure wish Mozilla had better support for extensions. jjb On Tue, May 10, 2011 at 5:14 PM, John J Barton johnjbar...@johnjbarton.comwrote: On May 10, 3:03 pm, Feed

Re: Debug navigation, watches and code tool-tips are missing.

2011-05-09 Thread John J Barton
On May 9, 12:58 am, ivo ivaylo...@gmail.com wrote: Hi. I am a web developer and firebug is an essential tool for developing and fixing web UI. I have just updated to Firefox 4 and go the latest firebug version. Then I immediately started using it to debug some issues on a web site my company

Re: How do you run your code in the dev panel?

2011-05-09 Thread John J Barton
On May 9, 6:43 pm, Eric Dorman edorma...@gmail.com wrote: Hi, I am new to Firebug development and I was trying to add my code in the dev panel. I don't now what you mean by 'the dev panel'. jjb I would like to create a new feature for Firebug, but I couldn't find where the button was to

Re: Firebug memory leak

2011-05-09 Thread John J Barton
fix it on your end until they do right? On May 2, 6:26 pm, John J Barton johnjbar...@johnjbarton.com wrote: Based on the information we have, which is imperfect to be sure, we believe this is caused by a Firefox bug,https://bugzilla.mozilla.org/show_bug.cgi?id=638075 The short

Re: Scripts not named since FF4 and FB 1.7

2011-05-05 Thread John J Barton
much for some informations and comments, how it will be. On 2. 5. 2011 17:22, John J Barton wrote: If you are using Dojo, then yes, this is a known bug in FF 4.0, earliest fix will be FF 5.0. jjb On May 2, 1:46 am, JB jb.hurte...@gmail.com wrote: Hello, On Firebug 1.7, we

Re: Scripts not named since FF4 and FB 1.7

2011-05-02 Thread John J Barton
If you are using Dojo, then yes, this is a known bug in FF 4.0, earliest fix will be FF 5.0. jjb On May 2, 1:46 am, JB jb.hurte...@gmail.com wrote: Hello, On Firebug 1.7, we are unable to access our (numerous) script files since none of them get a meaningful name anymore. Our project is not

Re: Firebug memory leak

2011-05-02 Thread John J Barton
Based on the information we have, which is imperfect to be sure, we believe this is caused by a Firefox bug, https://bugzilla.mozilla.org/show_bug.cgi?id=638075 The short version is that Firebug is monitoring net traffic because this net traffic comes before we know if you want to use it in

Re: Scripts not named since FF4 and FB 1.7

2011-05-02 Thread John J Barton
acceptable workaround (other than going back to 3.6)? Don't use window.eval() in FF4.0. global eval() works for dojo case. jjb Thanks, JB On 2 mai, 17:22, John J Barton johnjbar...@johnjbarton.com wrote: If you are using Dojo, then yes, this is a known bug in FF 4.0, earliest fix

Re: Crossfire Multiprocess, Cross-Browser, Open-Web Debugging Protocol

2011-05-01 Thread John J Barton
to use their protocol. jjb On Apr 29, 7:48 am, John J Barton johnjbar...@johnjbarton.com wrote: Preprint of a paper on Crossfire is available:http://blog.getfirebug.com/2011/04/28/crossfire-multiprocess-cross-br... jjb -- You received this message because you are subscribed

Re: Bug report

2011-05-01 Thread John J Barton
On Apr 30, 4:33 am, Webdongle prom...@weblinksonline.co.uk wrote: How to create a Bug report for Firebug ? http://getfirebug.com/wiki/index.php/I_found_a_Firebug_Bug! jjb Since upgrading from Ubuntu 10.10 to 11.04 and FF 4.0 Firebug has not operated properly.  When selecting the html code

Re: Extension development: How do I direct Firebug.Console.log output to a particular window's console?

2011-05-01 Thread John J Barton
On Apr 30, 11:53 am, Peter Valdemar Mørch pmo...@gmail.com wrote: I'm writing an extension[1]. The user selects a tab (which I remember) and I would like it to write to exactly that tab's Firebug Console if it is active. During activation, I get and store the current window like so [2]:  

Re: Doesn't work with FF 4.0.1

2011-04-29 Thread John J Barton
On Apr 29, 5:45 pm, DavidVII greyfox...@gmail.com wrote: Not sure what happened here, but the it doesn't even let me activate the plug-in Please tell us what you did and what you see as a problem. I'm on a Mac BTW. Works fine on Win7. jjb -- You received this message because you are

Re: Naming Anonymous JavaScript Functions

2011-04-29 Thread John J Barton
the network traffic in the browser. But Firefox does not support intercepting the JS. jjb On Apr 28, 4:00 pm, John J Barton johnjbar...@johnjbarton.com wrote: On Apr 28, 9:37 am, Rob Campbell robmcampb...@gmail.com wrote: how many of the surveyed anonymous functions implemented

Naming Anonymous JavaScript Functions

2011-04-28 Thread John J Barton
A preprint of Salman Mirghasemi's work on function naming is available: http://blog.getfirebug.com/2011/04/28/naming-anonymous-javascript-functions/ jjb -- You received this message because you are subscribed to the Google Groups Firebug group. To post to this group, send email to

Re: Naming Anonymous JavaScript Functions

2011-04-28 Thread John J Barton
On Apr 28, 9:37 am, Rob Campbell robmcampb...@gmail.com wrote: how many of the surveyed anonymous functions implemented a displayName property on them? As far as I am able to figure out, one library Cappicino and one cross compiler OpenLaszlo use displayName. We did not happen to use

Crossfire Multiprocess, Cross-Browser, Open-Web Debugging Protocol

2011-04-28 Thread John J Barton
Preprint of a paper on Crossfire is available: http://blog.getfirebug.com/2011/04/28/crossfire-multiprocess-cross-browser-open-web-tools-protocol/ jjb -- You received this message because you are subscribed to the Google Groups Firebug group. To post to this group, send email to

Re: Error using FireFox 4.0 and ExtJs

2011-04-27 Thread John J Barton
On Apr 27, 5:17 am, Casper Bollen hal...@gmail.com wrote: Using FireFox 4.0 and ExtJs 4.0 I receive the following error using Firebug 1.7.1b1: Mozilla error: invalid scope variables We put this message out when we get an entry in the scope chain that is not a Block or a Call (aka Closure)

Re: Highlight in FB extension

2011-04-26 Thread John J Barton
On Apr 26, 6:00 am, Domizio Demichelis dd.ne...@gmail.com wrote: Since a text node is not an element it does not seem to have a height width or position.  I suppose that is why the Firebug code has                        if(elt.nodeType === 3)                            elt =

Re: Security warning using Firebug lite inspect

2011-04-26 Thread John J Barton
On Apr 26, 3:15 pm, contactph peterhe...@gmail.com wrote: I've just recently started using Opera. I'm using Windows XP. When I inspect in Firebug lite I get a security warning for the following: (1) The server's name www.skin.com does not match the certificate's name 208.236.9.44.

Re: Security warning using Firebug lite inspect

2011-04-26 Thread John J Barton
to fix it. jjb -Original Message- From: firebug@googlegroups.com [mailto:firebug@googlegroups.com] On Behalf Of John J Barton Sent: Tuesday, April 26, 2011 4:45 PM To: Firebug Subject: Re: Security warning using Firebug lite inspect On Apr 26, 3:15 pm, contactph peterhe

Re: Where is Firebug for Mozilla Nightly??

2011-04-25 Thread John J Barton
On Apr 24, 2:34 pm, alexandis alexan...@gmail.com wrote: Hi! my Minefield browser has been upgraded to some 'Nightly'. Since then, no any compatible firebug versions.. What's happened?? When should i expect new version? I use Firebug extensively. Had no idea it was such a big problem to

Re: Firebug 1.8a2

2011-04-22 Thread John J Barton
On Apr 22, 8:26 pm, demongloom dmitry.bakalei...@gmail.com wrote: Memory profiler is a great and long awaited feature! 1. Any way to call memory profiler from js. Like console.memoryProfile() ? Oh that's a good idea! If you open a bug report I bet we'd do it for a3.

Re: Feasible to automate Firebug and NetExport with XPCOM?

2011-04-21 Thread John J Barton
We automate Firebug in our FBTest suite, that is we have a window (FBTest) with a script that runs a lot of scripts on another window (browser) which runs Firebug. So for sure you could do what you want. But it's not for the faint of heart and it's not supported for any purpose other than testing.

Re: get keyword missing in DOM properties in 1.8

2011-04-20 Thread John J Barton
On Apr 20, 5:53 am, Sebo sebastianzart...@gmx.de wrote: Is there a reason why the get keyword is now missing when having a look at object properties inside the DOM Panel? This just changed in 1.8, in the current 1.7.1b1 I can still see it. Which object property? jjb Could that be because

Re: console.log not working - Firefox 4.0, Firebug 1.6.2

2011-04-20 Thread John J Barton
Good choice! Firebug 1.6 was not developed for or tested on FF 4.0. jjb On Apr 20, 12:43 pm, Chris Roth chrisr...@gmail.com wrote: Update: I still have no idea what caused this - as far as I know it's a bug, but I did manage to fix it by uninstalling Firebug and then re- installing the latest

Re: doesn't work with Dojo

2011-04-18 Thread John J Barton
On Apr 18, 12:01 am, LiuCougar liucou...@gmail.com wrote: On Fri, Apr 15, 2011 at 08:38, John J Barton johnjbar...@johnjbarton.comwrote: That sounds like issue 4289 http://code.google.com/p/fbug/issues/detail?id=4289 We have tracked this problem back to a change made in Firefox 4.0

Re: window.onerror broken/unusable

2011-04-18 Thread John J Barton
On Apr 18, 10:19 am, Roland Praml p...@gmx.de wrote: Hello, it seems that the window.onerror is broken with version 1.8.0a1 (1.7.1b1 works) I've tried to attach a function to the window.onerror event as you see in the example code test.htm --- html body script window.onerror =

Re: Removing FireBug 1.7.0

2011-04-16 Thread John J Barton
Firebug is a Firefox 'add-on' so to uninstall you have to use the Firefox user interface. Unfortunately the instructions depend on the version of Firefox. Try http://support.mozilla.com/en-US/kb/Uninstalling%20add-ons?s=uninstallas=s jjb On Apr 15, 6:26 pm, rbowen richardbowe...@gmail.com

Re: doesn't work with Dojo

2011-04-15 Thread John J Barton
That sounds like issue 4289 http://code.google.com/p/fbug/issues/detail?id=4289 We have tracked this problem back to a change made in Firefox 4.0. Firefox team will not revert the change and the fix being proposed will not be available until Firefox 5.0. As far as I am aware there is no

Re: No Logs

2011-04-14 Thread John J Barton
On Apr 14, 2:04 am, peterdermeter g.leon...@web.de wrote: I Have only one Profile and its the new one. Also just one Firebug add- on. But i have found out that the problem comes from the combination of Firebug and

Re: How to embed (and show) meta info in the HTML

2011-04-14 Thread John J Barton
On Apr 14, 8:39 am, Domizio Demichelis dd.ne...@gmail.com wrote: A quite common use of HTML comments is embedding meta/debugging data into the HTML: I am wondering whether there is already some kind of support for showing that info in some nice way. A tipical case is a web app that uses

Re: Firebug dropping JavaScript?

2011-04-13 Thread John J Barton
Dave, Thanks for your patience, but there is clearly something broken in the new stand alone FBTrace extension. I suggest you start with a new Firefox profile and the last integrated Firebug + FBTrace, 1.7X.0b4 http://getfirebug.com/releases/firebug/1.7X/ If you can trace the missing bytes

Re: Firebug HTML parsing

2011-04-13 Thread John J Barton
To be sure we are talking about the same thing, I would say that Firebug represents the live HTML document as HTML elements in the HTML panel. The actual technique Firebug uses is complicated by its optimization: it only decodes elements as user clicks on them.

Re: Firebug 1.7.0 no work in Firefox 4.0 in Windows 7 Professional

2011-04-13 Thread John J Barton
The most common cause of this issue is setting Firefox Tools Options Privacy History Never Remember. If you want Firebug to remain open on reload it must be Remember history. jjb On Apr 13, 2:53 pm, karmany karma...@gmail.com wrote: I have Windows 7 Professional SP1. I can not debug

Re: Is it possible to filter the events being logged?

2011-04-13 Thread John J Barton
Try http://getfirebug.com/wiki/index.php/Command_Line_API#monitor.28fn.29 Let us know. jjb On Apr 13, 2:44 am, StuperUser tommath...@hotmail.com wrote: Using the Log Events... option in the context menu of a HTML element, is it possible to log only e.g. click events while ignoring e.g.

  1   2   3   4   5   6   7   8   9   10   >