[webkit-dev] Platform specific fields on WebCore::HistoryItem

Yael.Aharon at nokia.com Yael.Aharon at nokia.com
Tue Dec 21 13:26:40 PST 2010



From: webkit-dev-bounces at lists.webkit.org [mailto:webkit-dev-bounces at lists.webkit.org] On Behalf Of ext Darin Fisher
Sent: Tuesday, December 21, 2010 2:39 PM
To: WebKit Development
Subject: [webkit-dev] Platform specific fields on WebCore::HistoryItem

I'm working on fixing some session history bugs related to a HistoryItem's URL property changing.
See for example the call to HistoryItem::setURL in HistoryController::updateForReload [1].

I'm curious about the platform specific fields on WebCore::HistoryItem.  *** Do any of those need to
be updated when the URL of the HistoryItem changes? ***

Here are the fields I'm referring to:

class HistoryItem ... {
private:
    ...

#if PLATFORM(QT)
    QVariant m_userData;
#endif

This is arbitrary data that embeders of QtWebkit can store. It should not interfere with the changes you are making.
Yael


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20101221/4d40cfa2/attachment.html>


More information about the webkit-dev mailing list