[webkit-dev] How did Android developer develop WebKit for android

2009-03-12 Thread ying lcs
Hi, I am wonder how did Android developer develop WebKit for android? Did they use XCode to develop and debug WebKit? If yes, how can they get it to run on the android emulator? Did they set a different executable mention here : http://webkit.org/building/debug.html? If yes, what should that execu

Re: [webkit-dev] How did Android developer develop WebKit for android

2009-03-12 Thread Ariya Hidayat
> If anyone has any idea, I appreciate your pointers. I have an idea: ask in Android mailing list :-) ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] How did Android developer develop WebKit for android

2009-03-12 Thread Cary Clark
Android engineers sometimes use XCode to run webkit, but mainly debug on the Android emulator and Android devices using gdb, Eclipse, and logs. When we use XCode, we're either running a tiny fraction of webkit, or building webkit without our changes for use with Safari as a reference as described o

Re: [webkit-dev] How did Android developer develop WebKit for android

2009-03-12 Thread ying lcs
Thank you for the info. Can you please tell me how to 'debug android webkit on Android emulator using gdb'? I am able to build android source on my local machine (I did a make after I get the source). And the emulator I built does run. I appreciate if you can tell me how can I run gdb so that I