Re: [webkit-dev] New WebKit reviewer: Stephen Chenney

2013-02-20 Thread Florin Malita
Awesome job, Stephen!

On Wed, Feb 20, 2013 at 5:37 PM, Levi Weintraub  wrote:

> Here here! Congratulations!
>
>
> On Wed, Feb 20, 2013 at 2:36 PM, Philip Rogers  wrote:
>
>> This is fantastic. Congratulations Stephen!
>>
>>
>> On Wed, Feb 20, 2013 at 2:34 PM, Dirk Schulze  wrote:
>>
>>> Hi WebKit folks,
>>>
>>>
>>> It is a pleasure to announce that Stephen Chenney 
>>> is a WebKit Reviewer now.
>>>
>>>
>>> Stephen did and does an awesome job on various SVG, Font and Skia
>>> related topics. He fixed at least a dozen of urgent security bugs and has a
>>> great understanding of the WebCore code base.
>>>
>>> Please join me in congratulating Stephen for his new status!
>>>
>>>
>>> Greetings,
>>>
>>> Dirk
>>>
>>> ___
>>> webkit-dev mailing list
>>> webkit-dev@lists.webkit.org
>>> https://lists.webkit.org/mailman/listinfo/webkit-dev
>>>
>>>
>>
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org
>> https://lists.webkit.org/mailman/listinfo/webkit-dev
>>
>>
>
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev
>
>
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] New WebKit reviewer: Stephen Chenney

2013-02-20 Thread Levi Weintraub
Here here! Congratulations!


On Wed, Feb 20, 2013 at 2:36 PM, Philip Rogers  wrote:

> This is fantastic. Congratulations Stephen!
>
>
> On Wed, Feb 20, 2013 at 2:34 PM, Dirk Schulze  wrote:
>
>> Hi WebKit folks,
>>
>>
>> It is a pleasure to announce that Stephen Chenney 
>> is a WebKit Reviewer now.
>>
>>
>> Stephen did and does an awesome job on various SVG, Font and Skia related
>> topics. He fixed at least a dozen of urgent security bugs and has a great
>> understanding of the WebCore code base.
>>
>> Please join me in congratulating Stephen for his new status!
>>
>>
>> Greetings,
>>
>> Dirk
>>
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org
>> https://lists.webkit.org/mailman/listinfo/webkit-dev
>>
>>
>
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev
>
>
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] New WebKit reviewer: Stephen Chenney

2013-02-20 Thread Philip Rogers
This is fantastic. Congratulations Stephen!


On Wed, Feb 20, 2013 at 2:34 PM, Dirk Schulze  wrote:

> Hi WebKit folks,
>
>
> It is a pleasure to announce that Stephen Chenney 
> is a WebKit Reviewer now.
>
>
> Stephen did and does an awesome job on various SVG, Font and Skia related
> topics. He fixed at least a dozen of urgent security bugs and has a great
> understanding of the WebCore code base.
>
> Please join me in congratulating Stephen for his new status!
>
>
> Greetings,
>
> Dirk
>
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev
>
>
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] New WebKit reviewer: Stephen Chenney

2013-02-20 Thread Dirk Schulze
Hi WebKit folks,


It is a pleasure to announce that Stephen Chenney 
is a WebKit Reviewer now.


Stephen did and does an awesome job on various SVG, Font and Skia related
topics. He fixed at least a dozen of urgent security bugs and has a great
understanding of the WebCore code base.

Please join me in congratulating Stephen for his new status!


Greetings,

Dirk
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] About USE(CROSS_PLATFORM_CONTEXT_MENUS)

2013-02-20 Thread Jesus Sanchez-Palencia
Hello,

I was having a look at our Context Menu design when this USE flag got
my attention. Can someone help me clarify the motivation for it? It
seems that only PLATFORM(WIN) is using it, but I'm not sure if for
both WK1 and WK2...

Also, is there any other port using it?

Cheers,
jesus
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] LLINT implementation for ARM traditional

2013-02-20 Thread Filip Pizlo
Yes, I think this is a great way to do it.

Happy hacking,

-Filip


On Feb 20, 2013, at 6:56 AM, Gabor Rapcsanyi  wrote:

> Hello!
> 
> I have started to implement LLINT for ARMv5 traditional and ARMv7 traditional 
> but most of the instructions are identical with the ARMv7 ones, so I would 
> like to reuse this instead of copy pasting. I think that the best way is 
> doing the same what x86.rb does. So I'm planning to rename armv7.rb to arm.rb 
> and put some conditional code in it since the minor differences.
> 
> Any thoughts or comments appreciated.
> 
> Regards,
>   Gabor
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] LLINT implementation for ARM traditional

2013-02-20 Thread Gabor Rapcsanyi

Hello!

I have started to implement LLINT for ARMv5 traditional and ARMv7 
traditional but most of the instructions are identical with the ARMv7 
ones, so I would like to reuse this instead of copy pasting. I think 
that the best way is doing the same what x86.rb does. So I'm planning to 
rename armv7.rb to arm.rb and put some conditional code in it since 
theminor differences.


Any thoughts or comments appreciated.

Regards,
  Gabor
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev