-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathindex.html
145 lines (145 loc) · 3.69 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Mozilla Release Management Stability Tools</title>
<link rel="stylesheet" href="style.css" />
<style>
td {
font-size: 13px;
}
</style>
</head>
<body>
<table id="table">
<tr>
<td><a href="correlations.html">Signature Correlations</a></td>
<td>
<img
src="images/correlations.png"
alt="Signature Correlations"
width="192"
height="96"
/>
</td>
<td><a href="supergraph.html">SuperSearch Graph</a></td>
<td>
<img
src="images/supergraph.png"
alt="SuperSearch Graph"
width="192"
height="96"
/>
</td>
<td><a href="compare-betas.html">Compare beta builds</a></td>
<td>
<img
src="images/compare-betas.png"
alt="Compare beta builds"
width="192"
height="96"
/>
</td>
</tr>
<tr>
<td>
<a href="beta-stability-pushlog.html">Beta Pushlog Stability</a>
</td>
<td>
<img
src="images/beta-stability-pushlog.png"
alt="Beta Pushlog Stability"
width="128"
height="128"
/>
</td>
<td>
<a href="missing_uplifts.html">Missing Uplifts (Top Crashes)</a
><br /><a href="all_missing_uplifts.html"
>Missing Uplifts (All Crashes)</a
>
</td>
<td>
<img
src="images/missing_uplifts.png"
alt="Missing Uplifts"
width="192"
height="96"
/>
</td>
<td>
<a href="buildid_changeset.html">Build ID <-> Changeset conversion</a>
</td>
<td>
<img
src="images/buildid_changeset.png"
alt="Build ID <-> Changeset conversion"
width="192"
height="32"
/>
</td>
</tr>
<tr>
<td>
<a href="common_landings.html"
>Find common landings between channels</a
>
</td>
<td>
<img
src="images/common_landings.png"
alt="Find common landings between channels"
width="192"
height="64"
/>
</td>
<td>
<a href="channels_diff.html"
>Analyze distribution differences between channels</a
>
</td>
<td>
<img
src="images/channels_diff.png"
alt="Analyze distribution differences between channels"
width="192"
height="96"
/>
</td>
<td>
<a href="addon_related_signatures.html"
>List of addon-related signatures</a
>
</td>
<td>
<img
src="images/addon_related_signatures.png"
alt="List of addon-related signatures"
width="192"
height="96"
/>
</td>
</tr>
<tr>
<td>
<a href="graphics_critical_errors.html"
>List of graphics critical errors</a
>
</td>
<td>
<img
src="images/graphics_critical_errors.png"
alt="List of graphics critical errors"
width="192"
height="96"
/>
</td>
</tr>
</table>
<br />
<hr />
<br />
<a href="https://github.com/mozilla/stab-crashes">Source code</a> -
<a href="https://github.com/mozilla/stab-crashes/issues">Report an issue</a>
</body>
</html>