CSC/ECE 517 Spring 2015/oss M1503 EDT: Difference between revisions
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 difference)
|
Revision as of 16:50, 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.