Re: [webkit-dev] More C++11 in WebKit2!

2013-04-28 Thread Hausmann Simon
Hi,

Just for clarification: This means dropping support for Visual Studio 2010 and 
requiring 2012 (released about a year ago).

Simon

Anders Carlsson ander...@apple.com wrote:


Hello everyone,

just a friendly heads-up that I intend to land 
https://bugs.webkit.org/show_bug.cgi?id=115259 soon, which makes use of three 
more C++11 features, namely:

- Not requiring a space between right angle brackets in templates.
- Range-based for loops
- Auto.

Looks like the EFL and Qt ports need to start building as C++11! The rest of 
the ports are fine.

Thanks,
- Anders
___
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] Cleaning House

2013-04-05 Thread Hausmann Simon
Hi,

The Qt port of WebKit (based on Qt 5.x) does not use v8.

(Qt 5.x uses v8 in other places, but that is not relevant to the WebKit project 
and this discussion)

Simon

Markus kamika...@gmx.de wrote:


 For the record though I don't think Qt is using any of that those.

Qt 5.x uses V8.
___
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] 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 simple ‘#include “GLContextEGL.h”‘ in 
MediaPlayerPrivateGStreamer.cpp fail to compile.
“MediaPlayerPrivateGStreamer.cpp:321:35: error: expected unqualified-id before 
numeric constant”
It seems to be namespace issue, but I can’t know where break.
Could you kindly educate me how to do it?
 
Thanks.
More backgrounds see here:
https://bugs.webkit.org/show_bug.cgi?id=86410 
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev