[Webkit-unassigned] [Bug 29876] [Qt] Add QWebFrame::setHtml(QIODevice *) overload
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Nov 24 09:11:55 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=29876
Jędrzej Nowacki <jedrzej.nowacki at nokia.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jedrzej.nowacki at nokia.com
Depends on| |31115, 31552
--- Comment #1 from Jędrzej Nowacki <jedrzej.nowacki at nokia.com> 2009-11-24 09:11:55 PST ---
This is change for 4.7.
What is the use case? For a small file it is definitely better to use the
QString and the setContent(), for a big file the load(QUrl) method should be
enough.
The only use case I found is when a page is created on the runtime and it is
big. So big that it is worth to stream it. Am I right?
--
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