Bug 156055 - Simplify API of Test model by removing Test.setParentTest
Summary: Simplify API of Test model by removing Test.setParentTest
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Perf Dashboard (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-30 21:23 PDT by Ryosuke Niwa
Modified: 2016-03-31 15:42 PDT (History)
5 users (show)

See Also:


Attachments
Cleanup (4.58 KB, patch)
2016-03-30 21:30 PDT, Ryosuke Niwa
joepeck: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>