mirrored from https://skia.googlesource.com/buildbot
-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[perf] Remove ingest links from tooltip
The ingest links can get really long, especially for instances like AndroidX where they have custom perfetto links for their data points. This change removes it. In fact, all calls to it were setting it false anyways. point-links, which shows the range of commits from the previous to current, should be sufficient. Per feedback, this is more beneficial to see all commit information centrally in the tooltip. Change-Id: I844c4bbb984f665bd6dbd2ca1bd2382f5023ddf6 Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/942097 Reviewed-by: Wenbin Zhang <[email protected]> Commit-Queue: Jeff Yoon <[email protected]> Reviewed-by: Tony Seaward <[email protected]>
- Loading branch information
Jeff Yoon
authored and
SkCQ
committed
Jan 27, 2025
1 parent
451eb01
commit e4eead4
Showing
5 changed files
with
3 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -114,7 +114,6 @@ const renderTooltips = () => { | |
dummyAnomaly(12345), | ||
null, | ||
c, | ||
false, | ||
true, | ||
() => {} | ||
); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters