Re: [webkit-dev] Out-of-process networking and potential for sharing memory cache (was Re: Feature Announcement: Moving HTML Parser off the Main Thread)

2013-01-20 Thread Adam Barth
On Wed, Jan 16, 2013 at 11:33 PM, Maciej Stachowiak m...@apple.com wrote: On Jan 12, 2013, at 1:14 AM, Adam Barth aba...@webkit.org wrote: On Sat, Jan 12, 2013 at 12:03 AM, Maciej Stachowiak m...@apple.com wrote: Do you think thread in the UI process vs. completely separate process is a

Re: [webkit-dev] Out-of-process networking and potential for sharing memory cache (was Re: Feature Announcement: Moving HTML Parser off the Main Thread)

2013-01-20 Thread Oliver Hunt
I take your word for it that it's not possible on Windows. Given that Chromium has many users on Windows (and other non-Mac platforms), you should now understand why this design does not fit well with Chromium's design constraints. But chromium doesn't use webkit or webkit2, so i'm not

Re: [webkit-dev] Out-of-process networking and potential for sharing memory cache (was Re: Feature Announcement: Moving HTML Parser off the Main Thread)

2013-01-20 Thread Adam Barth
On Sun, Jan 20, 2013 at 1:30 PM, Oliver Hunt oli...@apple.com wrote: I take your word for it that it's not possible on Windows. Given that Chromium has many users on Windows (and other non-Mac platforms), you should now understand why this design does not fit well with Chromium's design

Re: [webkit-dev] Out-of-process networking and potential for sharing memory cache (was Re: Feature Announcement: Moving HTML Parser off the Main Thread)

2013-01-20 Thread Maciej Stachowiak
On Jan 20, 2013, at 1:44 PM, Adam Barth aba...@webkit.org wrote: On Sun, Jan 20, 2013 at 1:30 PM, Oliver Hunt oli...@apple.com wrote: I take your word for it that it's not possible on Windows. Given that Chromium has many users on Windows (and other non-Mac platforms), you should now

Re: [webkit-dev] Need information regarding CSS3 extension

2013-01-20 Thread Julien Chaffraix
I want to write CSS3 extension, I don’t have any idea about it. I saw the code related to css in webkit but I am getting difficulties to map it. I. want to develop own tag like webkit-animation. Please let me know if anyone having any idea about CSS extension. This question is not for

[webkit-dev] Please do not enable ENABLE_INPUT_TYPE_DATETIME

2013-01-20 Thread TAMURA, Kent
Please do not enable ENABLE_INPUT_TYPE_DATETIME to ship input type=datetimeimplementation in your products. We had some discussion in WHATWG [1] [2] and realized input type=datetime UIs in iOS Safari and Android Chrome are wrong and harmful. The current code for input type=datetime in WebCore

[webkit-dev] Webgl support problem

2013-01-20 Thread Chandrakant Rinayat
Hi, I am running simple webgl apps with webkit-clutter port, but it's giving an error that TypeError: 'null' is not an object in line number 10, where gl.clearColor(0,0,0.8,1) function is present.please tell me what is being wrong. ___ webkit-dev

Re: [webkit-dev] Webgl support problem

2013-01-20 Thread John Yani
Try using stackoverflow for questions like that. This is not HTML5 support forum. 21.01.2013 8:42 пользователь Chandrakant Rinayat chandrakant2...@gmail.com написал: Hi, I am running simple webgl apps with webkit-clutter port, but it's giving an error that TypeError: 'null' is not an object

Re: [webkit-dev] Out-of-process networking and potential for sharing memory cache (was Re: Feature Announcement: Moving HTML Parser off the Main Thread)

2013-01-20 Thread Adam Barth
On Sun, Jan 20, 2013 at 1:54 PM, Maciej Stachowiak m...@apple.com wrote: On Jan 20, 2013, at 1:44 PM, Adam Barth aba...@webkit.org wrote: On Sun, Jan 20, 2013 at 1:30 PM, Oliver Hunt oli...@apple.com wrote: I take your word for it that it's not possible on Windows. Given that Chromium