[webkit-dev] window.location

2008-11-07 Thread Bin Hu
hello, I got some problems with window.location in Safari. A JS function like window.location='someURL' just does not work and Safari will reload the page. Is there any solution for this? Thanks. Similar behavior is found in Opera. Bin ___ webki

Re: [webkit-dev] cookies & qtwebkit with qt 4.4.3

2008-11-07 Thread Costa Basil
Just for the record, after digging up the code in arora (which is the next version of the browser demo) & sniffing the http traffic, the problem appears to be that the cookies that come back from the server are attached to a subdomain of the url host name and they are by default discarded by we

Re: [webkit-dev] [Fwd: Fwd: Re: Moving forward with WebKit/GTK+]

2008-11-07 Thread Holger Freyther
On Tuesday 04 November 2008 10:08:27 Pierre-Luc Beaudoin wrote: > On Mon, 2008-11-03 at 10:35 -0800, Maciej Stachowiak wrote: > > I would suggest setting up a mailing list, post proposed API > > changes there, and let them be official after a week if there was no > > objection. If bugs are tagged a

Re: [webkit-dev] Doubts on QNetworkAccessManager

2008-11-07 Thread Benjamin Meyer
On Nov 3, 2008, at 11:34 AM, André Pedralho wrote: Hi all, I'm using the new QNetworkAccessManager to set my QtWebkit browser cache system and realized that I can have more than one QWebPage loaded and then (I guess) more than one QNetworkAccessManager as well. What happens when I call, f