Live data from Hacker News

Ask HN: Webdevs, designers: what devtools should we (Mozilla) build in Firefox?

news.ycombinator.com

111–120 of 360 posts

Re: Ask HN: Webdevs, designers: what devtools should we (Mozilla) build in Firefox?

#114
This isn't in your purview, but it'd be really nice if Firefox text boxes on OS X acted like OS X text boxes. Whenever I try to switch to using Firefox instead of Chrome, this drives me crazy because all the ctrl, cmd, option + arrow key combos I use with every other Mac application for text manipulation don't work.

This realistically a low priority matter, but it's one that keeps on making me switch back to chrome.

Re: Ask HN: Webdevs, designers: what devtools should we (Mozilla) build in Firefox?

#116
Web Worker debugging that's on par with debugging code in the document. That includes logging, breakpoints, and being able to see the scripts loaded in a Worker without having to open its debug tab first.

(I'm reacting to Chrome's current situation, but it applies across the board.)

Re: Ask HN: Webdevs, designers: what devtools should we (Mozilla) build in Firefox?

#117
post #27
post #8

Websockets inspection would be very nice. To my knowledge no browser does support this and it would be very handy IMHO.

Chrome does: http://i.imgur.com/KLmkYjH.png

Oh, nice - didn't see that yet. Thanks for posting. But still - it would be nice to have it in firefox as well :)

Re: Ask HN: Webdevs, designers: what devtools should we (Mozilla) build in Firefox?

#118

It would be helpful if I didn't have to close and restart my browser to install an addon. It would be easier to only have to restart the tab I want the addon to start working on.

(that's unrelated. We support restartless extensions. And that depends on the extension. Some do support that, some don't).

Re: Ask HN: Webdevs, designers: what devtools should we (Mozilla) build in Firefox?

#119
I understand this is probably not be the kind of feedback your team is looking for, but I haven't used Firefox for front end development since I got a Retina Macbook because I can't stand reading text anywhere in Firefox.

Before the Retina I used Firefox/Firebug all day everyday. After Retina, I jumped to Chrome.

Re: Ask HN: Webdevs, designers: what devtools should we (Mozilla) build in Firefox?

#120

Need to be able to profile frames/second for HTML5 gaming. The frames part of the timeline tab in Chrome is extremely useful.

I'd also love other performance hints with regards to optimizing for games or other things that require heavy animation.

- Which layers/elements are being hardware-accelerated, and which aren't? Just as importantly, why or why not? - How much VRAM is being used by which element/etc, and how much total RAM/VRAM am I using at a given moment?

Post reply on HN