</head>
<body onload="docLoaded();">
<header id="header"><div id="header-text">Mozilla Stability</div>
- <a id="headerlogo" href="#index" title="Startseite">Mozilla Firefox</a>
+ <div id="subheader-text"></div>
+ <a id="headerlogo" href="#index" title="Startseite">Mozilla</a>
</header>
-<nav id="slidenav"><div id="subheader-text"></div>
+<nav id="slidenav">
<a href="#toc" id="nav-toc" accesskey="t">toc</a> ||
<a href="#index" id="nav-start" accesskey="s">start</a> ||
<a href="#" id="nav-prev" accesskey="p" hidden>< back</a>
</article>
<article id="index" title="Start Page">
-<h1>Improving Mozilla Stability</h1>
+<h1>Improving Stability of Mozilla Products</h1>
<div class="simplebox">
<mark><a href="http://home.kairo.at/">Robert Kaiser</a></mark>,
<div class="captionedbox-content small">
<ul class="small">
<li>Created for
- <a href="http://fosdem.org/2013/schedule/track/mozilla_devroom">Mozilla
+ <a href="http://fosdem.org/2013/schedule/track/mozilla/">Mozilla
Developer Room</a> at <a href="http://www.fosdem.org/">FOSDEM 2013</a> in
Brussels.</li>
<li>Written in HTML 5 with CSS 3 and JavaScript.</li>
</div>
</article>
+<article id="win7crash" title="Win7 Crash Reporter (Screen Shot)">
+<h1 style="display:none;">Windows Crash</h1>
+
+<div class="simplebox cent">
+<img src="win7-reporter.png"
+ alt="Win7 Crash Reporter">
+</div>
+</article>
+
+<article id="androidcrash" title="Android Crash Reporter (Screen Shot)">
+<h1 style="display:none;">Android Crash</h1>
+
+<div class="simplebox cent">
+<img src="android-reporter.png"
+ alt="Android Crash Reporter">
+</div>
+</article>
+
+<article id="fxoscrash" title="Firefox OS Crash Reporter (Screen Shot)">
+<h1 style="display:none;">Firefox OS Crash</h1>
+
+<div class="simplebox cent">
+<img src="fxos-reporter.png"
+ alt="Firefox OS Crash Reporter">
+</div>
+</article>
+
<article id="awsy" title="Are We Stable Yet?">
<h1>Are We Stable Yet?</h1>
<div class="simplebox">
<ul>
- <li>http://arewestableyet.com/</li>
+ <li><a href="http://arewestableyet.com/">http://arewestableyet.com/</a></li>
<li>Common <mark>stability indicators</mark></li>
<li>ADI (active daily installations) and <mark>crash rate</mark> (crashes per 100 ADI)</li>
<li>Startup and Flash crashes, tracked bugs</li>
</div>
</article>
+<article id="awsy-sshot" title="Are We Stable Yet? (Screen Shot)">
+<h1 style="display:none;">Are We Stable Yet?</h1>
+
+<div class="simplebox cent">
+<img src="awsy.png"
+ alt="Are We Stable Yet?">
+</div>
+</article>
+
<article id="socorro" title="Socorro Data">
<h1>Socorro Data</h1>
<div class="simplebox">
<ul>
- <li>http://crash-stats.mozilla.com/</li>
+ <li><a href="http://crash-stats.mozilla.com/">http://crash-stats.mozilla.com/</a></li>
<li><mark>Collects</mark> crash reports, displays contents and statistics</li>
<li>Signature: Last functions(s) called before crash</li>
<li><mark>Top crashes</mark> by signature and release</li>
</div>
</article>
+<article id="socorro-tcbs" title="Socorro - Top Crashes (Screen Shot)">
+<h1 style="display:none;">Socorro - Top Crashes</h1>
+
+<div class="simplebox cent">
+<img src="tcbs.png"
+ alt="Socorro - Top Crashes">
+</div>
+</article>
+
<article id="custom" title="Custom Reports">
<h1>Custom Reports</h1>
<div class="simplebox">
<ul>
- <li>https://crash-analysis.mozilla.com/rkaiser/0000.overview.html</li>
+ <li><a href="https://crash-analysis.mozilla.com/rkaiser/0000.overview.html">https://crash-analysis.mozilla.com/rkaiser/0000.overview.html</a></li>
<li>Testing ground for reports to be integrated into Socorro in the future</li>
<li><mark>Explosiveness</mark>: detection of rising/new crashes</li>
<li><mark>B2G</mark> crash list: reports from Firefox OS (testing) devices</li>
</div>
</article>
+<article id="explosive" title="Explosiveness Report (Screen Shot)">
+<h1 style="display:none;">Explosiveness Report</h1>
+
+<div class="simplebox cent">
+<img src="explosive.png"
+ alt="Explosiveness Report">
+</div>
+</article>
+
<article id="bugzilla" title="Bugzilla">
<h1>Bugzilla</h1>
<div class="simplebox">
<ul>
- <li>https://bugzilla.mozilla.org/</li>
+ <li><a href="https://bugzilla.mozilla.org/">https://bugzilla.mozilla.org/</a></li>
<li><mark>Central hub</mark> of tracking and QA/developer/etc. interaction</li>
<li><mark>Keywords</mark>: crash, topcrash, needURLs</li>
<li><mark>Tracking flags</mark> for releases</li>
<div class="simplebox">
<ul>
- <li>Mailing list: stability@mozilla.org</li>
- <li>irc.mozilla.org: #crashkill</li>
+ <li>Mailing list: <a href="https://mail.mozilla.org/listinfo/stability">stability@mozilla.org</a></li>
+ <li>irc.mozilla.org: <a href="irc://irc.mozilla.org/crashkill">#crashkill</a></li>
<li>CrashKill meetings: Mondays @ 10am Pacific, Stability room in Vidyo</li>
</ul>
</div>
/***** base style *****/
+@font-face{
+ font-family: 'Open Sans';
+ src: url('template/OpenSans-Regular-webfont.woff');
+ font-weight: normal;
+ font-style: normal
+}
+
+@font-face{
+ font-family: 'Open Sans';
+ src: url('template/OpenSans-Semibold-webfont.woff');
+ font-weight: bold;
+ font-style: normal
+}
+
+@font-face{
+ font-family: 'Open Sans';
+ src: url('template/OpenSans-Italic-webfont.woff');
+ font-weight: normal;
+ font-style: italic
+}
+
html {
overflow: hidden; /* to make translations not paint scrollbars */
+ background: #f5f1e8 url("template/page-background.png") top left repeat;
+ height: 100%;
}
body {
margin: 0px;
padding: 0px;
border: 0px;
- font-family: Arial,Helvetica,sans-serif;
+ font-family: "Open Sans", sans-serif;
font-size: 2em;
- color: #6d7581;
- background: white url("template/page-background.png") top left repeat-x;
+ color: #333333;
+ background: url("template/page-background-top.png") top left repeat-x;
+ height: 100%;
}
ul {
}
#header {
- height: 38px;
+ height: 40px;
position: relative;
- padding: 0 15px 0 0;
- z-index: 1;
+ border-top: 1px solid white;
}
#headerlogo {
- position: relative;
+ position: absolute;
display: block;
- text-indent: -500px;
+ right: 20px;
+ top: 0;
+ text-indent: -2000px;
font-size: 1px;
overflow: hidden;
- height: 48px;
- width: 186px;
- background: url("template/firefox-title.png") 5px 3px no-repeat;
+ height: 41px;
+ width: 148px;
+ background: url("template/mozilla-tab.png") no-repeat;
}
#header-text {
- float: right;
- padding: 7px 20px;
- font-size: 24px;
+ position: relative;
+ top: 5px;
+ left: 25px;
+ font-size: 20px;
font-weight: bold;
- color: #C0C8CA;
+ color: #808080;
}
#header-text.neartime {
- color: #A0C8DA;
+ color: #80AACC;
}
#header-text.ontime {
color: #FF8080;
}
+#subheader-text {
+ color: #808080;
+ position: relative;
+ top: 3px;
+ left: 25px;
+ font-size: 10px;
+}
+
#slidenav {
- padding: 4px 15px 30px 55px;
+ position: absolute;
+ right: 200px;
+ top: 15px;
font-size: 10px;
- color: #A0C8DA;
}
#slidenav a:link,
#slidenav a:visited {
- color: #6d7581;
+ color: #484848;
}
#slidenav a:hover,
#slidenav a:active {
- color: #0000FF;
+ color: #0073aa;
}
#slidenav .nolink {
- color: #A0C8DA;
-}
-
-#subheader-text {
- float: right;
- padding: 0 20px;
- color: #6d7581;
+ color: #A0A0A0;
}
article {
/***** headers *****/
-h1 {
- margin: 0 0 0.5em 0;
- font-size: 1.7em;
+h1, h2, h3, h4 {
+ margin: 0.5em 0;
font-weight: bold;
- color: #505050;
+ color: #484848;
text-align: center;
+}
+
+h1 {
+ margin-top: 0;
+ font-size: 1.7em;
text-shadow: #AAAA80 3px 3px 5px;
}
h2 {
- margin: 0.5em 0;
font-size: 1.3em;
- font-weight: bold;
- color: #505050;
- text-align: center;
text-shadow: #AAAA80 2px 2px 3px;
}
h3 {
- margin: 0.5em 0;
font-size: 1.1em;
- font-weight: bold;
- color: #505050;
- text-align: center;
}
h4 {
- margin: 0.5em 0;
font-size: 1em;
- font-weight: bold;
- color: #505050;
text-align: left;
}
.simplebox,
.captionedbox {
margin: 1em;
- border: 1px solid #A0C8DA;
- background: white url("template/page-background.png") top left repeat-x;
- border-radius: .5em;
- box-shadow: #6d7581 1px 1px 3px 2px;
+ box-shadow: 0 0 0 1px #fff inset;
+ background: #fff;
+ background-image: radial-gradient(center 45px, ellipse farthest-corner, #f5f1e8 0, #fff 100%);
+ border-bottom: 1px solid #ddd;
}
.captionedbox-content {
margin: 0px;
padding: 0.5em;
border: 0px;
- border-top: 2px solid #A0C8DA;
- -moz-border-top-colors: #A0C8DA #6d7581;
- border-radius: 0 0 .5em .5em;
+ border-top: 1px solid #d6d6d6;
}
.captionedbox-caption {
text-decoration: underline;
}
-a:link, a:visited { color: #447bc4; text-decoration: none; }
+a:link, a:visited { color: #0096dd; text-decoration: none; }
a:hover, a:active { color: #FF6600; text-decoration: underline; }
mark a:link, mark a:visited { color: #FF6600; }