index.html (145 lines of code) (raw):

<!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>