Title: [184695] trunk/Websites/perf.webkit.org
- Revision
- 184695
- Author
- [email protected]
- Date
- 2015-05-20 20:17:16 -0700 (Wed, 20 May 2015)
Log Message
Build fix after r184591.
* public/v2/manifest.js:
Modified Paths
Diff
Modified: trunk/Websites/perf.webkit.org/ChangeLog (184694 => 184695)
--- trunk/Websites/perf.webkit.org/ChangeLog 2015-05-21 03:09:24 UTC (rev 184694)
+++ trunk/Websites/perf.webkit.org/ChangeLog 2015-05-21 03:17:16 UTC (rev 184695)
@@ -1,5 +1,11 @@
2015-05-20 Ryosuke Niwa <[email protected]>
+ Build fix after r184591.
+
+ * public/v2/manifest.js:
+
+2015-05-20 Ryosuke Niwa <[email protected]>
+
Build fix. Use POSIX timestamp instead of human readable string for the commit time.
* public/include/build-requests-fetcher.php:
Modified: trunk/Websites/perf.webkit.org/public/v2/manifest.js (184694 => 184695)
--- trunk/Websites/perf.webkit.org/public/v2/manifest.js 2015-05-21 03:09:24 UTC (rev 184694)
+++ trunk/Websites/perf.webkit.org/public/v2/manifest.js 2015-05-21 03:17:16 UTC (rev 184695)
@@ -326,7 +326,7 @@
isMiliseconds = true;
unit = 's';
}
- var divisor = unit == 'bytes' ? 1024 : 1000;
+ var divisor = unit == 'B' ? 1024 : 1000;
var suffix = ['\u03BC', 'm', '', 'K', 'M', 'G', 'T', 'P', 'E'];
var threshold = sigFig >= 3 ? divisor : (divisor / 10);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes