Bug 51856

Summary: Pass encoded back/forward tree data from the WebProcess to the UIProcess
Product: WebKit Reporter: Brady Eidson <beidson>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-ews
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch v1 darin: review+, beidson: commit-queue-

Description Brady Eidson 2011-01-03 17:41:25 PST
Pass encoded back/forward tree data from the Web->UI process.

Followup from https://bugs.webkit.org/show_bug.cgi?id=51853
Comment 1 Brady Eidson 2011-01-03 18:08:39 PST
Created attachment 77858 [details]
Patch v1
Comment 2 Early Warning System Bot 2011-01-03 18:21:20 PST
Attachment 77858 [details] did not build on qt:
Build output: http://queues.webkit.org/results/7249375
Comment 3 Darin Adler 2011-01-03 21:26:42 PST
Comment on attachment 77858 [details]
Patch v1

To avoid breaking the Qt build you should also remove QWKHistoryItem::originalUrl().
Comment 4 Brady Eidson 2011-01-04 09:06:28 PST
r74970