[webkit-help] Deep C++ Docs for WebKit inc. call, include, collaboration, and class graphs

2010-04-28 Thread Andrew Cox
Hi, I've used Doxygen with options dialled-up and tweaked for the purposes of understanding internal structure rather than just public APIs to generate include dependency graphs, call graphs, caller graphs, collaboration graphs, and class graphs for WebKit. The docs also embed syntax-highlighted

[webkit-help] Webkit Layer

2010-04-28 Thread ngoc le
Dear Friends, Does any one know the role of ChromeClinet::repaint function? Thank you very much TungTeng ___ webkit-help mailing list webkit-help@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-help

[webkit-help] How to build JavaScriptCore on Ubuntu only

2010-04-28 Thread Zhou Li
Hi, all, I'm wondering if I can build JavaScriptCore on Ubuntu Linux only. Because the webkit trunk source is too big, and what I want is just its js engine. I tried make under the folder JavaScriptCore, but it required xcodebase, which is for Mac OS. I also tried using make-generated-source.sh,

Re: [webkit-help] How to build JavaScriptCore on Ubuntu only

2010-04-28 Thread Ariya Hidayat
I'm wondering if I can build JavaScriptCore on Ubuntu Linux only. Because the webkit trunk source is too big, and what I want is just its js engine. I tried make under the folder JavaScriptCore, but it required xcodebase, which is for Mac OS. I also tried using make-generated-source.sh, but it

Re: [webkit-help] How to build JavaScriptCore on Ubuntu only

2010-04-28 Thread Zhou Li
Thank you for your script. I tried build-jsc.sh but there are still problems. r...@ubuntu-desktop:~/tools/WebKit-r58231# ./build-jsc.sh rm -f libdummy.so.1.0.0 libdummy.so libdummy.so.1 libdummy.so.1.0 g++ -Wl,-O1 -shared -Wl,-soname,libdummy.so.1 -o libdummy.so.1.0.0 -L/usr/lib -lQtGui -lQtCore