Title: [187526] trunk/Websites/webkit.org
- Revision
- 187526
- Author
- [email protected]
- Date
- 2015-07-28 16:21:15 -0700 (Tue, 28 Jul 2015)
Log Message
SunSpider is no longer maintained
https://bugs.webkit.org/show_bug.cgi?id=147370
Reviewed by Michael Saboff.
Add an indicator to show that SunSpider is no longer maintained.
* perf/sunspider/sunspider.css:
(#logo):
(.topbox):
(.bottombox):
* perf/sunspider/sunspider.html:
Modified Paths
Diff
Modified: trunk/Websites/webkit.org/ChangeLog (187525 => 187526)
--- trunk/Websites/webkit.org/ChangeLog 2015-07-28 23:12:46 UTC (rev 187525)
+++ trunk/Websites/webkit.org/ChangeLog 2015-07-28 23:21:15 UTC (rev 187526)
@@ -1,3 +1,18 @@
+2015-07-28 Geoffrey Garen <[email protected]>
+
+ SunSpider is no longer maintained
+ https://bugs.webkit.org/show_bug.cgi?id=147370
+
+ Reviewed by Michael Saboff.
+
+ Add an indicator to show that SunSpider is no longer maintained.
+
+ * perf/sunspider/sunspider.css:
+ (#logo):
+ (.topbox):
+ (.bottombox):
+ * perf/sunspider/sunspider.html:
+
2015-07-24 Myles C. Maxfield <[email protected]>
Add image for a blog post
Modified: trunk/Websites/webkit.org/perf/sunspider/sunspider.css (187525 => 187526)
--- trunk/Websites/webkit.org/perf/sunspider/sunspider.css 2015-07-28 23:12:46 UTC (rev 187525)
+++ trunk/Websites/webkit.org/perf/sunspider/sunspider.css 2015-07-28 23:21:15 UTC (rev 187526)
@@ -29,3 +29,13 @@
padding-right: 20px;
margin-bottom: -40px;
font-size: 3em }
+
+.topbox { padding: 20px;
+ border: 2px solid black;
+}
+
+.bottombox { margin-top: 20px;
+ padding: 20px;
+ border: 2px solid black;
+ opacity: 0.5;
+}
Modified: trunk/Websites/webkit.org/perf/sunspider/sunspider.html (187525 => 187526)
--- trunk/Websites/webkit.org/perf/sunspider/sunspider.html 2015-07-28 23:12:46 UTC (rev 187525)
+++ trunk/Websites/webkit.org/perf/sunspider/sunspider.html 2015-07-28 23:21:15 UTC (rev 187526)
@@ -34,6 +34,17 @@
<body>
+<div class="topbox">
+
+<h1><a href="" JetStream</a></h1>
+<p>SunSpider is no longer maintained. We recommend
+<a href="" which tests
+the _javascript_ techniques used by advanced web applications.</p>
+
+</div>
+
+<div class="bottombox">
+
<h2><span id="logo">☀</span>SunSpider 1.0.2 _javascript_ Benchmark</h2>
<p>This is SunSpider, a _javascript_ benchmark. This benchmark tests the
@@ -76,6 +87,8 @@
<a href="" versions.</a>
+</div>
+
</body>
</html>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes