Re: [webkit-dev] Out-of-memory handling

2008-12-18 Thread Kulanthaivel
Yes I do. Nokia's Memory manager has a memory collector which goes and collects memory if the available application memory goes below certain threshold. It collects memory from WebCore cache. If the collected memory is not enough then it goes ahead and stops all the browser loads and notifies the

Re: [webkit-dev] Out-of-memory handling

2008-12-18 Thread Kulanthaivel
You can check the Nokia's S60WebKit MemoryManager implementation. They have developed a method to handle out of memory situations in WebKit On Tue, Dec 9, 2008 at 12:07 AM, Darin Adler wrote: > On Dec 8, 2008, at 8:21 AM, Kelemen Balázs wrote: > > A tempting approach would be using exception ha

Re: [webkit-dev] Build error of Web kit on ubuntu

2008-12-18 Thread Meryl Silverburgh
And I do have 'glib-mkenums ' in usr/bin Here are the error I get. I am building using this 'WebKitTools/Scripts/build-webkit --gtk --debug' WebKit was configured with the following options: Build configuration: Enable debugging (slow) : yes Enable GCC build o

[webkit-dev] Build error of Web kit on ubuntu

2008-12-18 Thread Meryl Silverburgh
Hi, i just check out the webkit source and try to compile it under ubuntu. I get this follow error: Can't open WebKit/gtk/webkit/webkitversion.h: No such file or directory at /usr/bin/glib-mkenums line 273. But I was able to compile the webkit code when i check that out (using git) about 2 week

Re: [webkit-dev] Unable to open HTTPS pages with libsoup

2008-12-18 Thread Dhananjoy Chutia
Hi, Thank you for your help. Due to unavoidable reason my acknowledgment get delayed. Now, I is working fine . Regards Dhananjoy On Thu, Dec 18, 2008 at 12:55 PM, Arthur Webkid wrote: > How it is going on? > Have you solve the problem now? > > > 於 四,2008-12-18 於 12:30 +0530,Dhananjoy Chutia

Re: [webkit-dev] How webkit on android implements magnifying glass?

2008-12-18 Thread Holger Freyther
On Thursday 18 December 2008 07:50:00 ying lcs wrote: > Hi, > > In webkit on android, it has a 'magnifying glass' feature: in the zoom > out view, it has a viewing rectangle which shows the content in 100%. > > Can you please point to me where is the code how webkit on android > implements magnifyi

Re: [webkit-dev] How Webkit parse HTML

2008-12-18 Thread Holger Freyther
On Thursday 18 December 2008 10:58:27 Chen Ren Lei wrote: > Dear experts, > > I am willing to trace the process of webkit parsing HTML and rendering > it, could you tell me how to do so? Or where should I set the breakpoint > to do so?_ didReceiveData -> HTMLTokenizer -> building DOM -> creating

Re: [webkit-dev] Hopefully new developer

2008-12-18 Thread Holger Freyther
On Wednesday 17 December 2008 05:57:17 ken perry wrote: > I am working on a new PDA for the blind. We run OE linux, and our GUI is > wrote in python using a python widget UI toolkit that speaks and brailles > to braille displays. What I need to know is is WebKit engine seperate > fully from the G

Re: [webkit-dev] Huge Memory Leak: How to restrict?

2008-12-18 Thread Holger Freyther
On Thursday 18 December 2008 07:02:35 Dhananjoy Chutia wrote: > Hi, > I had carried out one experiment with GtkLauncher, by loading and > unloading a page at interval of 2 seconds. I observed VmSize of GtkLauncher > at interval of one minute. Memory is increased gradually. Here is my > observat

[webkit-dev] How Webkit parse HTML

2008-12-18 Thread Chen Ren Lei
Dear experts, I am willing to trace the process of webkit parsing HTML and rendering it, could you tell me how to do so? Or where should I set the breakpoint to do so?_ BRs, Rl __ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.o