View Single Post
  #12  
Old 03-09-2008, 11:05 AM
Omaroo's Avatar
Omaroo (Chris Malikoff)
Let there be night...

Omaroo is offline
 
Join Date: Aug 2006
Location: Hobart, TAS
Posts: 7,639
Quote:
Originally Posted by BalderAsir View Post
... since Google Chrome is basically a skinned version of Apples safari
Well... kinda. Chrome uses Apple's open-source "WebKit" rendering engine.

Source: http://www.appleinsider.com/articles...on_webkit.html

Quote:
Chrome browser will combine Apple's Webkit, Google's Gears, and a new JavaScript virtual machine called V8, intended to dramatically speed up the performance of JavaScript code, particularly the code used in building significant web apps. The document outlines that Google's Chrome team selected Webkit for the same reason Android developers did: it's fast, simple, uses memory efficiently, and "it was easy for new browser developers to learn to make the code base work."

However, rather than speeding up JavaScript parsing as Apple and Mozilla are doing in their efforts to build faster JavaScript interpreters, Google's V8 compiles JavaScript into native source code. It also allows for better garbage collection of expired memory and dynamic optimization based on hidden class transitions. The company will offer V8 as an open source component that other browsers can adopt as well.

This puts the Chrome project on the same page as Apple's forthcoming Safari 4, which similarly intends to speed JavaScript (although in different ways) and push features of HTML 5 to give web apps standardized access to database tools, local storage options, and the ability to work offline when the network isn't present. Conversely, Google's use of the Webkit rendering engine will also help popularize Apple's efforts to spread its open new CSS features for adding effects such as reflections, gradients and new masking capabilities.
Reply With Quote