Bug 54780 - pendingAPIRequestURL isn't updated for WKPageGoToBackForwardListItem
Summary: pendingAPIRequestURL isn't updated for WKPageGoToBackForwardListItem
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: All OS X 10.6
: P2 Normal
Assignee: John Sullivan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-18 16:34 PST by John Sullivan
Modified: 2011-02-18 16:49 PST (History)
0 users

See Also:


Attachments
Patch that adds the missing call. (566 bytes, patch)
2011-02-18 16:43 PST, John Sullivan
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John Sullivan 2011-02-18 16:34:51 PST
If a client calls WKPageGoToBackForwardListItem, and then WKPageCopyPendingAPIRequestURL, the resulting URL is null. It should be the URL of the back/forward item.

This is an oversight from when this feature was recently added.
Comment 1 John Sullivan 2011-02-18 16:43:06 PST
Created attachment 83033 [details]
Patch that adds the missing call.
Comment 2 Maciej Stachowiak 2011-02-18 16:47:33 PST
Comment on attachment 83033 [details]
Patch that adds the missing call.

r=me
Comment 3 John Sullivan 2011-02-18 16:49:45 PST
Checked in as r79050.