-
-
Notifications
You must be signed in to change notification settings - Fork 345
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Waterfox Quantum? #267
Comments
It would be good if Waterfox can run the legacy plugins while in quantum. |
Just escaped to Waterfox from Firefox 57. Please, do not adopt all these awful Quantum things! :) |
@qinidema Mind elaborating on that? I haven't tried Quantum yet, but by the looks of it, it's finally making Firefox a usable browser again. So I'm wondering what features (or other things) that you didn't like about it. |
I agree with the others, I rely on my FF/WF extensions/plugins. FF 57 took all those away. WF is faster, WF is the browser that FF ought to be. Please keep WF as separate as possible. I am deleting everything FF on my iMac running Mavericks. As long as WF has its current functionality, configuration, it shall be my main browser. Thanks Mr. Alex. |
If Waterfox becomes distanced from Firefox too much, it will be harder and harder to merge security fixes and everything else, and it will become second Palemoon. I don't see how that could be good. |
I have checked out the reasons for ditching the extensions + plugins but they make my browsing experience that much better. I installed FF Quantum, it was like re-inventing the FF experience, not for me, each to his own. I also use Chrome + occasionally Safari for mac specific functions. Mr. Alex is obviously very bright, perhaps he will come up with a fix to please the majority of WF users. |
I think waterfox needs to update to firefox 57 and still make options for old layout. |
Waterfox really seems to be a great alternative to firefox but I need the speed and look of Quantom to be able to use it 😅 |
@Jacalz there's btw official EME-free version of Firefox, it's buried deep in their website unfortunately upd.: new version(s) are/were released since the time of writing, so be sure to apply common sense and search for the right version. Also, autoupdate in EME-free doesn't work at the time of writing: https://bugzilla.mozilla.org/show_bug.cgi?id=1422097 |
WaterFox is much more than just a Firefox without EME but thanks 🙂 |
@magicgoose Hi, what's EME?? @Jacalz I would love to see it added as an option to enable, like via about:config or something. I don't like some of that new UI, other parts I do like. It's a shame Classic Theme Restorer probably won't be developed further for browsers still using XPCOM/XUL. 😞 🍳 🌵 |
EME stands for Encrypted Media Extensions and it is propriatary non open source media software that with little insight that are used for things such as watching netflix 👎 Used for DRM Digital Rights Management also to make it harder to view files that have copyright, hope i got it right. If not, Sorry 😅 |
More correct is Digital Restrictions Management |
Well sorry then 😅 |
Me too because I wanted to restore the page "about:addons" but it can't be... At least, that's true because as today, no none options are available and that's just bad.
But then how are we supposed to proceed ? The read mode seem's to be a trouble... Because you can't replace the file extensions.css (inside the archive omni.ja). |
I agree with @trajano you would combine the best of the two words, quantum and XUL addons. I tried the new FF and at the least on my system it is way more reactive than the previous version. I switched to WF though because of the XUL addons :) |
sdk addons are just as important ! |
I think that the new version of Firefox is much more faster than older + this new interface looks really good and at least this menu bar doesn't glitch on my laptop. I think it's a good idea to ask users at the beginning which interface they would like to use and which engine, editable in Greetings, Daria |
As a iMac user running Mavericks, the Safari browser 9.1.3 is way out of date (now 11.x) but is still the native Mavericks browser. I also have both WF 55.2.2 + FF 56.0.2 running with not allowing any FF updates. I am able to use all my WF extensions/plugins which I must have. I am also using the latest version of Google Chrome which automatically updates without changing the GUI or functionality I enjoy, so it is the most secure. So if it comes to the point where I think WF or FF can no longer suit my requirements, I shall make Chrome my main browser with Safari as a backup. Even if I won't allow any WF updates to Quantum + above, I shall keep using WF because it is still the best browsing experience for me. |
Did you see the price of that? Sorry, I didn't ordered Chrome in my Firefox (I'm even don't mentioning the TONS of broken extensions here). Yes, I realize this can be disabled (in fact now it can't, the dom.ipc.processCount.web can't be less than 4). |
@qinidema does it affect the overall performance in practice though? Or you are simply worried about the numbers? |
I do not understand the thing about extensions not being compatible. Mozilla has been really clear for months that FF57 would break the current extensions system to switch to a more efficient one, to be able to drop tons of old legacy code, and be able to do the move to Quantum. Developers had months to adapt their extensions to the new system. If they do not want to do it, you can do it, open-source ftw. Waterfox is not meant (correct me if I'm wrong) to be the browser Firefox should have been (what do you want, legacy extensions support for 20 years? And a browser unable to keep up with Edge and Chrome?). It is just FF minus EME, Pocket, telemetry ect and other proprietary things. If you want the old extensions, stay with FF56 and disable auto-updates, that's it. I am curious about the founder's thoughts here and his vision for Waterfox, but as it has been said earlier, code divergence with Firefox is going to be a tough thing to deal with. |
@KeitIG
It's better to recommend Firefox ESR in this case. Because it will receive security updates for quite some time, but FF 56 won't. Friends don't let friends use potentially exploitable browsers for extended periods of time. |
@keitig the web extensions API is more limited than legacy. Many extensions that were possible with the old firefox are now no longer possible if you want them to do the same thing. It's not as simple as just saying to do it yourself because it can't actually be done. Even noscript to my understanding wasn't possible originally. The developer had to work with Mozilla to get certain Apis that otherwise wouldn't have existed. There are several extensions I use that are legacy where the developers have said that the reason they aren't moving forward is because it isn't possible in order to get the same features. |
Maybe support two versions:
and
to keep older plugins |
the quantum engine doesnt even have anything to do with the disabling of old addons against THE LESS EFFICIENT WEBEXT ADDONS ..... go into the firefox install folder Nightly\browser\features and see that there are still the same old bootstrapped extension with normal firefox code like its always been ... open the omni.ja in winrar youll see that firefox is still the same simple browser.xul maindoc , its a little different , some flexboxes have been renamed and removed n stuff .. if you then go into omi.ja modules folder youll see they removed the commonjs folder with all the common jsm modules which were used by sdk addons ... |
@Ulf3000 how are webext less efficient? They are capable of running on multiple processes |
Not for some extensions. GitHub is ill-suited to discussions such as this … instead: |
@Serkan-devel , their code base is huge and exports through tons of objects and subobjects ... my smallest addon has around 50 lines .. looking at the codebase of the webext modules , if id port it it would amount to 10 to 20 times the code or even more + tons of messagesender which arent even needed since it runs on the mainthread anyways , and more ram usage too ... that's why .. this is not always the case but good simple addons with native to the point code is much more efficient and they are mutliprocess too ! |
From the user's point of view, you will need to trust unknown developers to not mistreat your private data. Even if you do know what you're doing, it doesn't and can not follow that all the developers of all the addons you use know what they are doing and also that they don't try to do something bad intentionally. Even if you solve this for yourself by carefully reviewing source code of all addons before installing, it's completely unrealistic to expect this from all users. |
@MrAlex94 Thank you very much for working to keep the pre-Quantum add-ons! Some of them are really great, but developers simply couldn't upgrade them to the new version of Firefox. This is also the reason why I discovered WaterFox, and it's hardly to think now that I will come back. As many other people did. Then the support for those previous add-ons is really important! |
Same goes for me: The reason I looked for Waterfox is the ability to
keep using the old extensions. In case there is some coding needed to
maintain the old interfaces and to keep them working I am glad to help.
…On 27.08.2018 16:32, gipi85 wrote:
@MrAlex94 <https://github.com/MrAlex94> Thank you very much for
working to keep the pre-Quantum add-ons! Some of them are really
great, but developers simply couldn't upgrade them to the new version
of Firefox. This is also the reason why I discovered WaterFox, and
it's hardly to think now that I will come back. As many other people
did. Then the support for those previous add-ons is really important!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#267 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Ag6oe6YmEV8iUaQTuKHB9MjHEOhVomOmks5uVAL2gaJpZM4Qdw5K>.
|
From #834 (comment):
https://www.reddit.com/r/waterfox/comments/8xsfsl/-/e2lqgzl/?context=1 (2018-07) and more recently there are (amongst other things) commits to a private repo https://github.com/MrAlex94?tab=overview&from=2018-10-01&to=2018-10-31#js-contribution-activity which, I guess, is for the Postscripthttps://blog.waterfoxproject.org/waterfox-56.2.5-release-download#comment-4184045355 (2018-11-08)
|
From https://www.reddit.com/r/waterfox/comments/acg9a9/-/edqnbzt/?context=4:
From Mozilla bug 1419884 - [meta] Remove use of legacy add-ons within Mozilla
To clarify: 1419884 is primarily about removal of technologies from add-ons; not about removal from Firefox. Maybe more interesting to follow these two Mozilla bugs:
– both referred from Life After XUL: Building Firefox Interfaces with HTML | MDN. Also:
General: – with links to the architecture review process, newsletters etc.. |
Actually, how is Waterfox getting security updates? Isn't the last ESR without quantum already deprecated? |
nvm |
https://blog.waterfoxproject.org/waterfox-56.2.6-release-download mentions Mozilla Foundation Security Advisory 2018-30, that's https://www.mozilla.org/security/advisories/mfsa2018-30/ relating to Firefox ESR 60.4. |
Note that the Quantum tab throbbers make some users sick (including me) and the css hacks to block the tab throbbers don't work while Firefox is loading new tabs (at least for me). |
From https://www.reddit.com/comments/amenyw/-/eflnh4p/ for an extension:
NB, for people who might not follow links, that's not a planned date for Waterfox. |
So, any plan to upgrade the engine using Firefox Quantum and Servo CSS Engine ? |
Wait ... what? Are you saying we have to wait 2-3 years after the initial Quantum launch to see it happen finally for Waterfox? 😿 |
In the meantime, https://wiki.mozilla.org/Release_Management/Calendar#Future_branch_dates Firefox 68 is in Central.
That range is overly cautious, I think. |
Just started using Waterfox. I'm not too concerned about extensions, but from what I can tell, the biggest issue of WF 56.x vs the latest FF Quantum is legacy extensions?? That seems a little silly. From a security/privacy standpoint, am I safe to continue using WF, despite the drastically different versions? I use lot's of (modern) extensions and they seem to work fine so far. Another minor concern of mine is the ability to use ShadowFox, which so far hasn't worked for me (ShadowFox relies on Quantum I believe). |
If you like, think of Waterfox 68 as Waterfox Quantum. |
@grahamperrin |
Please see the wiki, thanks. |
yeah I see now.. maintaining TWO branches of code... Waterfox Classic for legacy extensions and Waterfox 68 for newer code... I found it on the update page when I just manually updated to Waterfox v56.2.10 |
@grahamperrin @MelchiorGaspar My apologies, I didn't notice the 68 alpha branch nor the alpha downloads on the website. I don't use any legacy extensions so the alpha works fine. Thanks! |
So I guess Waterfox does have two versions then |
@Serkan-devel Yes, from what I've found there is precompiled binaries on the Releases page (you'll have to scroll down a bit) and also the Waterfox/Firefox 68 Alpha branch with the source. |
Dear mr. @grahamperrin , one of the things Firefox developers abandoned with Quantum is the API to protect the add-ons from being disabled/removed. Thank you very much for your attention. |
@noplanman with Waterfox Current well and truly in the pipeline, parallel development alongside Waterfox Classic – https://www.waterfox.net/releases/ and so on – the essence of this issue is answered, would you like to close it? @gipi85 I'm not a developer, can't answer that question, but you can follow https://www.waterfox.net/blog/ and https://github.com/MrAlex94/Waterfox/wiki for updates; questions to the support area https://www.reddit.com/r/waterfox/ if you like. Thanks |
Just wondering if this will be in the pipeline soon-ish 😇
The text was updated successfully, but these errors were encountered: