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

Issue 2224173002: Added different colors for success/failure and code search. (Closed)

Created:
4 years, 4 months ago by BigBossZhiling
Modified:
4 years, 4 months ago
CC:
chromium-reviews, infra-reviews+build_chromium.org, kjellander-cc_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/tools/build.git@master
Target Ref:
refs/heads/master
Project:
build
Visibility:
Public.

Description

Added different colors for success/failure and enabled code search. Success will be in green. Failure will be in red. Other status will be in other colors. Also added code search functionality when clicking test_name. BUG= Committed: https://chromium.googlesource.com/chromium/tools/build/+/fb7d4a217be54db25a24736b3684c4cecdea8fc1

Patch Set 1 #

Patch Set 2 : fixes #

Total comments: 12

Patch Set 3 : addressing the comment #

Patch Set 4 : fixes #

Total comments: 5

Patch Set 5 : fixed relative path #

Patch Set 6 : fixes #

Total comments: 8

Patch Set 7 : fixes #

Total comments: 1

Patch Set 8 : fixed relative directory #

Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -27 lines) Patch
M scripts/slave/recipe_modules/chromium_android/resources/template/main.html View 1 2 3 4 5 6 7 3 chunks +23 lines, -9 lines 0 comments Download
M scripts/slave/recipe_modules/chromium_android/resources/template/table.html View 1 2 3 4 5 2 chunks +4 lines, -2 lines 0 comments Download
M scripts/slave/recipe_modules/chromium_android/resources/test_results_presentation.py View 1 2 3 4 5 6 7 6 chunks +38 lines, -16 lines 0 comments Download

Messages

Total messages: 25 (7 generated)
BigBossZhiling
4 years, 4 months ago (2016-08-08 21:57:40 UTC) #3
BigBossZhiling
4 years, 4 months ago (2016-08-08 21:58:32 UTC) #5
the real yoland
quick notice https://codereview.chromium.org/2224173002/diff/20001/scripts/slave/recipe_modules/chromium_android/resources/template/main.html File scripts/slave/recipe_modules/chromium_android/resources/template/main.html (right): https://codereview.chromium.org/2224173002/diff/20001/scripts/slave/recipe_modules/chromium_android/resources/template/main.html#newcode5 scripts/slave/recipe_modules/chromium_android/resources/template/main.html:5: <link rel="stylesheet" href="https://uberchromegw.corp.google.com/i/internal.client.clank/default.css" type="text/css"> hmm, you should ...
4 years, 4 months ago (2016-08-08 22:01:00 UTC) #6
the real yoland
https://codereview.chromium.org/2224173002/diff/20001/scripts/slave/recipe_modules/chromium_android/resources/template/table.html File scripts/slave/recipe_modules/chromium_android/resources/template/table.html (right): https://codereview.chromium.org/2224173002/diff/20001/scripts/slave/recipe_modules/chromium_android/resources/template/table.html#newcode18 scripts/slave/recipe_modules/chromium_android/resources/template/table.html:18: {% if cell.is_pre %} I like this better! https://codereview.chromium.org/2224173002/diff/20001/scripts/slave/recipe_modules/chromium_android/resources/test_results_presentation.py ...
4 years, 4 months ago (2016-08-08 22:34:52 UTC) #7
BigBossZhiling
I noticed a problem with using relative directory for the default.css file. Relative directory is ...
4 years, 4 months ago (2016-08-10 20:17:00 UTC) #8
BigBossZhiling
I noticed a problem with using relative directory for the default.css file. Relative directory is ...
4 years, 4 months ago (2016-08-10 20:17:01 UTC) #9
BigBossZhiling
Thx for clearance on relative paths. Please take a look.
4 years, 4 months ago (2016-08-11 06:32:54 UTC) #10
the real yoland
As discussed with +hzl, this isn't a problem for the page since the css page ...
4 years, 4 months ago (2016-08-11 06:35:16 UTC) #11
BigBossZhiling
https://codereview.chromium.org/2224173002/diff/60001/scripts/slave/recipe_modules/chromium_android/resources/template/table.html File scripts/slave/recipe_modules/chromium_android/resources/template/table.html (right): https://codereview.chromium.org/2224173002/diff/60001/scripts/slave/recipe_modules/chromium_android/resources/template/table.html#newcode21 scripts/slave/recipe_modules/chromium_android/resources/template/table.html:21: <a onclick="window.open('{{cell.link}}');">{{cell.data}}</a> On 2016/08/11 06:35:16, the real yoland wrote: ...
4 years, 4 months ago (2016-08-11 06:49:45 UTC) #12
the real yoland
lgtm https://codereview.chromium.org/2224173002/diff/60001/scripts/slave/recipe_modules/chromium_android/resources/template/table.html File scripts/slave/recipe_modules/chromium_android/resources/template/table.html (right): https://codereview.chromium.org/2224173002/diff/60001/scripts/slave/recipe_modules/chromium_android/resources/template/table.html#newcode21 scripts/slave/recipe_modules/chromium_android/resources/template/table.html:21: <a onclick="window.open('{{cell.link}}');">{{cell.data}}</a> On 2016/08/11 at 06:49:45, BigBossZhiling wrote: ...
4 years, 4 months ago (2016-08-11 21:34:09 UTC) #13
BigBossZhiling
4 years, 4 months ago (2016-08-11 23:55:26 UTC) #15
mikecase (-- gone --)
https://codereview.chromium.org/2224173002/diff/50004/scripts/slave/recipe_modules/chromium_android/resources/template/main.html File scripts/slave/recipe_modules/chromium_android/resources/template/main.html (right): https://codereview.chromium.org/2224173002/diff/50004/scripts/slave/recipe_modules/chromium_android/resources/template/main.html#newcode5 scripts/slave/recipe_modules/chromium_android/resources/template/main.html:5: <link rel="stylesheet" href="../../../../../../../default.css" type="text/css"> can you explain... href="../../../../../../../default.css not ...
4 years, 4 months ago (2016-08-12 18:58:52 UTC) #16
BigBossZhiling
https://codereview.chromium.org/2224173002/diff/50004/scripts/slave/recipe_modules/chromium_android/resources/template/main.html File scripts/slave/recipe_modules/chromium_android/resources/template/main.html (right): https://codereview.chromium.org/2224173002/diff/50004/scripts/slave/recipe_modules/chromium_android/resources/template/main.html#newcode5 scripts/slave/recipe_modules/chromium_android/resources/template/main.html:5: <link rel="stylesheet" href="../../../../../../../default.css" type="text/css"> On 2016/08/12 18:58:52, mikecase wrote: ...
4 years, 4 months ago (2016-08-12 21:23:03 UTC) #17
jbudorick
https://codereview.chromium.org/2224173002/diff/110001/scripts/slave/recipe_modules/chromium_android/resources/template/main.html File scripts/slave/recipe_modules/chromium_android/resources/template/main.html (right): https://codereview.chromium.org/2224173002/diff/110001/scripts/slave/recipe_modules/chromium_android/resources/template/main.html#newcode5 scripts/slave/recipe_modules/chromium_android/resources/template/main.html:5: <link rel="stylesheet" href="../../../../../../../default.css" type="text/css"> :| Where does this default.css ...
4 years, 4 months ago (2016-08-15 15:56:41 UTC) #18
BigBossZhiling
Changed relative directory. If the master name is not specified, the program won't crash. So ...
4 years, 4 months ago (2016-08-15 18:32:51 UTC) #19
jbudorick
lgtm
4 years, 4 months ago (2016-08-15 18:51:13 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2224173002/130001
4 years, 4 months ago (2016-08-15 19:32:03 UTC) #23
commit-bot: I haz the power
4 years, 4 months ago (2016-08-15 19:35:41 UTC) #25
Message was sent while issue was closed.
Committed patchset #8 (id:130001) as
https://chromium.googlesource.com/chromium/tools/build/+/fb7d4a217be54db25a24...

Powered by Google App Engine
This is Rietveld 408576698