Re: [webkit-dev] IDL generation: [Conditional=XXX] vs. #if defined(ENABLE_XXX)

2011-07-04 Thread Alexey Proskuryakov
03.07.2011, в 11:24, Patrick Gansterer написал(а): I see three possible solutions: 1) Always generate all IDL files. 2) Change all [Conditional=XXX] to #if define(ENABLE_XXX). 3) Add the correct #if ENABLE(XXX) around the header includes. (1) used to be the preferred solution. It's so

[webkit-dev] JavaScriptCore on Android

2011-07-04 Thread Ericsen Cioffi
Hi, I am trying to use JavaScriptCore in my Android application. I build JavaScriptCore as a static library and I developed a JNI layer to access JSC methods. All my classes compile fine, but at the end of the build process (i guess in the linker action) i got some errors like undefined

[webkit-dev] phonon and qtwebkit modifications to make it work

2011-07-04 Thread Mihai Adrian
Hello, I use an older version of qtwebkit, but no modification have been done in the phonon backend part ( MediaPlayerPrivatePhonon.h, MediaPlayerPrivatePhonon.cpp) . I made the following modification to allow HTML5 audio/video make it work with phonon:

Re: [webkit-dev] Adding ENABLE_CONTACTS to WebCore

2011-07-04 Thread Robin Berjon
Hi all, sorry for not jumping into this thread earlier. I'll try to summarise my opinions succinctly in order to avoid extra noise. On Fri, Jun 24, 2011 at 7:27 PM, Ojan Vafai wrote: Is there a document that lists the use-cases for this API? I couldn't find anything from a quick glance

[webkit-dev] QNX vs SA_RESTART from pthread

2011-07-04 Thread Ademar Reis
Hi there. Someone sent me a patch to fix the build on QNX, but the patch disables SA_RESTART from pthread on that platform (besides a few other things). I don't know what are the implications of blindily disabling SA_RESTART and would like someone with experience on that area of the code to tell

Re: [webkit-dev] phonon and qtwebkit modifications to make it work

2011-07-04 Thread Adam Barth
Please file a bug and attach a patch for review. We cannot accept code via the mailing list for legal reasons. Adam On Mon, Jul 4, 2011 at 11:04 AM, Mihai Adrian mihaiadria...@yahoo.comwrote: Hello, I use an older version of qtwebkit, but no modification have been done in the phonon

Re: [webkit-dev] phonon and qtwebkit modifications to make it work

2011-07-04 Thread Andreas Kling
Hiya, The Phonon implementation of MediaPlayer was removed from WebKit in https://bugs.webkit.org/show_bug.cgi?id=63448 -Kling On Mon, Jul 4, 2011 at 8:04 PM, Mihai Adrian mihaiadria...@yahoo.comwrote: Hello, I use an older version of qtwebkit, but no modification have been done in the

[webkit-dev] Ceasing development of current QtWebKit API's

2011-07-04 Thread Andreas Kling
(Cross-posting from webkit-qt since it may interest people who are not on that list.) Hello QtWebKit users and contributors! Now that the Nokia N9 has finally been announced, many of you probably know it ships with a WebKit2-based browser. Following this we've started discussing where to go with