Bug 58581 - sort columns in the new json_results.html file
Summary: sort columns in the new json_results.html file
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Ojan Vafai
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-14 15:07 PDT by Ojan Vafai
Modified: 2011-04-14 15:22 PDT (History)
4 users (show)

See Also:


Attachments
Patch (5.18 KB, patch)
2011-04-14 15:10 PDT, Ojan Vafai
tony: review+
Details | Formatted Diff | Diff

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