Bug 156055

Summary: Simplify API of Test model by removing Test.setParentTest
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: Perf DashboardAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, dewei_zhu, joepeck, rniwa, slewis
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Cleanup joepeck: review+

Description Ryosuke Niwa 2016-03-30 21:23:49 PDT
Right now, Test model requires setParentTest to be called by its user to update its parent-child mapping.
Simplify this cumbersome API.
Comment 1 Ryosuke Niwa 2016-03-30 21:30:12 PDT
Created attachment 275264 [details]
Cleanup
Comment 2 Joseph Pecoraro 2016-03-31 15:10:12 PDT
Comment on attachment 275264 [details]
Cleanup

rs=me
Comment 3 Joseph Pecoraro 2016-03-31 15:10:27 PDT
Comment on attachment 275264 [details]
Cleanup

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

rs=me

> Websites/perf.webkit.org/ChangeLog:24
> +
> +

Nit: extra newline here.
Comment 4 Ryosuke Niwa 2016-03-31 15:42:11 PDT
Committed r198923: <http://trac.webkit.org/changeset/198923>