CSC/ECE 517 Spring 2015/oss M1503 EDT: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
(Created page with "<font size="5"><b>Extending Developer Tools for Servo</b></font> Servo<ref>https://github.com/servo/servo</ref> is a prototype web browser engine written in the <span class="pla...")
 
No edit summary
Line 1: Line 1:
<font size="5"><b>Extending Developer Tools for Servo</b></font>
<font size="5"><b>Extending Developer Tools for Servo</b></font>


Servo<ref>https://github.com/servo/servo</ref> is a prototype web browser engine written in the <span class="plainlinks">[https://github.com/rust-lang/rust RUST]</span> language. Servo implements a very basic developer tools server that currently supports executing JS remotely and investigating the DOM tree in the document inspector. We want to expand these capabilities by completing previous work that enables remote logging from web content, and add new capabilities to log HTTP requests and responses to allow for easier debugging of network-related problems in Servo.
Servo<ref>https://github.com/servo/servo/</ref> is a prototype web browser engine written in the <span class="plainlinks">[https://github.com/rust-lang/rust RUST]</span> language. Servo implements a very basic developer tools server that currently supports executing JS remotely and investigating the DOM tree in the document inspector. We want to expand these capabilities by completing previous work that enables remote logging from web content, and add new capabilities to log HTTP requests and responses to allow for easier debugging of network-related problems in Servo.

Revision as of 16:51, 22 March 2015

Extending Developer Tools for Servo

Servo<ref>https://github.com/servo/servo/</ref> is a prototype web browser engine written in the RUST language. Servo implements a very basic developer tools server that currently supports executing JS remotely and investigating the DOM tree in the document inspector. We want to expand these capabilities by completing previous work that enables remote logging from web content, and add new capabilities to log HTTP requests and responses to allow for easier debugging of network-related problems in Servo.