Not exactly sure why this is here, but for context, Firefox 54 shipped this week, and 55 was promoted to Beta.
As part of our effort to eliminate the pre-beta ("aurora") channel, 55 spent twice as long in development: instead of promoting to "aurora" six weeks ago, it stayed in nightly until this week, where it moved directly to beta. Future releases will continue this nightly -> beta -> release cadence.
A few of the changes in 55:
- startup and session restoration are dramatically faster, as we can now defer almost all of the work related to restoring unloaded tabs.
- Object destructuring / spread, async generators, and requestIdleCallback are all in.
- WebVR 1.1 is enabled on Windows, with other platforms working in Nightly
- Flash is moving to click-to-activate
- WebExtensions will be able to configure proxy settings
...And a whole bunch of miscellaneous performance improvements, features, and the further rollout of multiple content processes in stable Firefox.
All of this is leading up to Firefox 57, which will be a major release in November that marks the deprecation of legacy add-on APIs in favor of cross-browser "WebExtensions", an overhauled UI ("Photon"), and the integration of many components from the Servo Parallel Browser Project ("Quantum").
May I ask about the smart zoom feature? Moving back from Chrome it seems missing that when you double-tap twice on the touchpad, the current paragraph is smartly zoomed to take the full screen width.
The underlying engine is the same as in Beta, but the product itself is built with different flags, default settings, and other features. For example, add-on signing is optional in Developer Edition, so it's better suited for developing Firefox add-ons than Beta. Similarly, we may ship new versions of the DevTools into DevEdition before they're ready for the broader Release population.
I think Mozilla may want to encourage non-devs to beta test. And/or us users of the Dev Edition are a captive audience, willing (maybe even eager) to beta test, while still wanting the (extra) dev tools.
> _All of this is leading up to Firefox 57, which will be a major release in November that marks the deprecation of legacy add-on APIs in favor of cross-browser "WebExtensions", an overhauled UI ("Photon"), and the integration of many components from the Servo Parallel Browser Project ("Quantum")._
Is Firefox getting a more modern icon anytime soon? it's starting to show its age.
Mozilla's recent rebranding has stirred up more discussions about redrawing or refining the Firefox logo, but that's a perennial topic of discussion. If it happens, I'd expect it to be coordinated with 57's release, but this is totally uninformed speculation. I work remotely and have limited contact with the design folks.
To me, the current icon looks fine on macOS. It matches the style of Safari and other stock apps better than the Chrome icon.
I don't think the issue is modern vs old, but different styles across operating systems. It probably looks out out of place on current Android versions, for example.
As part of our effort to eliminate the pre-beta ("aurora") channel, 55 spent twice as long in development: instead of promoting to "aurora" six weeks ago, it stayed in nightly until this week, where it moved directly to beta. Future releases will continue this nightly -> beta -> release cadence.
A few of the changes in 55:
- startup and session restoration are dramatically faster, as we can now defer almost all of the work related to restoring unloaded tabs.
- SharedArrayBuffer is also getting turned on by default, and my teammate Lin Clark just wrote an excellent three-part article on it at https://hacks.mozilla.org/2017/06/a-crash-course-in-memory-m...
- Object destructuring / spread, async generators, and requestIdleCallback are all in.
- WebVR 1.1 is enabled on Windows, with other platforms working in Nightly
- Flash is moving to click-to-activate
- WebExtensions will be able to configure proxy settings
...And a whole bunch of miscellaneous performance improvements, features, and the further rollout of multiple content processes in stable Firefox.
All of this is leading up to Firefox 57, which will be a major release in November that marks the deprecation of legacy add-on APIs in favor of cross-browser "WebExtensions", an overhauled UI ("Photon"), and the integration of many components from the Servo Parallel Browser Project ("Quantum").