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

Issue 314913002: [GOM] Improve the display of the roll information (Closed)

Created:
6 years, 6 months ago by Julien - ping for review
Modified:
6 years, 6 months ago
Reviewers:
dpranke, ojan
CC:
blink-reviews
Visibility:
Public.

Description

[GOM] Improve the display of the roll information The current UI was racy and would output the last roll and current roll in random order. This change fixes this and puts the roll information to a new line, so that it stands out from the bot information. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175525

Patch Set 1 #

Total comments: 3

Patch Set 2 : Better fix (TM) with a unit test inside #

Total comments: 6

Patch Set 3 : Fixed Ojan's comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+77 lines, -15 lines) Patch
M Tools/GardeningServer/scripts/ui.js View 1 2 2 chunks +18 lines, -15 lines 0 comments Download
M Tools/GardeningServer/scripts/ui_unittests.js View 1 2 1 chunk +59 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Julien - ping for review
6 years, 6 months ago (2014-06-04 01:32:46 UTC) #1
ojan
Please add tests. There probably is already a test for this? Load run_unittests.html from disk ...
6 years, 6 months ago (2014-06-04 19:46:24 UTC) #2
Julien - ping for review
> Please add tests. There probably is already a test for this? Load run_unittests.html from ...
6 years, 6 months ago (2014-06-05 00:33:50 UTC) #3
Julien - ping for review
https://codereview.chromium.org/314913002/diff/1/Tools/GardeningServer/scripts/ui.js File Tools/GardeningServer/scripts/ui.js (right): https://codereview.chromium.org/314913002/diff/1/Tools/GardeningServer/scripts/ui.js#newcode358 Tools/GardeningServer/scripts/ui.js:358: this.appendChild(document.createElement("br")); On 2014/06/05 00:33:51, Julien Chaffraix - PST wrote: ...
6 years, 6 months ago (2014-06-05 00:45:29 UTC) #4
ojan
lgtm https://codereview.chromium.org/314913002/diff/20001/Tools/GardeningServer/scripts/ui.js File Tools/GardeningServer/scripts/ui.js (right): https://codereview.chromium.org/314913002/diff/20001/Tools/GardeningServer/scripts/ui.js#newcode424 Tools/GardeningServer/scripts/ui.js:424: Promise.all([ checkout.lastBlinkRollRevision(), rollbot.fetchCurrentRoll() ]).then(function(results) { Nit: I don't ...
6 years, 6 months ago (2014-06-05 00:54:48 UTC) #5
Julien - ping for review
https://codereview.chromium.org/314913002/diff/20001/Tools/GardeningServer/scripts/ui.js File Tools/GardeningServer/scripts/ui.js (right): https://codereview.chromium.org/314913002/diff/20001/Tools/GardeningServer/scripts/ui.js#newcode424 Tools/GardeningServer/scripts/ui.js:424: Promise.all([ checkout.lastBlinkRollRevision(), rollbot.fetchCurrentRoll() ]).then(function(results) { On 2014/06/05 00:54:48, ojan ...
6 years, 6 months ago (2014-06-05 01:51:52 UTC) #6
Julien - ping for review
The CQ bit was checked by jchaffraix@chromium.org
6 years, 6 months ago (2014-06-05 01:52:46 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jchaffraix@chromium.org/314913002/40001
6 years, 6 months ago (2014-06-05 01:53:48 UTC) #8
commit-bot: I haz the power
6 years, 6 months ago (2014-06-05 03:09:25 UTC) #9
Message was sent while issue was closed.
Change committed as 175525

Powered by Google App Engine
This is Rietveld 408576698