Re: [webkit-dev] what's important in layouttests?

2009-06-29 Thread David Jones
hi,Dan, Oliver. If I want to take it into my project, what should I do? I do not understand this question. I want to write a simple browser with webkit. By posting this questin, I am wondering if I should also take the layouttest together with my browser

[webkit-dev] what's important in layouttests?

2009-06-25 Thread David Jones
I am confused about webkit's layouttests. 1.What's the layouttess used for? Are they provided only for developers who want to create a browser with webkit to test if their browser behaves right? 2.The layouttests use Safari to run all the tests, right? 3.I noticed some tests need an app server,

Re: [webkit-dev] about webkit's license in chrome

2009-06-14 Thread David Jones
retained the old LGPL2. And now, some webkit commiters who don't work in Apple commit their codes with LGPL2.1. Right? The license is assigned on a per-file basis and can be found at the top of the file. 2009/6/12 David Jones ds...@163.com well, is there a doc about that? or, could you

Re: [webkit-dev] about webkit's license in chrome

2009-06-12 Thread David Jones
well, is there a doc about that? or, could you describe it more detailedly ? I want to know which part is under BSD, LGPL and so on. I don't find a license illustration in webkit's src. On Thu, Jun 11, 2009 at 10:44:25PM -0700, Peter Kasting wrote: 2009/6/11 David Jones ds...@163.com

[webkit-dev] about webkit's license in chrome

2009-06-11 Thread David Jones
As listed in http://code.google.com/chromium/terms.html#3rdparty , there're three different licenses of webkit in chrome: BSD/LGPL 2/LGPL 2.1 Why? ___ webkit-dev mailing list webkit-dev@lists.webkit.org

[webkit-dev] A webkit.dll demo?

2009-05-16 Thread David Jones
Now I have successfully built webkit, and get the webkit.dll. I'm gonna write a little routine which only provide a simple HTML page show job, much the same as : demoBrowser.load(http://x.com;); demoBrowser.show(); So, what are the required APIs of