Re: [webkit-dev] compile failure when I try to introduce GLContextEGL to MediaPlayerPrivateGStreamer

2012-11-08 Thread Zhao, Halley
when using "g++ -E", I found the issue after pre-processing: (thanks suggestion from Philippe) After include GLContextEGL.h, MediaPlayer::None changes to MediaPlayer::0L after pre-processing. Though I don't find the definition of None from new code introduced by GLContextEGL.h, I do think it is

Re: [webkit-dev] Adding Web Animations to WebCore

2012-11-08 Thread Elliott Sprehn
I'd also like to object to this as the API is very complicated and doesn't seem incremental or like it fits with existing platform features. Also the naming of things is inconsistent and messy. Why are half the interfaces and properties abbreviated and half of them not? This doesn't feel baked e

Re: [webkit-dev] Adding Web Animations to WebCore

2012-11-08 Thread Dean Jackson
On Nov 8, 2012, at 4:11 PM, Douglas Stockwell wrote: > I wanted to let you know that work has begun on implementing Web Animations > in WebKit. New code for this effort will be landed behind the ENABLE_WEB_ANIM > feature define and a runtime setting. We expect to be turning this define on > f

Re: [webkit-dev] Adding Web Animations to WebCore

2012-11-08 Thread Maciej Stachowiak
I don't think we should support this API in WebKit at this time, because: * At least in its current form, it is overengineered and unusable. An animation API should focus on ease of use, not combining every conceivable animation concept ever invented. * It hasn't even reached FPWD yet so it's n

[webkit-dev] Adding Web Animations to WebCore

2012-11-08 Thread Douglas Stockwell
Hi webkit-dev! I wanted to let you know that work has begun on implementing Web Animations in WebKit. New code for this effort will be landed behind the ENABLE_WEB_ANIM feature define and a runtime setting. We expect to be turning this define on for Chromium buildbots so there will be build and te

Re: [webkit-dev] compile failure when I try to introduce GLContextEGL to MediaPlayerPrivateGStreamer

2012-11-08 Thread Hausmann Simon
My guess would be that GLContextEGL.h directly or indirectly includes X headers that "provide" funny defines. Simon -- Sendt fra min Nokia N908.11.12 11:00 skrev Zhao, Halley: Hi experts: I want to introduce EGL context to GStreamer Media player (MediaPlayerPrivateGStreamer), However, a simpl

Re: [webkit-dev] The --test-list option behavior in NRWT

2012-11-08 Thread Ojan Vafai
On Thu, Nov 8, 2012 at 2:00 AM, Žan Doberšek wrote: > I'd propose an --ordering option, with three possible values: > - random, randomizes the test list > - natural, orders the test list in natural order, which is the current > behavior > - none, keeps the order that was specified in the argument

Re: [webkit-dev] The --test-list option behavior in NRWT

2012-11-08 Thread Žan Doberšek
I'd propose an --ordering option, with three possible values: - random, randomizes the test list - natural, orders the test list in natural order, which is the current behavior - none, keeps the order that was specified in the arguments or test list, default (not certain about the name, though) Th

[webkit-dev] compile failure when I try to introduce GLContextEGL to MediaPlayerPrivateGStreamer

2012-11-08 Thread Zhao, Halley
Hi experts: I want to introduce EGL context to GStreamer Media player (MediaPlayerPrivateGStreamer), However, a simple '#include "GLContextEGL.h"' in MediaPlayerPrivateGStreamer.cpp fail to compile. "MediaPlayerPrivateGStreamer.cpp:321:35: error: expected unqualified-id before numeric constant"

Re: [webkit-dev] The --test-list option behavior in NRWT

2012-11-08 Thread Balazs Kelemen
On 11/08/2012 02:51 AM, Ojan Vafai wrote: On Wed, Nov 7, 2012 at 12:41 PM, Dirk Pranke > wrote: On Tue, Nov 6, 2012 at 11:58 PM, Z(an Dobers(ek mailto:zandober...@gmail.com>> wrote: > Hi WebKitties, > > I'd like to see in what scale the --test-lis