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

Issue 2081383004: SoM: Added notice about chromium webkit failures + documentation links. (Closed)

Created:
4 years, 6 months ago by Tiff
Modified:
4 years, 6 months ago
CC:
chromium-reviews, infra-reviews+infra_chromium.org
Base URL:
https://chromium.googlesource.com/infra/infra.git@master
Target Ref:
refs/heads/master
Project:
infra
Visibility:
Public.

Description

SoM: Added notice about chromium webkit failures + documentation links. Notices appear at the top for trees with chromium.webkit failures. [Help] links also now exist beside the title per Ojan's suggestion in the bug thread though these currently only appear for webkit failures. BUG=611277 Committed: https://chromium.googlesource.com/infra/infra/+/418d7294a8c74b2ef50cb355b7f6832e050debc6

Patch Set 1 #

Total comments: 10

Patch Set 2 : Changed in response to feedback. Pending what to do with duplicate logic. #

Patch Set 3 : String.includes #

Total comments: 2

Patch Set 4 : Changed logic to just check the tree. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -5 lines) Patch
M go/src/infra/appengine/sheriff-o-matic/elements/som-alert-item.html View 1 2 3 3 chunks +19 lines, -2 lines 0 comments Download
M go/src/infra/appengine/sheriff-o-matic/elements/som-app.html View 1 2 3 4 chunks +24 lines, -3 lines 0 comments Download

Messages

Total messages: 16 (5 generated)
Tiff
PTAL
4 years, 6 months ago (2016-06-22 20:02:27 UTC) #2
martiniss
https://codereview.chromium.org/2081383004/diff/1/go/src/infra/appengine/sheriff-o-matic/elements/som-alert-item.html File go/src/infra/appengine/sheriff-o-matic/elements/som-alert-item.html (right): https://codereview.chromium.org/2081383004/diff/1/go/src/infra/appengine/sheriff-o-matic/elements/som-alert-item.html#newcode198 go/src/infra/appengine/sheriff-o-matic/elements/som-alert-item.html:198: // TODO: Find a better way to categorize alerts ...
4 years, 6 months ago (2016-06-23 01:20:26 UTC) #4
Tiff
Thanks for the feedback, Stephen! I've made changes for all of them except the ones ...
4 years, 6 months ago (2016-06-23 17:24:57 UTC) #5
seanmccullough1
https://codereview.chromium.org/2081383004/diff/1/go/src/infra/appengine/sheriff-o-matic/elements/som-alert-item.html File go/src/infra/appengine/sheriff-o-matic/elements/som-alert-item.html (right): https://codereview.chromium.org/2081383004/diff/1/go/src/infra/appengine/sheriff-o-matic/elements/som-alert-item.html#newcode199 go/src/infra/appengine/sheriff-o-matic/elements/som-alert-item.html:199: return alert.key.indexOf("chromium.webkit") > -1; On 2016/06/23 17:24:57, Tiff wrote: ...
4 years, 6 months ago (2016-06-23 17:36:41 UTC) #7
Tiff
Alright, now it's down to the duplicate logic. https://codereview.chromium.org/2081383004/diff/1/go/src/infra/appengine/sheriff-o-matic/elements/som-alert-item.html File go/src/infra/appengine/sheriff-o-matic/elements/som-alert-item.html (right): https://codereview.chromium.org/2081383004/diff/1/go/src/infra/appengine/sheriff-o-matic/elements/som-alert-item.html#newcode199 go/src/infra/appengine/sheriff-o-matic/elements/som-alert-item.html:199: return ...
4 years, 6 months ago (2016-06-23 18:46:58 UTC) #8
martiniss
https://codereview.chromium.org/2081383004/diff/40001/go/src/infra/appengine/sheriff-o-matic/elements/som-app.html File go/src/infra/appengine/sheriff-o-matic/elements/som-app.html (right): https://codereview.chromium.org/2081383004/diff/40001/go/src/infra/appengine/sheriff-o-matic/elements/som-app.html#newcode456 go/src/infra/appengine/sheriff-o-matic/elements/som-app.html:456: _computeHideWebkitNotice: function(alerts) { Why don't we just always show ...
4 years, 6 months ago (2016-06-23 22:55:08 UTC) #9
seanmccullough1
https://codereview.chromium.org/2081383004/diff/40001/go/src/infra/appengine/sheriff-o-matic/elements/som-app.html File go/src/infra/appengine/sheriff-o-matic/elements/som-app.html (right): https://codereview.chromium.org/2081383004/diff/40001/go/src/infra/appengine/sheriff-o-matic/elements/som-app.html#newcode456 go/src/infra/appengine/sheriff-o-matic/elements/som-app.html:456: _computeHideWebkitNotice: function(alerts) { On 2016/06/23 22:55:07, martiniss wrote: > ...
4 years, 6 months ago (2016-06-23 23:17:30 UTC) #10
Tiff
On 2016/06/23 at 23:17:30, seanmccullough wrote: > https://codereview.chromium.org/2081383004/diff/40001/go/src/infra/appengine/sheriff-o-matic/elements/som-app.html > File go/src/infra/appengine/sheriff-o-matic/elements/som-app.html (right): > > https://codereview.chromium.org/2081383004/diff/40001/go/src/infra/appengine/sheriff-o-matic/elements/som-app.html#newcode456 ...
4 years, 6 months ago (2016-06-23 23:21:20 UTC) #11
martiniss
lgtm
4 years, 6 months ago (2016-06-23 23:42:15 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2081383004/60001
4 years, 6 months ago (2016-06-23 23:45:53 UTC) #14
commit-bot: I haz the power
4 years, 6 months ago (2016-06-23 23:58:50 UTC) #16
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/infra/infra/+/418d7294a8c74b2ef50cb355b7f68...

Powered by Google App Engine
This is Rietveld 408576698