Re: [webkit-dev] Patch for compilation error while building with gcc < 4.x compilers on latest nightlies

2008-04-14 Thread Srinivas Rao M Hamse
Thanks Darin & David for inputs. Patches for review should go in bugs.webkit.org, but I think it's worth > mentioning a couple problems I see immediately. > > This incorrectly removes the "protected" for non-GCC compilers and in fact > may not even compile there because __GNUC__ is not defined and

Re: [webkit-dev] Plugin Questions

2008-04-14 Thread priyanka gupta
ox on Windows. > Netscape-style plug-ins like Flash work in both browsers. > > I don't know what the answer is on Linux. > > Sorry I didn't answer all three of your questions, but that's the > answer to the first. > > -- Darin > > -- n

Re: [webkit-dev] Regarding HashSet

2008-04-14 Thread priyanka gupta
Thanks for the response. Actually I am working on the plugin module of Webcore. Plugins are to be ported on our proprietary platform . But the procedure of searching for available plugins on the Platform is different from that of Windows, and I need to use the Hashset/Hashmap for the same. Any kin

[webkit-dev] OLPC sugar activity of Webkit

2008-04-14 Thread J.C. Burns
Hi. Is there a build anywhere of WebkitGTK+ or whatever the heck flavor of Webkit that has been built as a Sugar activity...or even one that will run on that fine green OLPC from the command line...? I admit I've tried to install GCC and compile it my own self and have failed horribly. What

Re: [webkit-dev] Adding Javascript object to Webkit

2008-04-14 Thread Mark Rowe
On 10/04/2008, at 20:40, Lee Ka Yuk wrote: Dear all, I've tested with JSCore/API and JSCore/binding. To my surprise, none of the test apps is working. I don't have in my platform (Qtopia/Ubuntu) so I could not pass the build of JSCore/API/JSStringRefCF.h. How can I use JSCore/API then? #in

Re: [webkit-dev] Re: Adding Javascript object to Webkit

2008-04-14 Thread Geoffrey Garen
Is there a way to set a timeout using this API or kill / interrupt a running wild script? No. Geoff ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] Patch for compilation error while building with gcc < 4.x compilers on latest nightlies

2008-04-14 Thread Darin Adler
On Apr 14, 2008, at 7:07 AM, Srinivas Rao M Hamse wrote: --- a/WebKit-r31848/JavaScriptCore/kjs/nodes.h 2008-04-12 04:28:00.0 +0530 +++ b/WebKit-r31848/JavaScriptCore/kjs/nodes.h 2008-04-14 19:04:26.0 +0530 @@ -207,7 +207,9 @@ // Used to optimize those nodes that d

Re: [webkit-dev] KDE Webkit

2008-04-14 Thread Darin Adler
On Apr 11, 2008, at 4:03 PM, Andre-John Mas wrote: I was curious to know what the status of the qtWebkit port was? Also once stable can we imagine seeing this as nightly, at least for Linux users? The work has been largely done by folks at Trolltech, and I think they're including WebKit i

Re: [webkit-dev] Patch for compilation error while building with gcc < 4.x compilers on latest nightlies

2008-04-14 Thread David Kilzer
Srinivas Rao M Hamse <[EMAIL PROTECTED]> wrote: > For my compilation using arm-linux-gcc (GCC) 3.4.6, while trying to > build WebKit-r31848 on Gtk DirectFB, I am getting the following compilation > error. > > This error gets fixed after commenting out the line containing "protected: " > at *

Re: [webkit-dev] Regarding HashSet

2008-04-14 Thread Darin Adler
On Apr 9, 2008, at 4:01 AM, priyanka gupta wrote: I am new to Webkit, but in our project we are using Webkit 3.0 drop for application development. Is there any documentation available for proper usage of Hashset template and its member functions?? Sorry, there is not. I've been thinking o

Re: [webkit-dev] Plugin Questions

2008-04-14 Thread Darin Adler
On Apr 9, 2008, at 11:19 PM, SON SEOK BAE wrote: If I want to show contents (for example, Flash animations) with WebKit port, what kind of flash player plugings should I install for webkit? I mean, will it be Flash player for Safari or Flash player for Firefox or something else? And are th

[webkit-dev] Patch for compilation error while building with gcc < 4.x compilers on latest nightlies

2008-04-14 Thread Srinivas Rao M Hamse
Hi, For my compilation using arm-linux-gcc (GCC) 3.4.6, while trying to build WebKit-r31848 on Gtk DirectFB, I am getting the following compilation error. This error gets fixed after commenting out the line containing "protected: " at *JavaScriptCore/kjs/nodes.h:210*. I have attached this pa