[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 machines and have it running. We are also 
working on the subsequent steps given in the 'initial steps' listed on 
GitHub. 

Team Members: 
Krunal Gala(kgala)
Akshay Nayak(anayakv)

Thanks & Regards 
___
dev-servo mailing list
dev-servo@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-servo


[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 Servo on our machines and have it running. We are also 
working on the subsequent steps given in the 'initial steps' listed on 
GitHub. 

Team Members: 
Krunal Gala(kgala)
Akshay Nayak(anayakv)

Thanks 
___
dev-servo mailing list
dev-servo@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-servo


[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 the image loading specifications of Servo to be more in line with
the HTML image loading specifications.

We are beginners in this regard and would welcome your inputs or
suggestions should we run into any trouble. Looking forward to having a
good time working on this project.

Regards,
*Ahmad Saad Khan,*
MS in Computer Networks
Department of Electrical and Computer Engineering (ECE),
North Carolina State University
P: 609-334-3843
akh...@ncsu.edu
___
dev-servo mailing list
dev-servo@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-servo


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 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 Servo on our machines and have it running. We are also
working on the subsequent steps given in the 'initial steps' listed on
GitHub.

Team Members:
Krunal Gala(kgala)
Akshay Nayak(anayakv)

Thanks



___
dev-servo mailing list
dev-servo@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-servo


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
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 the image loading specifications of Servo to be more in line with
the HTML image loading specifications.

We are beginners in this regard and would welcome your inputs or
suggestions should we run into any trouble. Looking forward to having a
good time working on this project.

Regards,
*Ahmad Saad Khan,*
MS in Computer Networks
Department of Electrical and Computer Engineering (ECE),
North Carolina State University
P: 609-334-3843
akh...@ncsu.edu



___
dev-servo mailing list
dev-servo@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-servo


[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 -c, -g, -w command line options as they are, but switch the
default setting to WebRender.
2. Remove -g.
3. Add in an llvmpipe software-only fallback and replace -c with that.

Thoughts?

jack.
___
dev-servo mailing list
dev-servo@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-servo


[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).

Cheers!!
Arpit

On Sun, Mar 20, 2016 at 10:41 PM, Josh Matthews 
wrote:

> Welcome! Please ask questions here or on IRC if anything about the project
> is unclear :)
>
> Cheers,
> Josh
>
> On 2016-03-19 5:39 PM, Ravi Ashok Kumar Patel wrote:
>
>> Hi,
>>
>>
>>
>> This is regarding the Student Project we are working on as part of our
>> curriculum at NC State University.
>>
>>
>>
>> Me and my team are working on "**Implement HTML5 form validation**" for
>> servo
>> web browser engine.
>>
>> Following people are working on this project
>>
>>
>>
>>1. Arpit Tyagi 
>>2. Vinay Suryadevara 
>>3. Ravi Patel 
>> We are being assisted by  Sagar Muchhal  for
>> this
>> project
>>
>>
>>
>> Currently we are working on Initial Steps listed on wiki page available on
>> github.
>>
>>
>>
>> Please let us know in case any further information is required
>>
>>
>>
>> Thanks
>>
>>
>
___
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 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,
Keith

On Mon, Mar 21, 2016 at 3:27 PM, Arpit Tyagi  wrote:

> 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).
>
> Cheers!!
> Arpit
>
> On Sun, Mar 20, 2016 at 10:41 PM, Josh Matthews 
> wrote:
>
> > Welcome! Please ask questions here or on IRC if anything about the
> project
> > is unclear :)
> >
> > Cheers,
> > Josh
> >
> > On 2016-03-19 5:39 PM, Ravi Ashok Kumar Patel wrote:
> >
> >> Hi,
> >>
> >>
> >>
> >> This is regarding the Student Project we are working on as part of our
> >> curriculum at NC State University.
> >>
> >>
> >>
> >> Me and my team are working on "**Implement HTML5 form validation**" for
> >> servo
> >> web browser engine.
> >>
> >> Following people are working on this project
> >>
> >>
> >>
> >>1. Arpit Tyagi 
> >>2. Vinay Suryadevara 
> >>3. Ravi Patel 
> >> We are being assisted by  Sagar Muchhal  for
> >> this
> >> project
> >>
> >>
> >>
> >> Currently we are working on Initial Steps listed on wiki page available
> on
> >> github.
> >>
> >>
> >>
> >> Please let us know in case any further information is required
> >>
> >>
> >>
> >> Thanks
> >>
> >>
> >
> ___
> dev-servo mailing list
> dev-servo@lists.mozilla.org
> https://lists.mozilla.org/listinfo/dev-servo
>
___
dev-servo mailing list
dev-servo@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-servo