[Webkit-unassigned] [Bug 30710] [Qt] QWebHistory::saveState() is inconsistent with the Qt API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 29 06:17:40 PDT 2009


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





--- Comment #17 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2009-10-29 06:17:40 PDT ---
(In reply to comment #16)
> (In reply to comment #12)
> > (From update of attachment 42027 [details] [details])
> > QDataStream's version is for the internal format of QDataStream. We should
> > follow the example in the docs:
> > 
> > http://doc.trolltech.com/4.5/qdatastream.html
> > 
> > Ie, a payload-spesific version where we try to load whatever we can from
> > earlier versions, etc.
> 
> This example is created for developers using Qt, not for internal Qt
> development. I have checked a few classes (QImage, QColor, QRect, QVector).
> None of them save the version into a stream.

They don't need to (directly) as they are distributed with Qt. But we won't
continue being distributed with Qt, so we definately needs this.

-- 
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