The one thing that prevents me from switching to Firefox is the spell checker. Like many non-native English people, I'm constantly switching between languages when typing. Chrome is smart with that, and detects the right language sentence per sentence. Is there a way to have FF do this? Did I miss something?
Firefox 70
21–30 of 468 posts
Re: Firefox 70
#22Not mentioned in this article (although it's in the Release Notes [1]): the amazing work done regarding the macOS compositor. This should give pretty noticeable speed and battery improvements on Retina Macbooks. [1] https://www.mozilla.org/en-US/firefox/70.0/releasenotes/#new
Re: Firefox 70
#23Re: Firefox 70
#24I would have wished a world where both the chromium project and Mozilla would collaborate to a unified JS compiler instead of having two separate implementations. How faster would have JS been? How more featureful and less buggy? BTW chrome 78 will be released today too!
Re: Firefox 70
#25Compared to current Chromium based browsers (I'm using Edge/ium), how does this Firefox release's DevTools compare?
Day to day tasks like browsing the DOM, debug, networking, are top notch in both Chrome and FF, haven't found anything infuriating in FF devtools, they are very serious in having snappy and useful experience.
Re: Firefox 70
#26Re: Firefox 70
#27Wow, blown away by how much better the new password manager is! If they add support for custom fields on each login, this could almost completely replace my need for a 3rd party solution.
Re: Firefox 70
#28Compared to current Chromium based browsers (I'm using Edge/ium), how does this Firefox release's DevTools compare?
Re: Firefox 70
#29I wonder, why they implemented Baseline JS interpreter in C++? Why not Rust?
> The Baseline Interpreter uses the same frame layout as the Baseline JIT, but we’ve added some interpreter-specific fields to the frame.
> Because the Baseline Interpreter and JIT are so similar, a lot of the code generation code can be shared too. To do this, we added a templated BaselineCodeGen base class with two derived classes: - BaselineCompiler: used by the Baseline JIT to compile a script’s bytecode to machine code. - BaselineInterpreterGenerator: used to generate the Baseline Interpreter code.
[0] https://hacks.mozilla.org/2019/08/the-baseline-interpreter-a...
Re: Firefox 70
#30I would have wished a world where both the chromium project and Mozilla would collaborate to a unified JS compiler instead of having two separate implementations. How faster would have JS been? How more featureful and less buggy? BTW chrome 78 will be released today too!
The amount of resources that have gone into improving JavaScript is amazing. I just wonder what some other languages would look like now with that kind of attention.