Bug 134475 - Change the AddBackForwardItem message to take a page state object
Summary: Change the AddBackForwardItem message to take a page state object
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-06-30 17:30 PDT by Anders Carlsson
Modified: 2014-06-30 18:06 PDT (History)
5 users (show)

See Also:


Attachments
Patch (10.94 KB, patch)
2014-06-30 17:39 PDT, Anders Carlsson
kling: review+
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-06-30 17:30:22 PDT
Change the AddBackForwardItem message to take a page state object
Comment 1 Anders Carlsson 2014-06-30 17:39:29 PDT
Created attachment 234127 [details]
Patch
Comment 2 Andreas Kling 2014-06-30 17:57:11 PDT
Comment on attachment 234127 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=234127&action=review

r=me

> Source/WebKit2/UIProcess/WebProcessProxy.cpp:315
> +    // FIXME: Should we

Should we what?
Comment 3 Anders Carlsson 2014-06-30 18:06:58 PDT
Committed r170625: <http://trac.webkit.org/changeset/170625>