RESOLVED FIXED 123136
[Cocoa] Add load delegate method for didChangeBackForwardList
https://bugs.webkit.org/show_bug.cgi?id=123136
Summary [Cocoa] Add load delegate method for didChangeBackForwardList
mitz
Reported 2013-10-21 22:06:29 PDT
[Cocoa] Add load delegate method for didChangeBackForwardList
Attachments
Patch (3.51 KB, patch)
2013-10-21 22:08 PDT, mitz
andersca: review+
mitz
Comment 1 2013-10-21 22:08:09 PDT
Anders Carlsson
Comment 2 2013-10-21 22:13:39 PDT
Comment on attachment 214817 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=214817&action=review > Source/WebKit2/UIProcess/API/mac/WKBrowsingContextController.mm:496 > + if ([browsingContext.loadDelegate respondsToSelector:@selector(browsingContextControllerDidChangedBackForwardList:addedItem:removedItems:)]) { I think this would look better with an early return (unless this is the parttern we're using elsewhere).
mitz
Comment 3 2013-10-21 22:15:16 PDT
Note You need to log in before you can comment on or make changes to this bug.