[dev-servo] Write automated tests for the WebDriver server

2016-03-21 Thread Akshay Vasant Nayak
We are students of NC State University and are working on the project 'Writing automated test for web driver server' as a part of our curriculum for the course Object Oriented Design and Development. Our group Id is M1605 and our unity IDs are mentioned below. We have all set up Servo on our m

[dev-servo] Writing automated tests for WebDriver server

2016-03-21 Thread anayakv
Hello, We are students of NC State University and are working on the project 'Write automated tests for the WebDriver server' as a part of our curriculum for the course Object Oriented Design and Development. Our group Id is M1604 and our unity IDs are mentioned below. We have all set up Se

[dev-servo] Introducing our team and our project

2016-03-21 Thread Ahmad Saad Khan
Hi, I'd like to introduce my team, my name is Ahmad Saad Khan and my team members are Sneha Shah and Yiqiao Xu and we're graduate students at NC State University. We are working on a student project as a part of our course Object Oriented Design and Development and our project work is to conform t

Re: [dev-servo] Writing automated tests for WebDriver server

2016-03-21 Thread Josh Matthews
Welcome! I'm glad to see questions being asked in https://github.com/servo/servo/issues/5970 ; let us know if anything is unclear! Cheers, Josh On 2016-03-21 1:16 AM, anay...@ncsu.edu wrote: Hello, We are students of NC State University and are working on the project 'Write automated tests f

Re: [dev-servo] Introducing our team and our project

2016-03-21 Thread Josh Matthews
Welcome! Please do ask questions here or on IRC if any parts of the project are unclear! Cheers, Josh On 2016-03-20 3:27 PM, Ahmad Saad Khan wrote: Hi, I'd like to introduce my team, my name is Ahmad Saad Khan and my team members are Sneha Shah and Yiqiao Xu and we're graduate students at NC

[dev-servo] when to switch to webrender by default

2016-03-21 Thread Jack Moffitt
Now that WebRender has landed and been tested a bit, I'd like to start a discussion of when to switch to this backend as our default. Are there issues that people see as blockers to this? If possible, I'd like to do this sometime in Q2. I propose the following straw man transition plan: 1. Keep -

[dev-servo] Meeting notes 3/21 (Dropping GLES 2.0; Webrender as default; automating failure/intermittent reporting)

2016-03-21 Thread Josh Matthews
https://github.com/servo/servo/wiki/Meeting-2016-03-21 Cheers, Josh ___ dev-servo mailing list dev-servo@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-servo

Re: [dev-servo] NCSU Student Project: Implement HTML5 form validation

2016-03-21 Thread Arpit Tyagi
Hi Josh, I believe, we have completed the coding for the initial steps, however I am not sure how can I test these changes. Could you please advise how can I test these changes. I will also appreciate if you could have a quick look on code changes in git (https://github.com/tyagiarpit/servo). Ch

Re: [dev-servo] NCSU Student Project: Implement HTML5 form validation

2016-03-21 Thread Keith Yeung
Hi Arpit, Just as a quick reminder, it's often a good idea to create a new feature branch when trying to make a PR. You'll inadvertently need to rebase against the changes in upstream master, so making a feature branch will prevent weird issues from happening whilst you're rebasing. Regards, Keit