[webkit-reviews] review granted: [Bug 83600] Need WebKit2 API to notify whether history loads are in the page cache : [Attachment 136525] Patch v2 - Now with more Qt build fixes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 12 14:33:31 PDT 2012


Darin Adler <darin at apple.com> has granted Brady Eidson <beidson at apple.com>'s
request for review:
Bug 83600: Need WebKit2 API to notify whether history loads are in the page
cache
https://bugs.webkit.org/show_bug.cgi?id=83600

Attachment 136525: Patch v2 - Now with more Qt build fixes
https://bugs.webkit.org/attachment.cgi?id=136525&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=136525&action=review


> Source/WebKit2/UIProcess/API/C/WKPage.h:74
> -typedef void (*WKPageWillGoToBackForwardListItemCallback)(WKPageRef page,
WKBackForwardListItemRef item, const void *clientInfo);
> +typedef void (*WKPageWillGoToBackForwardListItemCallback)(WKPageRef page,
WKBackForwardListItemRef item, WKTypeRef userData, const void *clientInfo);

Are there any existing clients that would now have binary incompatibility? Or
is this already something new?


More information about the webkit-reviews mailing list