Re: [webkit-dev] Please help:::::press tab button twice to go from browser tool bar to browser window button in webkit

2009-03-08 Thread Ajay Gautam
*Instead of status bar its tool bar.* On Mon, Mar 9, 2009 at 11:19 AM, Ajay Gautam wrote: > Hi , > I have a big problem... > I am developing a application using gtk-launcher(webkit browser) ,i am > using a button and putting the focus on back button of status bar .now i > getting a p

Re: [webkit-dev] how to implement the flash block for webkit on linux?

2009-03-08 Thread Julien Chaffraix
Hi, >   At present, we want to implement the flash block for webkit on linux > like flash block extension for firefox. > >   We find the implemention of firefox, it's based on xbl, it's very easy > to understand.Through checking after sometime we find the branches/xbl2  of > webkit svn inc

Re: [webkit-dev] ISO C++ forbids casting between pointer-to-function and pointer-to-object

2009-03-08 Thread Paul Pedriana
Here's the story: Your GCC 3.4 is compliant to the existing ISO C++ standard, but the proposed C++0x standard allows compilers to optionally support the reinterpret_cast in question. The C++98 and C++03 Standards (see section 5.2.10) do not allow reinterpret_cast(functionPointer). But the abi

[webkit-dev] Please help:::::press tab button twice to go from browser status bar to browser window button in webkit

2009-03-08 Thread Ajay Gautam
Hi , I have a big problem... I am developing a application using gtk-launcher(webkit browser) ,i am using a button and putting the focus on back button of status bar .now i getting a problem that whenever i am going from status bar back button to my button i have to press the tab button twi

[webkit-dev] Fwd: RSS support

2009-03-08 Thread RamaMohanReddy B
Hi, Is RSS/Atom supported in Webkit? Is there any patch/bug how to add RSS support to Webkit. Please let me know. Thanks, RamaMohan. ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit

Re: [webkit-dev] Where is the javascript engine code which build a call syntax tree

2009-03-08 Thread Darin Adler
On Mar 8, 2009, at 6:09 PM, ying lcs wrote: Can you please tell me where is the code which parses the js file and build a call-syntax tree? In the JavaScriptCore/parser directory. And if JavaScriptCore/interpreter/Interpreter.cpp is the code which does the javascript call-syntax execution.

[webkit-dev] Fwd: run-safari fails in Window Debug build

2009-03-08 Thread First Half
I tried all I can do, but I missed one thing. After I install Safari 3.2.2 instead of beta4, there's no problem to do "run-safari". Thanks for your help. :-D > On Mar 5, 2009, at 4:26 AM, First Half wrote: > > Hello. >> >> I built webkit Window Port in Debug mode. >> >> When I execute run-safar

[webkit-dev] Where is the javascript engine code which build a call syntax tree

2009-03-08 Thread ying lcs
Hi, My understand of WebKit javascript engine is it builds a call-syntax tree and gives it to the interrupter. http://webkit.org/projects/javascript/index.html Can you please tell me where is the code which parses the js file and build a call-syntax tree? And if JavaScriptCore/interpreter/Interp

Re: [webkit-dev] four perl files hard-code the path to gcc

2009-03-08 Thread David Kilzer
I agree that the path shouldn't be hard-coded, so I filed: Bug 24454: Path to perl should not be hard-coded https://bugs.webkit.org/show_bug.cgi?id=24454 Salvation lies within: Bug 392184 - Users should be allowed to delete their own account https://bugzilla.mozilla.org/show_bug.cgi?id=392184 D

Re: [webkit-dev] ISO C++ forbids casting between pointer-to-function and pointer-to-object

2009-03-08 Thread Mark Rowe
On 2009-03-08, at 00:34, Dennis Heuer wrote: hello the JIT does some 'forbidden stuff'. i use gcc-3.4.6 on linux 2.6.28 This works correctly with newer versions of GCC. I know that GCC 4.0 and 4.2 handle this code correctly. I'd suggest that you update your compiler or disable the JIT.

[webkit-dev] ISO C++ forbids casting between pointer-to-function and pointer-to-object

2009-03-08 Thread Dennis Heuer
hello the JIT does some 'forbidden stuff'. i use gcc-3.4.6 on linux 2.6.28 ./doltlibtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -DWTF_USE_ICU_UNICODE=1 -DBUILDING_CAIRO__=1 -DBUILDING_GTK__=1 -DWTF_CHANGES -DXP_UNIX -DNDEBUG-I./JavaScriptCore -I./JavaScriptCore/ForwardingHeaders