Add WKWebView session restoration API.
<rdar://70956146>
Created attachment 418427 [details] WIP Patch
Created attachment 418441 [details] Patch
Created attachment 418444 [details] Patch
Created attachment 418476 [details] Patch
Created attachment 418484 [details] Patch
Created attachment 418485 [details] Patch
Trying to figure out the iOS build issue..
Created attachment 418655 [details] Patch
Created attachment 421205 [details] Patch
Created attachment 421227 [details] Patch
Comment on attachment 421227 [details] Patch r=me
Comment on attachment 421227 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=421227&action=review > Source/WebKit/UIProcess/API/Cocoa/WKWebView.h:480 > +@property (nonatomic, nullable, copy) id interactionState WK_API_AVAILABLE(macos(WK_MAC_TBA), ios(WK_IOS_TBA)); Did we consciously decide to remove <NSSecureCoding> ?
(In reply to Alex Christensen from comment #13) > Comment on attachment 421227 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=421227&action=review > > > Source/WebKit/UIProcess/API/Cocoa/WKWebView.h:480 > > +@property (nonatomic, nullable, copy) id interactionState WK_API_AVAILABLE(macos(WK_MAC_TBA), ios(WK_IOS_TBA)); > > Did we consciously decide to remove <NSSecureCoding> ? Yes. Following up on Slack.
Committed r273283: <https://commits.webkit.org/r273283> All reviewed patches have been landed. Closing bug and clearing flags on attachment 421227 [details].