commit | 2597a70685fd345d41b55aa572b49dcc941cbe55 | [log] [tgz] |
---|---|---|
author | Weiwei Lin <weiweilin@google.com> | Fri Jun 18 05:45:28 2021 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 18 05:45:28 2021 |
tree | 6b16a9c66736ccba025fcc59dc1be19dc27d098a | |
parent | 481909e64459b6e25ef3cc2ee9accb92d0170ee7 [diff] |
[resultui] fix build page not rendering correctly on Safari 1. Fix test results search bar not sticking to the top properly. 2. Fix "collapse all" button text wraps to the 2nd line. 3. Fix test results filter box too tall on Safari. 4. Update a screenshot in integration tests. R=gavinmak@google.com, mwarton, nodir Change-Id: Icfee1b11c75716b6b48be3f3768999f57178e00e Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/2971986 Auto-Submit: Weiwei Lin <weiweilin@google.com> Reviewed-by: Matthew Warton <mwarton@google.com> Reviewed-by: Gavin Mak <gavinmak@google.com> Commit-Queue: Matthew Warton <mwarton@google.com>
LUCI Go code is meant to be worked on from an Chromium infra.git checkout, which enforces packages versions and Go toolchain version. First get fetch via depot_tools.git then run:
fetch infra cd infra/go eval `./env.py` cd src/go.chromium.org/luci
Contributing uses the same flow as Chromium contributions.