Hacker News new | ask | show | jobs
by pchanda 2129 days ago
>> I believe that a viable strategy for them would be to instead focus on making Firefox better than Chrome on everything else but the Google Stack. If the Firefox experience is better on all other sites, Chrome will be gradually marginalized.

Quite difficult when every developer I see is testing and verifying their product on chrome

3 comments

Hi!

I use FF as my primary dev browser. The debugger lets it down and the JSON viewer in the network tab is annoying... but everything else is excellent. The CSS layout inspectors are particularly good.

On the JSON viewer being annoying: is the issue that it shows the information twice for all fields? That's what drives me crazy. I wonder how hard it would be for a newcomer to make a fix for this.
They just need a killer set of dev-tools.

What, of course, they've noticed and were working for already.

Good-quality dev tools seems to be one of the things they're abandoning in the recent layoffs: "In order to refocus the Firefox organization on core browser growth through differentiated user experiences, we are reducing investment in some areas such as developer tools, internal tooling, and platform feature development, and transitioning adjacent security/privacy products to our New Products and Operations team"
I always use Firefox personally during development, the dev tools are really great.

Our test suite uses Selenium with Chromium, which allows me to cover both browsers to some extent.