Index: chrome/test/data/dromaeo/README.chromium |
diff --git a/chrome/test/data/dromaeo/README.chromium b/chrome/test/data/dromaeo/README.chromium |
index 8f036bf2bf8569f18c9875e7e5437ef09ac77999..0898bff02dc44515a78b1c48761e3ab5a8d3143d 100644 |
--- a/chrome/test/data/dromaeo/README.chromium |
+++ b/chrome/test/data/dromaeo/README.chromium |
@@ -2,12 +2,19 @@ This directory contains Dromaeo, a JavaScript and DOM performance benchmark. |
Dromaeo was developed and released by John Resig (jresig at mozilla.com)/ |
-This benchmark was slightly modified to enable Chromium automation. |
+This benchmark was slightly modified to: |
+ - Enable Chromium automation. |
+ - Avoid grabbing javascript libraries from the Web. |
+ |
How to update: |
-0) remove all the files from this dir, but keep README.chromium and LICENSE |
+0) remove all the files from this dir, but keep README.chromium and LICENSE. |
1) pull new version from git://github.com/antonm/dromaeo.git into a separate |
-directory; |
-2) run 'make web' to build standalone version; |
+directory. |
+2) run 'make web' to build standalone version. |
3) copy all the files from web dir into this directory. |
+4) apply patches in patches dir. |
+5) Update javascript libraries to those refered in upstream (and not updated) |
+ in lib/. |
+ |