On Sat, 1 Aug 2009, rajkumar goel wrote: > HI Saifi,what is a webkit based browser? > > -- > Regards, > Rajkumar Goel > > > On Fri, Jul 31, 2009 at 11:20 PM, Saifi Khan <[email protected]>wrote: > > > > > > > Hi all: > > > > Do people have idea, about the support and load-time for jquery > > in Webkit based browsers ? > > > > Any pointers, suggestions or blogs in this regard ? > > > > thanks > > Saifi >
Webkit is . a web browser layout engine. . written in C++ . BSD licensed. Basically, you have a set of classes and functions which you can use and write your code to create a web browser. Examples of browsers developed using Webkit are: 1. Konqueror (part of KDE) 2. Safari (Mac OS) 3. Web browser (Symbian S60) i've used the Nokia web browser on Symbian S60 UI and its very stable and rendering quality is very good. Webkit is specially interesting for us, since is Qt/C++ is what we use for all our UI projects and Webkit core became integral part since Qt 4.3 . In Qt 4.4.x , Qt 4.5 and now Qt 4.6.x, the Webkit infrastructure has got so much better that a serious and sincere team of hackers can write a very high quality bloat-free web browser ! thanks Saifi.

