WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
134163
Begin work on decoding form data
https://bugs.webkit.org/show_bug.cgi?id=134163
Summary
Begin work on decoding form data
Anders Carlsson
Reported
2014-06-21 13:38:22 PDT
Begin work on decoding form data
Attachments
Patch
(4.96 KB, patch)
2014-06-21 13:39 PDT
,
Anders Carlsson
sam
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Anders Carlsson
Comment 1
2014-06-21 13:39:21 PDT
Created
attachment 233545
[details]
Patch
WebKit Commit Bot
Comment 2
2014-06-21 13:41:17 PDT
Attachment 233545
[details]
did not pass style-queue: ERROR: Source/WebKit2/UIProcess/mac/LegacySessionStateCoding.cpp:314: This { should be at the end of the previous line [whitespace/braces] [4] Total errors found: 1 in 2 files If any of these errors are false positives, please file a bug against check-webkit-style.
Sam Weinig
Comment 3
2014-06-21 13:52:21 PDT
Comment on
attachment 233545
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=233545&action=review
> Source/WebKit2/UIProcess/mac/LegacySessionStateCoding.cpp:316 > + uint32_t underlyingEnumValue; > + *this >> underlyingEnumValue;
Can this use std::underlying_type<>?
Anders Carlsson
Comment 4
2014-06-21 14:01:54 PDT
Committed
r170252
: <
http://trac.webkit.org/changeset/170252
>
Anders Carlsson
Comment 5
2014-06-21 14:02:37 PDT
(In reply to
comment #3
)
> (From update of
attachment 233545
[details]
) > View in context:
https://bugs.webkit.org/attachment.cgi?id=233545&action=review
> > > Source/WebKit2/UIProcess/mac/LegacySessionStateCoding.cpp:316 > > + uint32_t underlyingEnumValue; > > + *this >> underlyingEnumValue; > > Can this use std::underlying_type<>?
No, it needs to always use uint32_t.
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