Bug 65136

Summary: simplify the UI of the header above the test list table
Product: WebKit Reporter: Ojan Vafai <ojan>
Component: New BugsAssignee: Ojan Vafai <ojan>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, aroben, eric, tony
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch abarth: review+

Ojan Vafai
Reported 2011-07-25 15:05:56 PDT
simplify the UI of the header above the test list table
Attachments
Patch (4.46 KB, patch)
2011-07-25 15:07 PDT, Ojan Vafai
abarth: review+
Ojan Vafai
Comment 1 2011-07-25 15:07:00 PDT
Adam Barth
Comment 2 2011-07-25 15:23:02 PDT
Comment on attachment 101918 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=101918&action=review > Tools/TestResultServer/static-dashboards/flakiness_dashboard.html:2346 > + var isTrue = g_currentState[key]; isTrue ? > Tools/TestResultServer/static-dashboards/flakiness_dashboard.html:2347 > + return '<label><input type=checkbox ' + (isTrue ? 'checked ' : '') + 'onclick="setQueryParameter(\'' + key + '\', ' + !isTrue + ')">' + text + '</label>'; /me advertises jQuery. :)
Ojan Vafai
Comment 3 2011-07-25 15:32:52 PDT
Note You need to log in before you can comment on or make changes to this bug.