Re: [webkit-dev] Memory leak or should I clear content of QWebPage?

2009-07-29 Thread Zongheng Zhou
After I load www.cnn.com for 800 times consecutively, the virtual memory size of my little program has reached 1600M; while the resident memory is 1500M This is horribleIs this kind of memory leak expected? ___ webkit-dev mailing list

[webkit-dev] Memory leak or should I clear content of QWebPage?

2009-07-28 Thread Zongheng Zhou
Hi, all I just built a program in QT webkit, and noticed that the memory usage of my program grows 1 or 2 megabytes as I load each web page. My program is quite simple. I defined a global variable: QWebPage mypage; Each time when a new URL request comes, I call the following to load the web

[webkit-dev] Javascript window.open()

2009-06-17 Thread Zongheng Zhou
Hi, I am using the QT port of webkit. Instead of doing anything else for the Javascript 's window.open(), I only want to log the URL being requested. Can anybody tell me how I can change the behavior of the window.open? Thanks, ___ webkit-dev mailing

Re: [webkit-dev] How to disable webkit image loading

2009-06-08 Thread Zongheng Zhou
I have the same issue, and I am using Solaris. Do you know how to disable the image loading? Thanks. ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev