[webkit-reviews] review requested: [Bug 47716] [Qt] WebKit2 history, QWKHistory : [Attachment 71146] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 19 02:41:56 PDT 2010


Juha Savolainen <juha.savolainen at weego.fi> has asked  for review:
Bug 47716: [Qt] WebKit2 history, QWKHistory
https://bugs.webkit.org/show_bug.cgi?id=47716

Attachment 71146: patch
https://bugs.webkit.org/attachment.cgi?id=71146&action=review

------- Additional Comments from Juha Savolainen <juha.savolainen at weego.fi>
Thank you Kenneth for a informative comments.

Should we make methods also available to QWKHistoryPrivate, eg. 
int QWKHistoryPrivate::backListCount() const
{
    return WKBackForwardListGetBackListCount(toAPI(m_backForwardList));
}


More information about the webkit-reviews mailing list