Bug 134549 - Add -[WKWebView _sessionStateData] and -[WKWebView _restoreFromSessionStateData:]
Summary: Add -[WKWebView _sessionStateData] and -[WKWebView _restoreFromSessionStateDa...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-02 09:45 PDT by Anders Carlsson
Modified: 2014-07-02 10:41 PDT (History)
5 users (show)

See Also:


Attachments
Patch (2.77 KB, patch)
2014-07-02 09:45 PDT, Anders Carlsson
mitz: review+
commit-queue: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2014-07-02 09:45:05 PDT
Add -[WKWebView _sessionStateData] and -[WKWebView _restoreFromSessionStateData:]
Comment 1 Anders Carlsson 2014-07-02 09:45:21 PDT
Created attachment 234270 [details]
Patch
Comment 2 mitz 2014-07-02 09:47:08 PDT
Comment on attachment 234270 [details]
Patch

Would be nicer to make the deprecated methods wrappers around the new ones rather than the other way around, but r=me either way.
Comment 3 WebKit Commit Bot 2014-07-02 10:22:58 PDT
Comment on attachment 234270 [details]
Patch

Rejecting attachment 234270 [details] from commit-queue.

Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.appspot.com', '--bot-id=webkit-cq-02', 'build', '--no-clean', '--no-update', '--build-style=release', '--port=mac']" exit_code: 2 cwd: /Volumes/Data/EWS/WebKit

Last 500 characters of output:
/WebKit/WebKitBuild/Release/DerivedSources/WebKit2/PluginProxyMessageReceiver.cpp -o /Volumes/Data/EWS/WebKit/WebKitBuild/WebKit2.build/Release/WebKit.build/Objects-normal/x86_64/PluginProxyMessageReceiver.o

** BUILD FAILED **


The following build commands failed:
	CompileC /Volumes/Data/EWS/WebKit/WebKitBuild/WebKit2.build/Release/WebKit.build/Objects-normal/x86_64/WKWebView.o UIProcess/API/Cocoa/WKWebView.mm normal x86_64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)

Full output: http://webkit-queues.appspot.com/results/4729884014280704
Comment 4 Anders Carlsson 2014-07-02 10:41:02 PDT
Committed r170711: <http://trac.webkit.org/changeset/170711>