[Webkit-unassigned] [Bug 29975] [Qt] Inform the application when a new request is created.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 7 05:51:27 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=29975





--- Comment #16 from Simon Hausmann <hausmann at webkit.org>  2009-10-07 05:51:27 PDT ---
(In reply to comment #11)
> (In reply to comment #10)
> > So each frame is independent, am I right? Why you don't use different QWebPage
> > for different contents?
> 
> I was talking about iframes in one QWebPage, not sure how to do what you are
> suggesting.

So in your setup you have one QWebPage that places different iframes into
layout you define and each iframe shows external content with different
origins, right?

What is the reason for combining all documents through iframes into one
QWebPage as opposed to using one QWebPage per document? Is it reduced memory
usage or do you for example need to allow some documents to share the same
security origin so that they can exchange data?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list