Bug 58581

Summary: sort columns in the new json_results.html file
Product: WebKit Reporter: Ojan Vafai <ojan>
Component: New BugsAssignee: Ojan Vafai <ojan>
Status: RESOLVED FIXED    
Severity: Normal CC: arv, eric, mihaip, tony
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch tony: review+

Description Ojan Vafai 2011-04-14 15:07:58 PDT
sort columns in the new json_results.html file
Comment 1 Ojan Vafai 2011-04-14 15:10:42 PDT
Created attachment 89667 [details]
Patch
Comment 2 Tony Chang 2011-04-14 15:20:00 PDT
Comment on attachment 89667 [details]
Patch

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

> Tools/Scripts/webkitpy/layout_tests/layout_package/json_results.html:166
> +        var bText = b.childNodes[sortColumn].textContent

Nit: missing semi-colon
Comment 3 Ojan Vafai 2011-04-14 15:22:53 PDT
Committed r83902: <http://trac.webkit.org/changeset/83902>