Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(58)

Side by Side Diff: chrome/test/data/dromaeo/README.chromium

Issue 2499923002: Update dromaeo to upstream a876d5250befbc41e2deab9d10cf6085b511d5ed (Closed)
Patch Set: Rename webrunner.diff to webrunner.patch Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/test/data/dromaeo/favicon.png » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This directory contains Dromaeo, a JavaScript and DOM performance benchmark. 1 This directory contains Dromaeo, a JavaScript and DOM performance benchmark.
2 2
3 Dromaeo was developed and released by John Resig (jresig at mozilla.com)/ 3 Dromaeo was developed and released by John Resig (jresig at mozilla.com)/
4 4
5 This benchmark was slightly modified to enable Chromium automation. 5 This benchmark was slightly modified to:
6 - Enable Chromium automation.
7 - Avoid grabbing javascript libraries from the Web.
8
6 9
7 How to update: 10 How to update:
8 11
9 0) remove all the files from this dir, but keep README.chromium and LICENSE 12 0) remove all the files from this dir, but keep README.chromium and LICENSE
10 1) pull new version from git://github.com/antonm/dromaeo.git into a separate 13 1) pull new version from git://github.com/antonm/dromaeo.git into a separate
11 directory; 14 directory;
12 2) run 'make web' to build standalone version; 15 2) run 'make web' to build standalone version;
13 3) copy all the files from web dir into this directory. 16 3) copy all the files from web dir into this directory.
17 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
18 5) Update javascript libraries to those refered in upstream (and not updated)
19 in lib/.
20
OLDNEW
« no previous file with comments | « no previous file | chrome/test/data/dromaeo/favicon.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698