[dev-servo] R​eport CSS errors to the devtools, both stored and live

2015-10-19 Thread Gauri Naik
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 su

[dev-servo] R​eport CSS errors to the devtools, both stored and live

2015-10-30 Thread Gauri Naik
style_traits::ParseErrorReporter; Please correct me where I am going wrong Thank you. Regards, Gauri Naik ___ dev-servo mailing list dev-servo@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-servo

Re: [dev-servo] Report CSS errors to the devtools, both stored and live

2015-10-30 Thread Gauri Naik
Thank you very much Josh for the prompt reply. Regards, Gauri Naik ___ dev-servo mailing list dev-servo@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-servo

[dev-servo] Referencing a struct

2015-10-30 Thread Gauri Naik
{ } I am getting the following error: error: unresolved import `layout_task::CSSErrorReporter`. Maybe a missing `extern crate layout_task`? Please guide me where I am going wrong. Thank you Regards, Gauri Naik ___ dev-servo mailing list dev

[dev-servo] Adding an argument to cascade function

2015-11-05 Thread Gauri Naik
tyle.$style_struct_getter().$property.clone() } DeclaredValue::WithVariables { .. } => unreachable!() }, $error_reporter ) }; ); I am getting an unresolved name error in properties.rs Am I missing

Re: [dev-servo] Adding an argument to cascade function

2015-11-06 Thread Gauri Naik
Thank you for the guidance. The error I had mentioned in previous mail got resolved. I have created a gist for the errors I am getting right now along with the files that give me errors. https://gist.github.com/GauriGNaik/d79b833fc3bf01f3479f Thank you. Regards, Gauri Naik

Re: [dev-servo] Adding an argument to cascade function

2015-11-06 Thread Gauri Naik
Thanks a lot Josh ! Regards, Gauri Naik ___ dev-servo mailing list dev-servo@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-servo