RESOLVED WONTFIX 144510
Expose API in WKBackForwardListRef for removing a back forward list item
https://bugs.webkit.org/show_bug.cgi?id=144510
Summary Expose API in WKBackForwardListRef for removing a back forward list item
Ada Chan
Reported 2015-05-01 17:30:14 PDT
There's currently no method to remove an item in WebBackForwardList, so we'll have to add one. This is needed for <rdar://problem/20681226>
Attachments
Patch (5.57 KB, patch)
2015-05-04 15:02 PDT, Ada Chan
beidson: review-
Ada Chan
Comment 1 2015-05-04 15:02:15 PDT
WebKit Commit Bot
Comment 2 2015-05-04 15:05:55 PDT
Attachment 252336 [details] did not pass style-queue: ERROR: Source/WebKit2/UIProcess/WebBackForwardList.cpp:328: Missing space before { [whitespace/braces] [5] Total errors found: 1 in 5 files If any of these errors are false positives, please file a bug against check-webkit-style.
Brady Eidson
Comment 3 2015-05-04 15:31:46 PDT
Comment on attachment 252336 [details] Patch We feel that the WebBackForwardList in WK1 being mutable by the client was a mistake and therefore we've willfully *not* added any mutability to the WK2 list. It's been asked multiple times, but we've always found a different solution for whoever has needed it. Can you describe more why we *have* to do this?
Ada Chan
Comment 4 2015-05-04 16:18:11 PDT
We'll try to accomplish what we need without this change. Closing the bug.
Note You need to log in before you can comment on or make changes to this bug.