Chromium Code Reviews

Issue 243104: Make the legend show on '?' keypresses and hide on escape. Make it hidden... (Closed)

Created:
11 years, 2 months ago by ojan
Modified:
9 years, 7 months ago
Reviewers:
arv (Not doing code reviews)
CC:
chromium-reviews_googlegroups.com, darin (slow to review), pam+watch_chromium.org
Visibility:
Public.

Description

Make the legend show on '?' keypresses and hide on escape. Make it hidden by default. Show expectations for test. Show the test and all possible expectations for it. Identify which expectations are used on which platform. Once we store the raw files for the latest run on the bots, we can also show the actual results. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=28069

Patch Set 1 #

Total comments: 19

Patch Set 2 : '' #

Total comments: 2

Patch Set 3 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Stats (+431 lines, -51 lines)
M webkit/tools/layout_tests/flakiness_dashboard.html View 18 chunks +431 lines, -51 lines 1 comment

Messages

Total messages: 6 (0 generated)
ojan
11 years, 2 months ago (2009-10-05 21:37:12 UTC) #1
arv (Not doing code reviews)
http://codereview.chromium.org/243104/diff/1/2 File webkit/tools/layout_tests/flakiness_dashboard.html (right): http://codereview.chromium.org/243104/diff/1/2#newcode1281 Line 1281: if (path.match(/\\$/)) What if the path ends with ...
11 years, 2 months ago (2009-10-05 22:19:06 UTC) #2
ojan
All done. Thanks for the quick review. http://codereview.chromium.org/243104/diff/1/2 File webkit/tools/layout_tests/flakiness_dashboard.html (right): http://codereview.chromium.org/243104/diff/1/2#newcode1281 Line 1281: if ...
11 years, 2 months ago (2009-10-05 22:55:30 UTC) #3
arv (Not doing code reviews)
http://codereview.chromium.org/243104/diff/1/2 File webkit/tools/layout_tests/flakiness_dashboard.html (right): http://codereview.chromium.org/243104/diff/1/2#newcode1312 Line 1312: // tags? They spew a lot of errors ...
11 years, 2 months ago (2009-10-05 23:23:48 UTC) #4
ojan
http://codereview.chromium.org/243104/diff/5/1002 File webkit/tools/layout_tests/flakiness_dashboard.html (right): http://codereview.chromium.org/243104/diff/5/1002#newcode1738 Line 1738: } else if (e.keyIdentifier == 'U+001B') { On ...
11 years, 2 months ago (2009-10-05 23:34:56 UTC) #5
arv (Not doing code reviews)
11 years, 2 months ago (2009-10-05 23:59:29 UTC) #6
LGTM

I would probably use keyIdentifier after all since checking the shift key is
clearly wrong.

http://codereview.chromium.org/243104/diff/1003/6
File webkit/tools/layout_tests/flakiness_dashboard.html (right):

http://codereview.chromium.org/243104/diff/1003/6#newcode1736
Line 1736: // ? key
This will not work on different keyboard layouts. Man, keyboard events suck!

At least keyIdentifier is different for / and ?

Powered by Google App Engine