Hello all,

We are the team from NC State University working on the project "M1501:
Report CSS errors to the devtools both stored and live". The team members
are Gauri Naik, Pranesha Shaswath Kumar and Neha Kale.

We have forked and cloned the servo repository. We have been able to
successfully build servo. We have gone through the Rust documentation and
have tried adding the first few requirements of defining a new trait called
ParseErrorReporter in components/style_traits/lib.rs with an appropriate
method to report an error and add error_reporter member to ParserContext
that uses this. We have also made log_css_error in components/style/
parser.rs take a &ParserContext argument and call this method.

Now, we are in the process of attaching developer tools to Servo.

Thank you.

Regards,
Gauri Naik
_______________________________________________
dev-servo mailing list
dev-servo@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-servo

Reply via email to