Bug 134452 - Add code for encoding legacy session history entries
Summary: Add code for encoding legacy session history entries
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 13:57 PDT by Anders Carlsson
Modified: 2014-06-30 14:54 PDT (History)
7 users (show)

See Also:


Attachments
Patch (11.66 KB, patch)
2014-06-30 13:59 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 13:57:18 PDT
Add code for encoding legacy session history entries
Comment 1 Anders Carlsson 2014-06-30 13:59:34 PDT
Created attachment 234090 [details]
Patch
Comment 2 Andreas Kling 2014-06-30 14:04:27 PDT
Comment on attachment 234090 [details]
Patch

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

r=me

> Source/WebKit2/UIProcess/mac/LegacySessionStateCoding.cpp:238
> +    } else

This "else" should not be here.
Comment 3 Anders Carlsson 2014-06-30 14:54:24 PDT
Committed r170599: <http://trac.webkit.org/changeset/170599>