Firefox 70 released for Firefox Quantum: Developer Edition
21–30 of 116 posts
Re: Firefox 70 released for Firefox Quantum: Developer Edition
#22I can't seem to make the switch away from Chromium devtools. I don't know whether it's because I am habituated to the Chromium ones or whether there is something klunky about the Firefox devtools that I can't put my finger on.
Re: Firefox 70 released for Firefox Quantum: Developer Edition
#23I can't seem to make the switch away from Chromium devtools. I don't know whether it's because I am habituated to the Chromium ones or whether there is something klunky about the Firefox devtools that I can't put my finger on.
Other than the web socket support in Chrome, the FF dev tools are a billion times better than Chrome now. I cannot work without the css layout overlays from FF dev tools. Makes working with grid layouts insanely easy.
Re: Firefox 70 released for Firefox Quantum: Developer Edition
#24Earlier quoted context omitted.
I think it's mainly a difference in configuration. The developer version, IIRC, allows you to install extensions on your own machine without seeking approval from Mozilla, but on the other hand it apparently subjects you to additional telemetry: > Firefox Developer Edition automatically sends feedback to Mozilla ... In addition to the data collection described in this Privacy Notice, these versions by default may sen…
If you just want to be able to install unsigned extensions with neither the extra bugs from running a beta nor the telemetry, you can use the far less advertised "unbranded builds" of Firefox [1] instead. [1]: https://wiki.mozilla.org/Add-ons/Extension_Signing#Latest_Bu...
Re: Firefox 70 released for Firefox Quantum: Developer Edition
#25Has there been a significant update to the devtools recently? I've been a devedition user for years, odd to see it on the front page of HN just linking to the homepage..
Re: Firefox 70 released for Firefox Quantum: Developer Edition
#26Re: Firefox 70 released for Firefox Quantum: Developer Edition
#27Re: Firefox 70 released for Firefox Quantum: Developer Edition
#28I can't seem to make the switch away from Chromium devtools. I don't know whether it's because I am habituated to the Chromium ones or whether there is something klunky about the Firefox devtools that I can't put my finger on.
Somehow Firefox devtools feel a bit clunkier when working on JS projects but they offer a lot of neat gimmicks if you dig into the depths of CSS. I also find the guidelines when highlighting an element more helpful than in Chromium for aligning elements on the page.
Personally I don't get to use grid layouts as my code has to work in IE11 (I gave autoprefixer a try but in the end it was no significant improvement over flexbox because of all the caveats and limitations). If you do, I'd imagine Firefox devtools would be a gamechanger for you.
I find myself occasionally switching back to Firefox for CSS work, then going back to Edge Dev for everything else.
Re: Firefox 70 released for Firefox Quantum: Developer Edition
#29I can't seem to make the switch away from Chromium devtools. I don't know whether it's because I am habituated to the Chromium ones or whether there is something klunky about the Firefox devtools that I can't put my finger on.