Bug 51953

Summary: Add a "SessionState" object for IPC messaging
Product: WebKit Reporter: Brady Eidson <beidson>
Component: WebKit2Assignee: Brady Eidson <beidson>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch v1 darin: review+, beidson: commit-queue-

Brady Eidson
Reported 2011-01-05 13:56:30 PST
Add a "SessionState" object for IPC messaging. This object will include all data necessary to restore a session state, to be shipped from the UIProcess to the WebProcess. For now, it will start out with the back/forward list and the current index in that list.
Attachments
Patch v1 (11.41 KB, patch)
2011-01-05 13:59 PST, Brady Eidson
darin: review+
beidson: commit-queue-
Brady Eidson
Comment 1 2011-01-05 13:59:19 PST
Created attachment 78038 [details] Patch v1
WebKit Review Bot
Comment 2 2011-01-05 14:02:38 PST
Attachment 78038 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'WebKit2/ChangeLog', u'WebKit2/Shared/SessionState.cpp', u'WebKit2/Shared/SessionState.h', u'WebKit2/WebKit2.pro', u'WebKit2/WebKit2.xcodeproj/project.pbxproj', u'WebKit2/win/WebKit2.vcproj']" exit_code: 1 WebKit2/Shared/SessionState.h:32: Code inside a namespace should not be indented. [whitespace/indent] [4] WebKit2/Shared/SessionState.cpp:32: This { should be at the end of the previous line [whitespace/braces] [4] Total errors found: 2 in 6 files If any of these errors are false positives, please file a bug against check-webkit-style.
Brady Eidson
Comment 3 2011-01-05 16:33:03 PST
Note You need to log in before you can comment on or make changes to this bug.