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 |