Bug 135343

Summary: Web Replay: auto-decoding of parameterized vector's elements is incorrect
Product: WebKit Reporter: Brian Burg <burg>
Component: WebCore Misc.Assignee: Brian Burg <burg>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, joepeck, kling, timothy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

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.