+2007-10-20 Maciej Stachowiak <mjs@apple.com>
+
+ Reviewed by Darin.
+
+ * TODO: Updated to note areas that are now well-covered.
+
+ - Change the tests and the driver to avoid leaving large object
+ graphs hanging around, since that throws off the subsequent tests.
+
+ * resources/sunspider-standalone-driver.js:
+ * tests/3d-cube.js:
+ * tests/3d-morph.js:
+ * tests/3d-raytrace.js:
+ * tests/bitops-bitwise-and.js:
+ * tests/string-base64.js:
+ * tests/string-tagcloud.js:
+
+2007-10-20 Maciej Stachowiak <mjs@apple.com>
+
+ Reviewed by Nikolas.
+
+ - Rebalance test complexity.
+
+ Scaled all the tests so they take 400-600ms on a reasonably normal user setup:
+
+ Internet Explorer 7, Window XP, Dell Latitude D810 with a 2.13GHz Pentium M
+
+ However, for some tests, IE7 was a huge outlier compared to other
+ major browsers. For those tests, I used Firefox 2.0.0.8 on the
+ same OS and hardware as a normalization basis.
+
+ * tests/3d-morph.js:
+ * tests/3d-raytrace.js:
+ * tests/bitops-3bit-bits-in-byte.js:
+ * tests/bitops-bits-in-byte.js:
+ * tests/bitops-bitwise-and.js:
+ * tests/math-cordic.js:
+ * tests/string-base64.js:
+ * tests/string-tagcloud.js:
+ * tests/string-unpack-code.js:
+
+2007-10-20 Maciej Stachowiak <mjs@apple.com>
+
+ Reviewed by Oliver.
+
+ - Fix the browser-hosted driver to be compatible with Safari 2
+
+ * hosted/sunspider-driver.html:
+
+2007-10-20 Maciej Stachowiak <mjs@apple.com>
+
+ Rubber stamped by Hyatt.
+
+ - Add BSD license notice to cordic test, the original author said to do so.
+
+ * tests/math-cordic.js:
+
+2007-10-18 Maciej Stachowiak <mjs@apple.com>
+
+ Reviewed by Eric.
+
+ - Support Windows and Windows browsers.
+
+ * hosted/sunspider-results.html: Display results correctly in IE.
+ * sunspider: tweaks to work on Windows, and with spaces in the path.
+
2007-10-18 Maciej Stachowiak <mjs@apple.com>
Rubber stamped by Oliver.