Re: [webkit-dev] [webkit-help] Revision 88076 causes compile error 'maxTokenLength' : undeclared identifier

2011-07-04 Thread Toshiya TSURU
Hello. I got a same problem. Does anyone have solution? On Thu, Jun 30, 2011 at 7:34 AM, Anthony Johnson wrote: > I'm building on the WinCairo port, debug configuration. > When I updated to the latest revision (I've probably been a month or so > without an update), I now get a compile error in L

[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

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 wrote: > Hello, > > I use an older version of qtwebkit, but no modification have been done in > the phonon backend part ( M

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 wrote: > Hello, > > I use an older version of qtwebkit, but no modification have been done in > the phonon backend part ( MediaPlaye

[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] 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 throu

[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: MediaPlayerPrivate::MediaPlayerPrivate(M

[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 referenc