Earlier quoted context omitted.
Is there any particular functionality you're missing? Chrome Dev Tools are really comparable in my opinion. I would like a way to tamper data sent in POST, but I don't think even Firebug has that built in.
It's those minor but intuitive things that we get used to when using firebug. For example: 1) The inspect tool is at the bottom on chrome dev tools. It would have been much more intuitive to keep it at the top of the bar. 2) You don't see a change of cursor when hovering over editable properties. People who never used firebug might have gotten used to this but for me it feels clunky. 3) No single click edit. On fireb…
Developer Tools in Firefox 11 - 3D DOM Inspector and Live Style Editor
21–30 of 30 posts
Re: Developer Tools in Firefox 11 - 3D DOM Inspector and Live Style Editor
#22Earlier quoted context omitted.
It's those minor but intuitive things that we get used to when using firebug. For example: 1) The inspect tool is at the bottom on chrome dev tools. It would have been much more intuitive to keep it at the top of the bar. 2) You don't see a change of cursor when hovering over editable properties. People who never used firebug might have gotten used to this but for me it feels clunky. 3) No single click edit. On fireb…
The tiny little detail that drives me nuts is that, in Chrome, to disable a CSS rule, the checkbox is on the right side of the rule, not the left. The problem is that I can't visually tell which checkboxes match which rules, because they're too far away. Even worse, the checkboxes only show up on hover, and disappear when you hover just one pixel to the right of them, because the hover area is set wrong. (At least on…
Re: Developer Tools in Firefox 11 - 3D DOM Inspector and Live Style Editor
#23Earlier quoted context omitted.
I never understand people who say Firefox is as fast as Chrome. It's nowhere close, and can't be. My normal use case is to open 15 tabs, all at once, from a single page (e.g. Hacker News homepage). Firefox is single-threaded, as far as I know, and the whole interface freezes while it does the heavy lifting in loading the contents for each new tab. It takes me 30 seconds total of waiting 2-3 seconds for each tab to lo…
I just tried your experiment on Chrome and yep, it was faster than Firefox, but by no means was Firefox slow. Sure, the UI slowed down a touch for the few seconds it took to load the pages (framerate dropped while I scrolled up and down) but it wasn’t unusable and I definitely didn’t have to wait 30 seconds - didn’t have to wait at all. Maybe I’ve just got a decent-spec machine here at work (quad i5, 12gb ram)…
I would love to be able to scroll while other tabs were starting their loading!
Re: Developer Tools in Firefox 11 - 3D DOM Inspector and Live Style Editor
#24Earlier quoted context omitted.
Firefox shouldn’t be massively slower than Chrome for day-to-day use. The usual advice here: turn off extensions that you’re not actively using. If it’s still slow then you could consider making a new profile, which usually speeds stuff up. http://support.mozilla.org/en-US/kb/Managing-profiles
I never understand people who say Firefox is as fast as Chrome. It's nowhere close, and can't be. My normal use case is to open 15 tabs, all at once, from a single page (e.g. Hacker News homepage). Firefox is single-threaded, as far as I know, and the whole interface freezes while it does the heavy lifting in loading the contents for each new tab. It takes me 30 seconds total of waiting 2-3 seconds for each tab to lo…
Firefox is multi-threaded but single process.
Re: Developer Tools in Firefox 11 - 3D DOM Inspector and Live Style Editor
#25Earlier quoted context omitted.
Firefox shouldn’t be massively slower than Chrome for day-to-day use. The usual advice here: turn off extensions that you’re not actively using. If it’s still slow then you could consider making a new profile, which usually speeds stuff up. http://support.mozilla.org/en-US/kb/Managing-profiles
I never understand people who say Firefox is as fast as Chrome. It's nowhere close, and can't be. My normal use case is to open 15 tabs, all at once, from a single page (e.g. Hacker News homepage). Firefox is single-threaded, as far as I know, and the whole interface freezes while it does the heavy lifting in loading the contents for each new tab. It takes me 30 seconds total of waiting 2-3 seconds for each tab to lo…
Browsers are very complex software and there is a lot that goes into browser performance.
http://www.tomshardware.com/reviews/chrome-17-firefox-10-ubu...
Re: Developer Tools in Firefox 11 - 3D DOM Inspector and Live Style Editor
#26They seem to be focusing 100% on making dom/css editing pretty but forgetting all about javascript and requests/headers etc. What gives? While this 3D dom stuff looks neat, doesn't make me want to switch from Chrome at all because it's not going to add anything to my day job which does involve DOM/CSS, but also heaps of javascript as well.
For example, you have the scratchpad, the error console, and the web console.
This is a bit older, but I see the reason they aren't trying to replace Firebug is that their is no immediate need to. They can explore do things that Firebug isn't doing.
http://blog.mozilla.com/devtools/2011/05/25/the-relationship...
Re: Developer Tools in Firefox 11 - 3D DOM Inspector and Live Style Editor
#27They seem to be focusing 100% on making dom/css editing pretty but forgetting all about javascript and requests/headers etc. What gives? While this 3D dom stuff looks neat, doesn't make me want to switch from Chrome at all because it's not going to add anything to my day job which does involve DOM/CSS, but also heaps of javascript as well.
Today's announcement for Firefox 11 is just about the stuff that happened to ship during the most recent six-week release cycle. It doesn't mean that the team isn't working on lots of other projects [3].
[1] https://hacks.mozilla.org/2011/11/developer-tools-in-firefox...
Re: Developer Tools in Firefox 11 - 3D DOM Inspector and Live Style Editor
#28Earlier quoted context omitted.
I just tried your experiment on Chrome and yep, it was faster than Firefox, but by no means was Firefox slow. Sure, the UI slowed down a touch for the few seconds it took to load the pages (framerate dropped while I scrolled up and down) but it wasn’t unusable and I definitely didn’t have to wait 30 seconds - didn’t have to wait at all. Maybe I’ve just got a decent-spec machine here at work (quad i5, 12gb ram)…
I use a 2010 MBA (with SSD). Not super-fast, but not ancient either. I would love to be able to scroll while other tabs were starting their loading!
By the way, sorry you’re being downvoted. You’re adding to the conversation, not trolling.
Re: Developer Tools in Firefox 11 - 3D DOM Inspector and Live Style Editor
#29Doing things right / Doing the right things. They're doing the wrong things here. Firefox is dog slow compared to Chrome. Firefox: I loved you for a few years, but now I fondly remember Firefox 3.5 as "It was better than I.E" ... my new love is Chrome, because Chrome is at my doorstep asking where can it take me, while you're still getting out of bed in the morning.
Check out https://wiki.mozilla.org/Performance/Snappy for more details...
Re: Developer Tools in Firefox 11 - 3D DOM Inspector and Live Style Editor
#30Earlier quoted context omitted.
Is there any particular functionality you're missing? Chrome Dev Tools are really comparable in my opinion. I would like a way to tamper data sent in POST, but I don't think even Firebug has that built in.
It's those minor but intuitive things that we get used to when using firebug. For example: 1) The inspect tool is at the bottom on chrome dev tools. It would have been much more intuitive to keep it at the top of the bar. 2) You don't see a change of cursor when hovering over editable properties. People who never used firebug might have gotten used to this but for me it feels clunky. 3) No single click edit. On fireb…
I can only comment on 4), in that I use both Resources and Audits frequently. Resources more-so, I'm always clearing site-specific cookies/sessions. Audits is useful when trying to improve site speed, it has a lot of good advice.