We have CPU profiling now, but we are in the process of reworking the UI to make it more useful and include a better presentation for events and how they fit into that picture.
Very useful to track down where some, sometimes pesky, JavaScript code has bound events to the DOM.
This is a big debugging pain, to track down why events are being triggered, or not working, in a certain way and what JavaScript code is responsible for it.
>How can I see the whole data available to the browser in FF, similar to ChromeDev Tools
It's a lot different than what chrome does, but I believe they're integrating the resources with the network tab: (scroll to the bottom where the pie charts are.)
> It's a lot different than what chrome does, but I believe they're integrating the resources with the network tab: (scroll to the bottom where the pie charts are.)
Thanks for the link. What about IndexDB, Web SQL and Local Storage?
> Do your customers develop web pages? If so why are they paying you to install a browser?
They surely do. My employer does Fortune 500 consulting and many times we get to use what their IT allows us to.
besides the ever-growing list of powerful features (async stack traces?!), I would add usability, I regret clicking "Inspect element (Q)" every time, also the only reason I have a chromium running I prefer firefox otherwise ;)
It always amuses me when people think the Firefox Developer Tools are equal to the Chrome DevTools. They really can't be using either of them very much.
Besides, Mozilla is not trying to tie down anyone to it's platform, because the platform is basically the Web, which is open to everyone. There are many things which distinguish it from other platforms like you can host your "apps", which are nothing more than simple websites, on your own site and not necessarily Mozilla's MarketPlace. Mozilla is working hard to reduce the memory footprint and make the apps responsive[1] and by the time it comes out, I think it's going to have a really good performance.
I've filed a bug regarding this : https://bugzilla.mozilla.org/show_bug.cgi?id=806311 Feel free to add your system information on that bug or describe what you faced or any other constructive input possible there. You can also CC yourself to follow along the progress.
Btw I tried this in the latest Firefox nightly and it seems that the nightly doesn't crash although the CPU usage does go up to 50%, so it seems that this bug has been fixed and will be released in the upcoming stable releases.