CSC/ECE 517 Spring 2017/oss M1706: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
===Description===
===Description===
 
This project is designed to provide additional testing infrastructure for Mozilla Servo. "[https://github.com/servo/servo/wiki/Design Servo] is a project to develop a new Web browser engine. The goal is to create an architecture that takes advantage of parallelism at many levels while eliminating common sources of bugs and security vulnerabilities associated with incorrect memory management and data races." Servo can be used through Browser.html, embedded in a website, or natively in Mozilla Firefox. It is designed to load web pages more efficiently and more securely.





Revision as of 20:06, 5 April 2017

Description

This project is designed to provide additional testing infrastructure for Mozilla Servo. "Servo is a project to develop a new Web browser engine. The goal is to create an architecture that takes advantage of parallelism at many levels while eliminating common sources of bugs and security vulnerabilities associated with incorrect memory management and data races." Servo can be used through Browser.html, embedded in a website, or natively in Mozilla Firefox. It is designed to load web pages more efficiently and more securely.


Tasks to be completed

Current Implementation

UML Diagram

Proposed Design

TASK 1 -

TASK 2 -

Design Pattern Used

Features to be added

Gems to be used

Metrics View

Instructor View

Student View

Testing Plan

Files Changed and Added

Models

Controllers

Views

Important Links

Link to Github repository :

Link to Pull request :

References