[webkit-dev] WebKit Events

2009-06-29 Thread jagadeesh k
Hi,

I want to know whether webkit responds to the joystick events.That is entering 
URL,click events through joystick in a touch panel display.

Thanks and regards
Jagadeesh 


  ___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] Porting WebKit On OMAP 3530 evm

2009-06-18 Thread jagadeesh k
Hi,

Thanks Holger,Zoltan for your solutions.
 
Actually task has changed,i need to port webkit on OMAP 3530 running with 
open-embedded Linux(Angstrom).
 
1.For compiling the webkit on OMAP running with OE Linux whether the build 
instructions are same i.e
./autogen.sh,
make,
make install ?

If No,specify the instructions?
 
2.Is there any steps to follow so that webkit ports for OMAP 3530?
 
Thanks
jagadeesh


  ___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] Building WebKit on ARM

2009-06-17 Thread jagadeesh k
Hi,

    I want to built WebKit on OMAP 3530(ARM cortex A8)with Open embedded Linux 
distribution.
1.Want to know the build instructions for building WebKit on OMAP 3530?

2.Does the WebKit source need to be changed(makefile) so that it builds for 
OMAP 3530?

Thanks 
jagadeesh 


  ___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Building WebKit GTK+

2009-06-16 Thread jagadeesh k
Hi,

Thanks Gustavo.Your solution worked.

Jagadeesh

 


From: jagadeesh k jagadees...@yahoo.com
To: webkit-dev@lists.webkit.org
Sent: Monday, June 15, 2009 6:34:02 PM
Subject: Building WebKit GTK+


Hi,

    I downloaded WebKit GTK+ port for building it on Linux cent OS.After 
downloading I extracted components from downloaded tar file.But in extracted 
directory there is no autogen.sh file,for building webkit i need that file.Let 
me know how to build webkit GTK+?

FYI:I referred the following link for building.

http://www.webkitgtk.org/?page=contribute 


Thanks and regards
Jagadeesh


  ___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] WebKIt GTK+ Class hierarchy

2009-05-15 Thread jagadeesh k
Hi,
    I want to know Class hirarchy of WebKit GTK+ built on Linux Cent OS.I am 
debugging WebKit Source code Using DDD.How can I find out class hierarchy of 
WebKit using DDD or any other tool or by any documentation.

Thanks and Regards
Jagadeesh



  ___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Understanding code of WebKit.

2009-04-13 Thread jagadeesh k
Thank you Gustavo for your solution.I am able to navigate through WebKit using 
DDD.

regards
jagadeesh
 





From: jagadeesh k jagadees...@yahoo.com
To: webkit-dev@lists.webkit.org
Sent: Friday, April 3, 2009 5:02:08 PM
Subject: Understanding code of WebKit.


Hi,
    I am trying to understand the code of WebKit.I am using DDD(data display 
debugger) for understanding the code on Linux OS.But I am unable to navigate 
through the code of WebKit when i used the command: ddd GtkLauncher  .If any 
one have info about how to debug GtkLauncher with ddd,please inform.Should i 
use different command please let me know ?

FYI:I enabled the debug option -g in CFLAGS,CXX,CC,CXXFLAGS macros of 
WebKit Makefile .

Thanks and regards
jagadeesh


  ___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] Customization of WebKit.

2009-04-01 Thread jagadeesh k
Hi,
    I want to disable the SVG,XML,XPATH,XSLT features of WebKit.
And i came  to know that,disabling of above features can be achieved by 
using FEATURE_DEFINES Variable in JavaScriptCore.xcconfig, 
WebKit.xcconfig,WebCore.xcconfig files.I want to know whether the above method 
is enough or i should remove corresponding XML,SVG,XPATH specific files 
(.cpp,.h files)in WebKit for diasbling.If Yes,please mention which are all the 
files i should remove in WebKit?

Thanks and Regards
jagadeesh  


  ___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] How to cross compile gperf, bison, libicu, libxslt for ARM on Linux?

2009-03-31 Thread jagadeesh k
Hi,
    I am Cross compiling webKitGTK+ port for ARM on Linux.
Before that i need to setup cross compilation 
toolchain(GTK+,gperf,bison,libicu,libxslt,flex,sqlite,libcurl).So i Want to 
know the commands for cross compiling gperf,bison,libicu,libxslt packages for 
ARM.

Thanks and Regards
Jagadeesh 


  ___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] Building WebKit on OMAP 3

2009-03-18 Thread jagadeesh k
hi,
  I want to know the build instructions of WebKitGTK+ port on OMAP 3 series 
board using Embedded Linux OS.

Also i want to know how to configure WebKit, so that it builds on OMAP 
3(options to be given in a command line of configure) ?



Thanks and Regards
Jagadeesh


  ___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] Diabling XML,XPATH,SVG,and XSLT features of WebKit

2009-03-18 Thread jagadeesh k
Hi,
    How can i disable the XML,XPATH,SVG,and XSLT features of WebKit ?

Is their any macros for disabling(as read in one of the threads of WebKit-dev 
forum)the same ?

thanks and regards
jagadeesh


  ___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev