Ask HN: Webdevs, designers: what devtools should we (Mozilla) build in Firefox?
We have recently added a bunch of new builtin tools in Firefox (please try Firefox Aurora or Firefox Nightly to see a recent version of these tools). We also redesigned the way we show these tools (screenshot here: http://paulrouget.com/e/toolboxTesting/).
We are now working on defining what should be our next moves, and I'm trying to gather as much feedback as possible.
The current plan is to build a bunch of performance-related tools (see https://groups.google.com/forum/?fromgroups=#!topic/mozilla.dev.developer-tools/L9vfZ1-smUI), improve the user interface (better theme), make the tools remotable (for mobile development), and drastically improve the WebConsole (see an experiment here: http://paulrouget.com/e/jsterm.v2/).
But we really want to get as much feedback as possible to make sure we're going into the right direction.
What do you think we should add/remove/fix in our tools? Anything you miss from Chrome or Opera? Or anything you haven't seen yet you'll like to see part of the browser?
PS: because a lot of people have raised concern about "cluttering" Firefox: we are considering providing some of these tools only as addons, to keep the Firefox DevTools as simple as possible.
359 comments
[ 3.2 ms ] story [ 335 ms ] threadIf you are just looking at what's best to add to the browser itself, just look at the plugin market to see what's in wide use.
How would you like to see the API for plugins/add-ons improved?
We are also looking at existing extensions.
This has been considered and rejected as inferior to the current approach. The Android browser used this and it was rewritten to get rid of it.
Let's focus on doing things that improve the user experience rather than blindly copying features from other browsers without considering if they make sense.
Moreover, it has absolutely nothing to do with the question asked.
Didn't they ditch Electrolysis because of issues with many nsplugins? I am not aware of other reasons it was shitcanned.
├─firefox───36*[{firefox}]
But this is an end user experience, rather than a web dev experience.
There are a lot of cool plugins, but new users don't always know what to get. But if if it was easy to fork Firefox and add some plugins and redistribute it in whatever forums or communities they prefer, that would be cool.
So there may end up being a Firefox for reddit, for image processing, for web design, for web dev, etc.
I don't think you need to add a more things for developers. The tools already present are good enough, I saw someone suggesting a built-in sFTP. That's just too much.
Tree tabs are the more conventional way of understanding lots of items (and tabs are hierarchical -- parent tabs are where you opened the current tab from).
Unfortunately, reputations stick.
Just curious because I rarely find FF creeping up towards a gig and RAM is so ridiculously cheap most of what I have just sits around doing nothing. (Edit: shouldn't have said nothing, but I'm not maxing out even with 4GB unless I am working in Photoshop/Illustrator)
I have this thread, HN home, espn, and techcrunch open in both FF and Chrome right now
Chrome 454,920K Firefox 487,156K
a 30 meg difference is really _not_ a big deal.
Anywho I find myself using chrome for dev while FF is for browsing. The AngularJS and Speed Tracer addons are nice for Chrome. I browse with FF because they support tags with bookmarks, which I'm addicted to
Regards, Markus
[1]: http://www.chris-granger.com/2013/02/27/light-table-030-expe...
[1]: https://github.com/swank-js/swank-js
[2]: http://emacsrocks.com/e11.html
But yeah, some sort of more official or maybe more extensive support would be pretty cool too.
I am remarking today that on my system, Firefox must use less ram today than it did in 2005. Great work!
I have to admit that i changed my dev browser to chrome. The chrome developer tools are great. I like to have everything on one panel instead of the console in one place and the html and css in another.
Also, thank you. The updated tools in FF20 beta have been fantastic.
Any chance you could remove the animation that appears when using the element selector? I find the flicker very distracting.
I'd like to see all the tools combined into one mode and allow me to pop it out into a new window. If I can do that right now, it's just not intuitive.
Also, it'd be great if FF pushed people away from Firebug, as I didn't know FF had built in tools and I was resorting to Firebug each time.
Just some thoughts. Great work!
http://livereload.com/
I know a lot of people who use it. And I think it would be great to have it native on firefox.
I personally prefer Firebug over Inspector, so I would rather see you throw more resources into integrating it fully with FF.
Firebug allows you to disable the builtin Inspector button.
I believe the parent was saying it should be a joint effort and all the resources should be pooled into one. I prefer Firebug as well and would love to see it get better, faster.
-- A Vim user
Thanks!
Also, realiable support for "break on throw exception".
* I can't select and copy text from the console's output (it's a listbox now)
* The autocomplete is not as good as Firebug's and hitting enter does not complete it
* The inspector does not remember the width of the two panels (left with DOM/right with CSS rules)
You get the idea. You've completed the 90%, now fix the 10% left.