Re: [webkit-dev] Not able to play flash with windows webkit

2011-09-26 Thread vswap 65
Hi Adam, I raised the bug . It is reachable through link https://bugs.webkit.org/show_bug.cgi?id=68789 Regards, Swapna On Fri, Sep 23, 2011 at 8:38 PM, Adam Roben aro...@apple.com wrote: On Sep 23, 2011, at 9:36 AM, vswap 65 wrote: After little more investigation I found that the

Re: [webkit-dev] Help with a possible Webkit bug

2011-09-26 Thread Adam Roben
This isn't the right mailing list for a question like this. http://www.webkit.org/contact.html explains the different mailing lists. But probably the best thing to do in a case like this is to file a bug at http://webkit.org/new-bug. -Adam ___

Re: [webkit-dev] Vendor Prefixing, was Re: New feature announcement - Implement HTML5 Microdata in WebKit

2011-09-26 Thread Anne van Kesteren
FWIW, Opera is planning to ship this unprefixed. http://dev.opera.com/articles/view/microdata-and-the-microdata-dom-api/ ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] Help with a possible Webkit bug UPDATE

2011-09-26 Thread malch
This problem appears to be a duplicate of: https://bugs.webkit.org/show_bug.cgi?id=61452 I have annotated that bug report with a few additional comments. Thanks to David Brown for his help with this. -- View this message in context:

[webkit-dev] pthreads and other threading primitives

2011-09-26 Thread Alexey Proskuryakov
In the wake of Geoff's work to simplify threading ifdefs, and Adam's review of supported ports, I'm curious what people think about maintaining many platform branches in our WTF and JavaScriptCore threading code. Right now, it feels rather non-systemic, with some code built upon pthreads, Qt

Re: [webkit-dev] pthreads and other threading primitives

2011-09-26 Thread Jarred Nicholls
On Mon, Sep 26, 2011 at 1:47 PM, Alexey Proskuryakov a...@webkit.org wrote: In the wake of Geoff's work to simplify threading ifdefs, and Adam's review of supported ports, I'm curious what people think about maintaining many platform branches in our WTF and JavaScriptCore threading code.

Re: [webkit-dev] pthreads and other threading primitives

2011-09-26 Thread Darin Fisher
On Mon, Sep 26, 2011 at 10:47 AM, Alexey Proskuryakov a...@webkit.org wrote: In the wake of Geoff's work to simplify threading ifdefs, and Adam's review of supported ports, I'm curious what people think about maintaining many platform branches in our WTF and JavaScriptCore threading code.

Re: [webkit-dev] pthreads and other threading primitives

2011-09-26 Thread paroga
On Mon, 26 Sep 2011 14:08:41 -0400, Jarred Nicholls wrote: Do we want to require that platforms support pthreads, so that code that isn't performance critical could have just one implementation? That's the status quo :)  MachineStackMarker only works with pthreads, so QtWin32 and Win ports

Re: [webkit-dev] pthreads and other threading primitives

2011-09-26 Thread Geoffrey Garen
Do we want to require that platforms support pthreads, so that code that isn't performance critical could have just one implementation? It might work to require either POSIX threads or Win32 threads in all build configurations, and refactor or remove other threading code. It's a bit weird to

Re: [webkit-dev] Enable REQUEST_ANIMATION_FRAME on all ports? (was Re: ENABLE flag cleanup strawman proposal)

2011-09-26 Thread James Robinson
On Sun, Sep 25, 2011 at 6:52 PM, Darin Adler da...@apple.com wrote: On Sep 25, 2011, at 12:20 AM, James Robinson wrote: The TIMER based support for RAF is very new (only a few weeks old) and still has several major bugs. I'd suggest letting it bake for a bit before considering turning it on