Bug 135343 - Web Replay: auto-decoding of parameterized vector's elements is incorrect
Summary: Web Replay: auto-decoding of parameterized vector's elements is incorrect
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brian Burg
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-28 11:14 PDT by Brian Burg
Modified: 2014-07-28 12:31 PDT (History)
4 users (show)

See Also:


Attachments
Patch (2.71 KB, patch)
2014-07-28 11:25 PDT, Brian Burg
no flags Details | Formatted Diff | Diff
Patch (9.72 KB, patch)
2014-07-28 11:28 PDT, Brian Burg
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brian Burg 2014-07-28 11:14:10 PDT
splitting from a much larger patch
Comment 1 Brian Burg 2014-07-28 11:25:00 PDT
Created attachment 235599 [details]
Patch
Comment 2 Brian Burg 2014-07-28 11:25:56 PDT
Comment on attachment 235599 [details]
Patch

wrong patch. i hate you, webkit-patch
Comment 3 Brian Burg 2014-07-28 11:28:54 PDT
Created attachment 235602 [details]
Patch
Comment 4 Timothy Hatcher 2014-07-28 11:49:26 PDT
Comment on attachment 235602 [details]
Patch

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

> Source/JavaScriptCore/replay/scripts/tests/expected/generate-input-with-vector-members.json-TestReplayInputs.cpp:61
> +SavedHistory::~SavedHistory()
> +{
> +}
>  } // namespace Test

A newline before the namespace close would be nice.

> Source/JavaScriptCore/replay/scripts/tests/expected/generate-input-with-vector-members.json-TestReplayInputs.h:91
> +};
>  } // namespace Test

Ditto.
Comment 5 Brian Burg 2014-07-28 11:51:33 PDT
Comment on attachment 235602 [details]
Patch

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

>> Source/JavaScriptCore/replay/scripts/tests/expected/generate-input-with-vector-members.json-TestReplayInputs.cpp:61
>>  } // namespace Test
> 
> A newline before the namespace close would be nice.

right now it uses tight namespace spacing on both sides. It could be changed, but since there are many explicit namespaces i opted for the more condensed style.
Comment 6 WebKit Commit Bot 2014-07-28 12:31:27 PDT
Comment on attachment 235602 [details]
Patch

Clearing flags on attachment: 235602

Committed r171684: <http://trac.webkit.org/changeset/171684>
Comment 7 WebKit Commit Bot 2014-07-28 12:31:30 PDT
All reviewed patches have been landed.  Closing bug.