Safari Vs Chrome iOS JavaScript Benchmark
11–20 of 42 posts
Re: Safari Vs Chrome iOS JavaScript Benchmark
#12Also, Chrome is so well designed for mobile as on my Galaxy Nexus that it is difficult to switch to any other browser. The way they handle tabs is the best I've seen. Incognito mode also offers an easy way to simulate a second browser session without switching to another browser app, something I as a web developer cannot live without.
Re: Safari Vs Chrome iOS JavaScript Benchmark
#13It looks better and feels snappier, so these tests are surprising...
It wouldn't surprise me to discover that Google's team did lots of their own performance tweaking and tuning to compensate for their disadvantage. I do love the responsiveness. Now their Gmail app on the other hand was painful for me to use.
Re: Safari Vs Chrome iOS JavaScript Benchmark
#14It looks better and feels snappier, so these tests are surprising...
It wouldn't surprise me to discover that Google's team did lots of their own performance tweaking and tuning to compensate for their disadvantage. I do love the responsiveness. Now their Gmail app on the other hand was painful for me to use.
Re: Safari Vs Chrome iOS JavaScript Benchmark
#15It looks better and feels snappier, so these tests are surprising...
Re: Safari Vs Chrome iOS JavaScript Benchmark
#16I'm pretty sure Apple is leaving this as it is on purpose so Javascript apps don't start to compete on performance with ObjectiveC apps, and the security excuse they give is just the lazy one to get them off the hook, just like Microsoft is saying "WebGL poses security issues, so we won't even try to add it".
Well guess what. A lot of stuff poses security issues. But you have to balance that out with the features and usability you want to give to the user, and if there are some good and "logical" features you could add like setting other browsers as default, or letting UIWebView apps be as fast as web apps in Safari, then you just have to add them and make sure the security is as tight as possible. Add a sandbox if necessary and so on. Don't take the easy way out.
Re: Safari Vs Chrome iOS JavaScript Benchmark
#17It looks better and feels snappier, so these tests are surprising...
Re: Safari Vs Chrome iOS JavaScript Benchmark
#18While third-party browsers won't be able to compete with Safari on iOS due to the technical limitations, I still prefer Chrome on my iPhone because it ties in with my Google account, syncing everything for me. The loss in per-page performance is somewhat mitigated by the fact that I have to load fewer pages than before thanks to features such as Chrome to Mobile and syncing of tabs, bookmarks, and passwords. Also, Ch…
Re: Safari Vs Chrome iOS JavaScript Benchmark
#19Can someone explain how an application developer with access to webkit+Nitro could cause problems? Would the developer have to write a malicious app, or would a maliciously crafted webpage be able to exploit the OS?
Not that shared libraries are a problem, just that JIT'ing introduces a new attack vector that is hard to secure.