WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
65136
simplify the UI of the header above the test list table
https://bugs.webkit.org/show_bug.cgi?id=65136
Summary
simplify the UI of the header above the test list table
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Ojan Vafai
Comment 1
2011-07-25 15:07:00 PDT
Created
attachment 101918
[details]
Patch
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
Committed
r91711
: <
http://trac.webkit.org/changeset/91711
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug