Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(341)

Issue 195081: Flakiness dashboard changes:... (Closed)

Created:
11 years, 3 months ago by ojan
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com, darin (slow to review), pam+watch_chromium.org
Visibility:
Public.

Description

Flakiness dashboard changes: -Add a view of skipped tests for that platform -Don't mark tests that timeout as needing a SLOW modifier. -Show date and webkit/chrome blamelists when you click on results -Show a line for when a webkit merge happens.

Patch Set 1 #

Total comments: 10

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+230 lines, -83 lines) Patch
M webkit/tools/layout_tests/flakiness_dashboard.html View 1 2 19 chunks +230 lines, -83 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
ojan
11 years, 3 months ago (2009-09-14 22:56:56 UTC) #1
arv (Not doing code reviews)
http://codereview.chromium.org/195081/diff/1/2 File webkit/tools/layout_tests/flakiness_dashboard.html (right): http://codereview.chromium.org/195081/diff/1/2#newcode995 Line 995: html += '<h3>' + Too many spaces http://codereview.chromium.org/195081/diff/1/2#newcode1364 ...
11 years, 3 months ago (2009-09-14 23:42:04 UTC) #2
ojan
http://codereview.chromium.org/195081/diff/1/2 File webkit/tools/layout_tests/flakiness_dashboard.html (right): http://codereview.chromium.org/195081/diff/1/2#newcode995 Line 995: html += '<h3>' + On 2009/09/14 23:42:04, arv ...
11 years, 3 months ago (2009-09-15 00:41:18 UTC) #3
arv (Not doing code reviews)
11 years, 3 months ago (2009-09-15 16:51:59 UTC) #4
lg

http://codereview.chromium.org/195081/diff/1/2
File webkit/tools/layout_tests/flakiness_dashboard.html (right):

http://codereview.chromium.org/195081/diff/1/2#newcode1382
Line 1382: window.onmousedown = function(e) {
On 2009/09/15 00:41:18, ojan wrote:
> On 2009/09/14 23:42:04, arv wrote:
> > document.onmousedown or document.addEventListener
> 
> Done. What's the difference?

window is window, document is document :-)

window is not part of the DOM tree and in theory events do not propagate to it.

http://codereview.chromium.org/195081/diff/1/2#newcode1386
Line 1386: !(popup.compareDocumentPosition(e.target) & 16)) {
On 2009/09/15 00:41:18, ojan wrote:
> On 2009/09/14 23:42:04, arv wrote:
> > webkit has Element.prototype.contains which is a lot cleaner than
> > compareDocumentPosition
> 
> I'd like for the dashboard to at least be functional in FF, even if it looks
> slightly less good. Make sense?

OK

Powered by Google App Engine
This is Rietveld 408576698