Changes between Version 1 and Version 2 of Webkit2Innards


Ignore:
Timestamp:
Feb 14, 2011 10:29:30 AM (13 years ago)
Author:
siddharth.mathur@nokia.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Webkit2Innards

    v1 v2  
    33
    44The main upsides for client applications are :
    5    * more _responsive_ user interfaces by farming out CPU intensive web content processing to a worker process
    6    * better _crash tolerance_ by isolating crash-prone code from the UI process
    7    * better OS enforced _security_ for memory accesses, file access, sensor access
     5   * more *responsive* application UIs that farm out CPU intensive web processing to a worker process
     6   * improved *crash tolerance* by isolating crash-prone code outside the UI process
     7   * better OS enforced *security* for memory accesses, file access, sensor access
    88
    99