Re: [webkit-qt] pass memroy data to QNetworkReply

2011-03-22 Thread Markus Goetz
On Tuesday, March 22, 2011 09:28:39 am ext 周鹏 wrote: > Hi,all! > > In my program, i have download some type of resource(such as js > file,imgs) in memory,so, i don't need QNetworkAccessManager to download > some external resource. I hava extend QNetworkAccessManager class and > override it's v

Re: [webkit-qt] how to shutdown QNetworkAccessManager

2011-03-15 Thread Markus Goetz
On Tuesday, March 15, 2011 10:19:15 am ext 周鹏 wrote: > 1) I don't need QNetworkAccessManager to download anything, how to shutdown > it? > 2) When a page need to load some external resource, how to get the > url? You need to override QNetworkAccessManager::createRequest(). This function is calle

[webkit-qt] New Google image search

2010-07-22 Thread Markus Goetz
Interesting thing: http://www.google.com/images?q=nokia This displays in an awesome new format in Firefox but still in the old format with Qt 4.7 demo browser. Maybe we can do something to be also one of the better supported browsers there. Maybe not if Google decides it on User Agent. :) I ha

Re: [webkit-qt] QWebPage leaking network threads?

2010-07-15 Thread Markus Goetz
There are no threads except the DNS lookup threads and those should be cheap and exit themselves after some time. Your webpage loading issue must have some other cause. On Wednesday, July 14, 2010 07:03:59 pm ext İsmail Dönmez wrote: > Hi all; > > I have a small browser widget based on QWebView

Re: [webkit-qt] QtWebKit debug dll size

2010-05-05 Thread Markus Goetz
ext İsmail Dönmez wrote: Hi all; When I buid WebKit from source with debug enabled the QtWebKitd4.dll file is ~60mb which is huge. If you build WebKit inside Qt the debug dll size is ~20mb or so. Any idea what causes this big size change? P.S: I am building with Visual Studio 2005 Check the

Re: [webkit-qt] Trouble displaying PNG files

2010-04-28 Thread Markus Goetz
ext Nathan Osman wrote: I am using Qt 4.5 on Windows and have a webkit control on my main window. When I try to put some HTML into the control that references an image, the image does not display. I even tried using an absolute path. What am I doing wrong? You are using Qt 4.5 instead of 4.6.2

Re: [webkit-qt] XMLHttpRequest misbehaving on Windows [Was: jsMath behavior different on win vs. linux]

2010-04-27 Thread Markus Goetz
Hm. Andreas, Benjamin: Could this be related to synchronous XMLHttp where we currently have problems with? Markus ext Carter, Nathan wrote: I spent a lot of time today trying to make a small, reproducible example that behaves differently on Mac/*nix versus Windows. But my problem is that i