Title: [198494] trunk/PerformanceTests
Revision
198494
Author
jon...@apple.com
Date
2016-03-21 11:09:12 -0700 (Mon, 21 Mar 2016)

Log Message

Add a link to show debug data
https://bugs.webkit.org/show_bug.cgi?id=155724

Reviewed by Simon Fraser.

* Animometer/developer.html: Attach the onclick handler to the score.
* Animometer/index.html: Ditto.

Modified Paths

Diff

Modified: trunk/PerformanceTests/Animometer/developer.html (198493 => 198494)


--- trunk/PerformanceTests/Animometer/developer.html	2016-03-21 17:54:19 UTC (rev 198493)
+++ trunk/PerformanceTests/Animometer/developer.html	2016-03-21 18:09:12 UTC (rev 198494)
@@ -85,7 +85,7 @@
         </section>
         <section id="results">
             <h1>Animometer score</h1>
-            <p class="score"></p>
+            <p class="score" _onclick_="benchmarkController.showDebugInfo()"></p>
             <div id="results-tables">
                 <div>
                     <table id="results-score"></table>

Modified: trunk/PerformanceTests/Animometer/index.html (198493 => 198494)


--- trunk/PerformanceTests/Animometer/index.html	2016-03-21 17:54:19 UTC (rev 198493)
+++ trunk/PerformanceTests/Animometer/index.html	2016-03-21 18:09:12 UTC (rev 198494)
@@ -26,7 +26,7 @@
         </section>
         <section id="results">
             <h1>Animometer score</h1>
-            <p class="score"></p>
+            <p class="score" _onclick_="benchmarkController.showDebugInfo()"></p>
             <div id="results-tables">
                 <table id="results-score"></table>
                 <table id="results-header"></table>

Modified: trunk/PerformanceTests/ChangeLog (198493 => 198494)


--- trunk/PerformanceTests/ChangeLog	2016-03-21 17:54:19 UTC (rev 198493)
+++ trunk/PerformanceTests/ChangeLog	2016-03-21 18:09:12 UTC (rev 198494)
@@ -1,3 +1,13 @@
+2016-03-20  Jon Lee  <jon...@apple.com>
+
+        Add a link to show debug data
+        https://bugs.webkit.org/show_bug.cgi?id=155724
+
+        Reviewed by Simon Fraser.
+
+        * Animometer/developer.html: Attach the onclick handler to the score.
+        * Animometer/index.html: Ditto.
+
 2016-03-18  Dean Jackson  <d...@apple.com>
 
         Add a basic WebGL test to Animometer
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to