CSC/ECE 517 Fall 2014/OSS M1450 vda: Difference between revisions
Jump to navigation
Jump to search
(Created page with "= Implement Window.sessionStorage =") |
No edit summary |
||
Line 1: | Line 1: | ||
= Implement Window.sessionStorage = | = Implement Window.sessionStorage = | ||
= Introduction = | |||
Mozilla Research team is currently working on an experimental project to develop a new Web browser engine "Servo", that is capable of supporting a variety of current and next generation of hardware like mobile devices, multi-core processors and high-performance GPUs. Servo builds on top of Rust to provide a secure and reliable foundation. It is currently developed on 64 bit devices. | |||
= Objectives of Servo = | |||
The main objectives of this experimentation project is improving the layout to graphics rendering - to optimize for power efficiency and maximize parallelism.<ref>https://www.mozilla.org/en-US/about/legal/eula/</ref><ref>{{Cite web |url = http://www.mozilla.org/foundation/licensing.html |title = Mozilla Licensing Policies |publisher = mozilla.org |accessdate = 2013-03-26}}</ref> |
Revision as of 12:31, 29 October 2014
Implement Window.sessionStorage
Introduction
Mozilla Research team is currently working on an experimental project to develop a new Web browser engine "Servo", that is capable of supporting a variety of current and next generation of hardware like mobile devices, multi-core processors and high-performance GPUs. Servo builds on top of Rust to provide a secure and reliable foundation. It is currently developed on 64 bit devices.
Objectives of Servo
The main objectives of this experimentation project is improving the layout to graphics rendering - to optimize for power efficiency and maximize parallelism.<ref>https://www.mozilla.org/en-US/about/legal/eula/</ref><ref></ref>