[webkit-dev] Questions about WebKit Platform/Toolkit abstraction layer

2008-07-17 Thread belay
Hi, I am a beginner of WebKit, and I've tried to find the documents about WebKit's Platform/Toolkit abstraction layer(API), but i found nothing. What i mean is that like Qt port of WebKit, i think the architecture as below: Qt API: like QWebPage, QWebFrame, QWebSetting, etc. == Platform abst

Re: [webkit-dev] Questions about WebKit

2008-07-14 Thread Nemix
Thank you for your answer :) Gustavo Noronha Silva-5 wrote: > > On Fri, 2008-07-11 at 01:18 -0700, Nemix wrote: >> > First, WebKit is a rendering engine. As such, it does provide >> > features that would permit you to build a cross-platform interface >> > using, for example, JavaScript

Re: [webkit-dev] Questions about WebKit

2008-07-11 Thread Gustavo Noronha Silva
On Fri, 2008-07-11 at 01:18 -0700, Nemix wrote: > > First, WebKit is a rendering engine. As such, it does provide > > features that would permit you to build a cross-platform interface > > using, for example, JavaScript and HTML to build a user interface. In > > fact, I am pursuing somethin

Re: [webkit-dev] Questions about WebKit

2008-07-11 Thread Nemix
Hi Brent, First of all : Thank you ! ;) It is a little more understandable for me now, but I have some questions about what you said. > First, WebKit is a rendering engine. As such, it does provide > features that would permit you to build a cross-platform interface > using, for example,

Re: [webkit-dev] Questions about WebKit

2008-07-10 Thread Brent Fulgham
Audrey, After rereading this, I have a couple of more comments. On Jul 10, 2008, at 4:00 AM, Nemix wrote: > I have to develop a Java application that will run on Mac OS, > Windows and > embedded system (mobile, PDA,...). > I haven't develop for this kind of application yet, so I need some > h

[webkit-dev] Questions about WebKit

2008-07-10 Thread Nemix
Hi, (first of all : sorry for my english, I'm french ;) ) I have to develop a Java application that will run on Mac OS, Windows and embedded system (mobile, PDA,...). I haven't develop for this kind of application yet, so I need some help ;) Someone told me about WebKit to develop a cross plat