WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
134502
Add a encodeLegacySessionState function
https://bugs.webkit.org/show_bug.cgi?id=134502
Summary
Add a encodeLegacySessionState function
Anders Carlsson
Reported
2014-07-01 11:53:04 PDT
Add a encodeLegacySessionState function
Attachments
Patch
(7.56 KB, patch)
2014-07-01 11:53 PDT
,
Anders Carlsson
thorton
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Anders Carlsson
Comment 1
2014-07-01 11:53:43 PDT
Created
attachment 234180
[details]
Patch
WebKit Commit Bot
Comment 2
2014-07-01 11:56:03 PDT
Attachment 234180
[details]
did not pass style-queue: ERROR: Source/WebKit2/UIProcess/mac/LegacySessionStateCoding.cpp:408: One line control clauses should not use braces. [whitespace/braces] [4] Total errors found: 1 in 3 files If any of these errors are false positives, please file a bug against check-webkit-style.
Tim Horton
Comment 3
2014-07-01 11:58:04 PDT
Comment on
attachment 234180
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=234180&action=review
> Source/WebKit2/UIProcess/mac/LegacySessionStateCoding.cpp:406 > + if (!backForwardListState.currentIndex) {
don't think you want the braces here
> Source/WebKit2/UIProcess/mac/LegacySessionStateCoding.cpp:460 > + buffer.get()[2] = (sessionStateDataVersion & 0x0000ff0) >> 8;
this doesn't look right! should be 0x0000ff00, no?
Enrica Casucci
Comment 4
2014-07-01 12:00:35 PDT
Comment on
attachment 234180
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=234180&action=review
> Source/WebKit2/UIProcess/mac/LegacySessionStateCoding.cpp:380 > +
unnecessary empty line.
> Source/WebKit2/UIProcess/mac/LegacySessionStateCoding.cpp:407 > + return createDictionary({ { sessionHistoryVersionKey, sessionHistoryVersionNumber.get() } });
Probably don't need braces here.
Enrica Casucci
Comment 5
2014-07-01 12:00:39 PDT
Comment on
attachment 234180
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=234180&action=review
> Source/WebKit2/UIProcess/mac/LegacySessionStateCoding.cpp:380 > +
unnecessary empty line.
> Source/WebKit2/UIProcess/mac/LegacySessionStateCoding.cpp:407 > + return createDictionary({ { sessionHistoryVersionKey, sessionHistoryVersionNumber.get() } });
Probably don't need braces here.
Anders Carlsson
Comment 6
2014-07-01 12:05:16 PDT
Committed
r170654
: <
http://trac.webkit.org/changeset/170654
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug