From: webkit-dev-boun...@lists.webkit.org 
[mailto:webkit-dev-boun...@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


_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to