Firefox for iOS on GitHub
11–20 of 145 posts
Re: Firefox for iOS on GitHub
#12I'm glad Firefox is coming back to iOS. I remember they used to have a similar Safari wrapper supporting sync, but they must've gotten rid of it.
https://blog.mozilla.org/blog/2010/07/15/get-firefox-home-on...
Development stopped in 2012:
https://blog.mozilla.org/services/2012/08/31/retiring-firefo...
Re: Firefox for iOS on GitHub
#13- How far away from a release is this? - Given that Apple does not allow other render engines. What makes this Firefox?
Re: Firefox for iOS on GitHub
#14Earlier quoted context omitted.
That's the main repo. It was private before.
So Firefox repos are moving to github instead of hg.mozilla.org or git.mozilla.org?
A lot of Mozilla projects have their main repos on GitHub, including Rust, Servo, and Firefox OS.
Re: Firefox for iOS on GitHub
#15We should also call super.isValid(), but that'll fail: Global is external, but doesn't have external or weak linkage! Swift compiler bug #18422804.
Re: Firefox for iOS on GitHub
#16Re: Firefox for iOS on GitHub
#17Anyone manage to get it to build? Lots of errors, assumably very far away from being usable.
Interestingly, it appears to do everything BUT display web pages at this point! Looks very preliminary.
https://www.dropbox.com/s/o5kmot2fg6i7wmx/Screenshot%202014-...
Re: Firefox for iOS on GitHub
#18- How far away from a release is this? - Given that Apple does not allow other render engines. What makes this Firefox?
> What makes this Firefox? I think that's an interesting question. Is a browser defined by its rendering engine or by its features and UI? When Chrome used WebKit, it was clearly understood by everyone to be different from Safari, even though the rendering engine was the same (I know, the differences were big), but a Firefox browser that uses WebKit seems to not be considered Firefox. Personally, while I understand t…
Re: Firefox for iOS on GitHub
#19- How far away from a release is this? - Given that Apple does not allow other render engines. What makes this Firefox?
> What makes this Firefox? I think that's an interesting question. Is a browser defined by its rendering engine or by its features and UI? When Chrome used WebKit, it was clearly understood by everyone to be different from Safari, even though the rendering engine was the same (I know, the differences were big), but a Firefox browser that uses WebKit seems to not be considered Firefox. Personally, while I understand t…
Chrome was on webkit but used V8. And unless something has changed all non-safari browsers and webviews use an inferior JS engine.
Edit: (Something has changed, WKWebView now has the Nitro JS Engine, cool beans)
Re: Firefox for iOS on GitHub
#20Also, iOS seems like a fairly hostile environment for 3rd-party browsers since it's not possible to change the system browser -- that's probably why mobile Safari has such a large usage share on iOS.