Bug 51856 - Pass encoded back/forward tree data from the WebProcess to the UIProcess
Summary: Pass encoded back/forward tree data from the WebProcess to the UIProcess
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-03 17:41 PST by Brady Eidson
Modified: 2011-01-04 09:06 PST (History)
1 user (show)

See Also:


Attachments
Patch v1 (10.67 KB, patch)
2011-01-03 18:08 PST, Brady Eidson
darin: review+
beidson: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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