Chromium Code Reviews| 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..69b1e058d2869bada21c256da6d5db1b4f2ea422 100644 |
| --- a/chrome/test/data/dromaeo/README.chromium |
| +++ b/chrome/test/data/dromaeo/README.chromium |
| @@ -2,7 +2,10 @@ 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: |
| @@ -11,3 +14,7 @@ How to update: |
| directory; |
| 2) run 'make web' to build standalone version; |
| 3) copy all the files from web dir into this directory. |
| +4) apply patchs for webrunner and references to libraries. |
|
Nico
2016/11/30 12:42:03
s/patchs/patches/, I'd reference the patches/ dir
dvallet
2016/12/01 03:34:48
Done
|
| +5) Update javascript libraries to those refered in upstream (and not updated) |
| + in lib/. |
| + |