CSC/ECE 517 Fall 2015/oss M1501 GSN: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
(added rust)
Line 4: Line 4:
  CSS errors are reported to the Firefox developer tools in this project.  
  CSS errors are reported to the Firefox developer tools in this project.  
=Introduction=
=Introduction=
Servo is an experimental web browser layout engine. It is developed by Mozilla. It is written in Rust.
Servo is an experimental web browser layout engine. It is developed by Mozilla and written in Rust.It provides an API for hosting the engine within other software.
=Rust=
Rust is a programming language developed by Mozilla. It is used to design concurrent and safe systems.

Revision as of 00:02, 30 October 2015

Writing assignment 2 M1501

CSC/ECE 517 Fall 2013/oss M1501 GSN

= Report CSS errors to the devtools, both stored and live =
CSS errors are reported to the Firefox developer tools in this project. 

Introduction

Servo is an experimental web browser layout engine. It is developed by Mozilla and written in Rust.It provides an API for hosting the engine within other software.

Rust

Rust is a programming language developed by Mozilla. It is used to design concurrent and safe systems.