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

Side by Side Diff: chrome/test/data/dromaeo/patches/librefs.patch

Issue 2499923002: Update dromaeo to upstream a876d5250befbc41e2deab9d10cf6085b511d5ed (Closed)
Patch Set: Modified readme 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
OLDNEW
(Empty)
1 diff --git a/chrome/test/data/dromaeo/tests/cssquery-dojo.html b/chrome/test/dat a/dromaeo/tests/cssquery-dojo.html
2 index b27c95b..fd8e4aa 100644
3 --- a/chrome/test/data/dromaeo/tests/cssquery-dojo.html
4 +++ b/chrome/test/data/dromaeo/tests/cssquery-dojo.html
5 @@ -1,7 +1,7 @@
6 <html>
7 <head>
8 <script src="../htmlrunner.js"></script>
9 -<script src="http://ajax.googleapis.com/ajax/libs/dojo/1.6.1/dojo/dojo.xd.js">< /script>
10 +<script src="../lib/dojo.js"></script>
11 <script>
12 window.onload = function(){
13 startTest("cssquery-dojo", '5477d2ae');
14 diff --git a/chrome/test/data/dromaeo/tests/cssquery-ext.html b/chrome/test/data /dromaeo/tests/cssquery-ext.html
15 index acb35c1..11a8413 100644
16 --- a/chrome/test/data/dromaeo/tests/cssquery-ext.html
17 +++ b/chrome/test/data/dromaeo/tests/cssquery-ext.html
18 @@ -1,7 +1,7 @@
19 <html>
20 <head>
21 <script src="../htmlrunner.js"></script>
22 -<script src="https://ajax.googleapis.com/ajax/libs/ext-core/3.1.0/ext-core.js"> </script>
23 +<script src="../lib/ext-core.js"></script>
24 <script>
25 window.onload = function(){
26 startTest("cssquery-ext", '5bc05a17');
27 diff --git a/chrome/test/data/dromaeo/tests/cssquery-jquery-2.x.html b/chrome/te st/data/dromaeo/tests/cssquery-jquery-2.x.html
28 index 6b95fee..b180f5a 100644
29 --- a/chrome/test/data/dromaeo/tests/cssquery-jquery-2.x.html
30 +++ b/chrome/test/data/dromaeo/tests/cssquery-jquery-2.x.html
31 @@ -1,7 +1,7 @@
32 <html>
33 <head>
34 <script src="../htmlrunner.js"></script>
35 -<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"> </script>
36 +<script src="../lib/jquery.2.0.3.js"></script>
37 <script>
38 window.onload = function(){
39 startTest("cssquery-jquery", '5dfe1a12');
40 diff --git a/chrome/test/data/dromaeo/tests/cssquery-jquery.html b/chrome/test/d ata/dromaeo/tests/cssquery-jquery.html
41 index a83ef5c..6e552f1 100644
42 --- a/chrome/test/data/dromaeo/tests/cssquery-jquery.html
43 +++ b/chrome/test/data/dromaeo/tests/cssquery-jquery.html
44 @@ -1,7 +1,7 @@
45 <html>
46 <head>
47 <script src="../htmlrunner.js"></script>
48 -<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js" ></script>
49 +<script src="../lib/jquery.10.1.2.js"></script>
50 <script>
51 window.onload = function(){
52 startTest("cssquery-jquery", 'de808e5f');
53 diff --git a/chrome/test/data/dromaeo/tests/cssquery-mootools.html b/chrome/test /data/dromaeo/tests/cssquery-mootools.html
54 index 5009efc..1422b2a 100644
55 --- a/chrome/test/data/dromaeo/tests/cssquery-mootools.html
56 +++ b/chrome/test/data/dromaeo/tests/cssquery-mootools.html
57 @@ -1,7 +1,7 @@
58 <html>
59 <head>
60 <script src="../htmlrunner.js"></script>
61 -<script src="https://ajax.googleapis.com/ajax/libs/mootools/1.4.1/mootools-yui- compressed.js"></script>
62 +<script src="../lib/mootools-yui-compressed.js"></script>
63 <script>
64 window.onload = function(){
65 startTest("cssquery-mootools", 'c5ac656b');
66 diff --git a/chrome/test/data/dromaeo/tests/cssquery-prototype.html b/chrome/tes t/data/dromaeo/tests/cssquery-prototype.html
67 index 324d4ed..28bada1 100644
68 --- a/chrome/test/data/dromaeo/tests/cssquery-prototype.html
69 +++ b/chrome/test/data/dromaeo/tests/cssquery-prototype.html
70 @@ -1,7 +1,7 @@
71 <html>
72 <head>
73 <script src="../htmlrunner.js"></script>
74 -<script src="https://ajax.googleapis.com/ajax/libs/prototype/1.7.0.0/prototype. js"></script>
75 +<script src="../lib/prototype.js"></script>
76 <script>
77 window.onload = function(){
78 startTest("cssquery-prototype", 'd151161f');
79 diff --git a/chrome/test/data/dromaeo/tests/jslib-attr-jquery-2.x.html b/chrome/ test/data/dromaeo/tests/jslib-attr-jquery-2.x.html
80 index ca6d338..867938a 100644
81 --- a/chrome/test/data/dromaeo/tests/jslib-attr-jquery-2.x.html
82 +++ b/chrome/test/data/dromaeo/tests/jslib-attr-jquery-2.x.html
83 @@ -1,7 +1,7 @@
84 <html>
85 <head>
86 <script src="../htmlrunner.js"></script>
87 -<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"> </script>
88 +<script src="../lib/jquery.2.0.3.js"></script>
89 <script>
90 window.onload = function(){
91 startTest("jslib-attr-jquery", 'aeb3b2c1');
92 diff --git a/chrome/test/data/dromaeo/tests/jslib-attr-jquery.html b/chrome/test /data/dromaeo/tests/jslib-attr-jquery.html
93 index 70f8fdc..f089b52 100644
94 --- a/chrome/test/data/dromaeo/tests/jslib-attr-jquery.html
95 +++ b/chrome/test/data/dromaeo/tests/jslib-attr-jquery.html
96 @@ -1,7 +1,7 @@
97 <html>
98 <head>
99 <script src="../htmlrunner.js"></script>
100 -<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js" ></script>
101 +<script src="../lib/jquery.10.1.2.js"></script>
102 <script>
103 window.onload = function(){
104 startTest("jslib-attr-jquery", '675a354f');
105 diff --git a/chrome/test/data/dromaeo/tests/jslib-attr-prototype.html b/chrome/t est/data/dromaeo/tests/jslib-attr-prototype.html
106 index c0e8006..998b990 100644
107 --- a/chrome/test/data/dromaeo/tests/jslib-attr-prototype.html
108 +++ b/chrome/test/data/dromaeo/tests/jslib-attr-prototype.html
109 @@ -1,7 +1,7 @@
110 <html>
111 <head>
112 <script src="../htmlrunner.js"></script>
113 -<script src="https://ajax.googleapis.com/ajax/libs/prototype/1.7.0.0/prototype. js"></script>
114 +<script src="../lib/prototype.js"></script>
115 <script>
116 window.onload = function(){
117 startTest("jslib-attr-prototype", '4fb93c6a');
118 diff --git a/chrome/test/data/dromaeo/tests/jslib-event-jquery-2.x.html b/chrome /test/data/dromaeo/tests/jslib-event-jquery-2.x.html
119 index 4e5abef..db65510 100644
120 --- a/chrome/test/data/dromaeo/tests/jslib-event-jquery-2.x.html
121 +++ b/chrome/test/data/dromaeo/tests/jslib-event-jquery-2.x.html
122 @@ -1,7 +1,7 @@
123 <html>
124 <head>
125 <script src="../htmlrunner.js"></script>
126 -<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"> </script>
127 +<script src="../lib/jquery.2.0.3.js"></script>
128 <script>
129 window.onload = function(){
130 startTest("jslib-event-jquery", '161a447c');
131 diff --git a/chrome/test/data/dromaeo/tests/jslib-event-jquery.html b/chrome/tes t/data/dromaeo/tests/jslib-event-jquery.html
132 index 22ae395..bfaf354 100644
133 --- a/chrome/test/data/dromaeo/tests/jslib-event-jquery.html
134 +++ b/chrome/test/data/dromaeo/tests/jslib-event-jquery.html
135 @@ -1,7 +1,7 @@
136 <html>
137 <head>
138 <script src="../htmlrunner.js"></script>
139 -<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js" ></script>
140 +<script src="../lib/jquery.10.1.2.js"></script>
141 <script>
142 window.onload = function(){
143 startTest("jslib-event-jquery", '690f881e');
144 diff --git a/chrome/test/data/dromaeo/tests/jslib-event-prototype.html b/chrome/ test/data/dromaeo/tests/jslib-event-prototype.html
145 index c601a89..78d4626 100644
146 --- a/chrome/test/data/dromaeo/tests/jslib-event-prototype.html
147 +++ b/chrome/test/data/dromaeo/tests/jslib-event-prototype.html
148 @@ -1,7 +1,7 @@
149 <html>
150 <head>
151 <script src="../htmlrunner.js"></script>
152 -<script src="https://ajax.googleapis.com/ajax/libs/prototype/1.7.0.0/prototype. js"></script>
153 +<script src="../lib/prototype.js"></script>
154 <script>
155 window.onload = function(){
156 startTest("jslib-event-prototype", '03b86d96');
157 diff --git a/chrome/test/data/dromaeo/tests/jslib-modify-jquery-2.x.html b/chrom e/test/data/dromaeo/tests/jslib-modify-jquery-2.x.html
158 index d03d56b..2c8323d 100644
159 --- a/chrome/test/data/dromaeo/tests/jslib-modify-jquery-2.x.html
160 +++ b/chrome/test/data/dromaeo/tests/jslib-modify-jquery-2.x.html
161 @@ -1,7 +1,7 @@
162 <html>
163 <head>
164 <script src="../htmlrunner.js"></script>
165 -<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"> </script>
166 +<script src="../lib/jquery.2.0.3.js"></script>
167 <script>
168 window.onload = function(){
169 startTest("jslib-modify-jquery", 'ed2c7ef2');
170 diff --git a/chrome/test/data/dromaeo/tests/jslib-modify-jquery.html b/chrome/te st/data/dromaeo/tests/jslib-modify-jquery.html
171 index 12c6a35..34fa179 100644
172 --- a/chrome/test/data/dromaeo/tests/jslib-modify-jquery.html
173 +++ b/chrome/test/data/dromaeo/tests/jslib-modify-jquery.html
174 @@ -1,7 +1,7 @@
175 <html>
176 <head>
177 <script src="../htmlrunner.js"></script>
178 -<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js" ></script>
179 +<script src="../lib/jquery.10.1.2.js"></script>
180 <script>
181 window.onload = function(){
182 startTest("jslib-modify-jquery", '950aaaa1');
183 diff --git a/chrome/test/data/dromaeo/tests/jslib-modify-prototype.html b/chrome /test/data/dromaeo/tests/jslib-modify-prototype.html
184 index e5e2a4d..866fd35 100644
185 --- a/chrome/test/data/dromaeo/tests/jslib-modify-prototype.html
186 +++ b/chrome/test/data/dromaeo/tests/jslib-modify-prototype.html
187 @@ -1,7 +1,7 @@
188 <html>
189 <head>
190 <script src="../htmlrunner.js"></script>
191 -<script src="https://ajax.googleapis.com/ajax/libs/prototype/1.7.0.0/prototype. js"></script>
192 +<script src="../lib/prototype.js"></script>
193 <script>
194 window.onload = function(){
195 startTest("jslib-modify-prototype", '6693b3a5');
196 diff --git a/chrome/test/data/dromaeo/tests/jslib-style-jquery-2.x.html b/chrome /test/data/dromaeo/tests/jslib-style-jquery-2.x.html
197 index ce477b8..72c19c6 100644
198 --- a/chrome/test/data/dromaeo/tests/jslib-style-jquery-2.x.html
199 +++ b/chrome/test/data/dromaeo/tests/jslib-style-jquery-2.x.html
200 @@ -1,7 +1,7 @@
201 <html>
202 <head>
203 <script src="../htmlrunner.js"></script>
204 -<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"> </script>
205 +<script src="../lib/jquery.2.0.3.js"></script>
206 <script>
207 window.onload = function(){
208 startTest("jslib-style-jquery", '08bc6988');
209 diff --git a/chrome/test/data/dromaeo/tests/jslib-style-jquery.html b/chrome/tes t/data/dromaeo/tests/jslib-style-jquery.html
210 index 35697967..3c99a70 100644
211 --- a/chrome/test/data/dromaeo/tests/jslib-style-jquery.html
212 +++ b/chrome/test/data/dromaeo/tests/jslib-style-jquery.html
213 @@ -1,7 +1,7 @@
214 <html>
215 <head>
216 <script src="../htmlrunner.js"></script>
217 -<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js" ></script>
218 +<script src="../lib/jquery.10.1.2.js"></script>
219 <script>
220 window.onload = function(){
221 startTest("jslib-style-jquery", 'a803790a');
222 diff --git a/chrome/test/data/dromaeo/tests/jslib-style-prototype.html b/chrome/ test/data/dromaeo/tests/jslib-style-prototype.html
223 index 2762401..9ba6e48 100644
224 --- a/chrome/test/data/dromaeo/tests/jslib-style-prototype.html
225 +++ b/chrome/test/data/dromaeo/tests/jslib-style-prototype.html
226 @@ -1,7 +1,7 @@
227 <html>
228 <head>
229 <script src="../htmlrunner.js"></script>
230 -<script src="https://ajax.googleapis.com/ajax/libs/prototype/1.7.0.0/prototype. js"></script>
231 +<script src="../lib/prototype.js"></script>
232 <script>
233 window.onload = function(){
234 startTest("jslib-style-prototype", 'c41174f0');
235 diff --git a/chrome/test/data/dromaeo/tests/jslib-traverse-jquery-2.x.html b/chr ome/test/data/dromaeo/tests/jslib-traverse-jquery-2.x.html
236 index afc5b3d6..9e9792c 100644
237 --- a/chrome/test/data/dromaeo/tests/jslib-traverse-jquery-2.x.html
238 +++ b/chrome/test/data/dromaeo/tests/jslib-traverse-jquery-2.x.html
239 @@ -1,7 +1,7 @@
240 <html>
241 <head>
242 <script src="../htmlrunner.js"></script>
243 -<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"> </script>
244 +<script src="../lib/jquery.2.0.3.js"></script>
245 <script>
246 window.onload = function(){
247 startTest("jslib-traverse-jquery", '66e690c0');
248 diff --git a/chrome/test/data/dromaeo/tests/jslib-traverse-jquery.html b/chrome/ test/data/dromaeo/tests/jslib-traverse-jquery.html
249 index 910e2e6..19b6741 100644
250 --- a/chrome/test/data/dromaeo/tests/jslib-traverse-jquery.html
251 +++ b/chrome/test/data/dromaeo/tests/jslib-traverse-jquery.html
252 @@ -1,7 +1,7 @@
253 <html>
254 <head>
255 <script src="../htmlrunner.js"></script>
256 -<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js" ></script>
257 +<script src="../lib/jquery.10.1.2.js"></script>
258 <script>
259 window.onload = function(){
260 startTest("jslib-traverse-jquery", 'bc5b18f3');
261 diff --git a/chrome/test/data/dromaeo/tests/jslib-traverse-prototype.html b/chro me/test/data/dromaeo/tests/jslib-traverse-prototype.html
262 index 37c28d6..68fe3bc 100644
263 --- a/chrome/test/data/dromaeo/tests/jslib-traverse-prototype.html
264 +++ b/chrome/test/data/dromaeo/tests/jslib-traverse-prototype.html
265 @@ -1,7 +1,7 @@
266 <html>
267 <head>
268 <script src="../htmlrunner.js"></script>
269 -<script src="https://ajax.googleapis.com/ajax/libs/prototype/1.7.0.0/prototype. js"></script>
270 +<script src="../lib/prototype.js"></script>
271 <script>
272 window.onload = function(){
273 startTest("jslib-traverse-prototype", 'd46d3eab');
274 --
275 2.8.0.rc3.226.g39d4020
276
277
278 From 677579e646af497d7e1625c85d8a7cffaf62aa13 Mon Sep 17 00:00:00 2001
279 From: David Vallet <dvallet@google.com>
280 Date: Thu, 17 Nov 2016 16:38:01 +1100
281 Subject: [PATCH 2/4] change readme
282
283 ---
284 chrome/test/data/dromaeo/README.chromium | 6 +++++-
285 1 file changed, 5 insertions(+), 1 deletion(-)
286
287 diff --git a/chrome/test/data/dromaeo/README.chromium b/chrome/test/data/dromaeo /README.chromium
288 index 8f036bf..c57c79f 100644
289 --- a/chrome/test/data/dromaeo/README.chromium
290 +++ b/chrome/test/data/dromaeo/README.chromium
291 @@ -2,7 +2,10 @@ This directory contains Dromaeo, a JavaScript and DOM performan ce benchmark.
292
293 Dromaeo was developed and released by John Resig (jresig at mozilla.com)/
294
295 -This benchmark was slightly modified to enable Chromium automation.
296 +This benchmark was slightly modified to:
297 + - Enable Chromium automation.
298 + - Avoid grabbing javascript libraries from the Web.
299 +
300
301 How to update:
302
303 @@ -11,3 +14,4 @@ How to update:
304 directory;
305 2) run 'make web' to build standalone version;
306 3) copy all the files from web dir into this directory.
307 +4) modify links to libraries and keep automation changes.
308 --
309 2.8.0.rc3.226.g39d4020
310
311
312 From cb8e4fa9f308c17dada9e7aefb6122429cf61654 Mon Sep 17 00:00:00 2001
313 From: David Vallet <dvallet@google.com>
314 Date: Thu, 17 Nov 2016 16:41:15 +1100
315 Subject: [PATCH 3/4] added fix for median calcualtion
316 --
317 2.8.0.rc3.226.g39d4020
318
OLDNEW
« no previous file with comments | « chrome/test/data/dromaeo/lib/prototype.js ('k') | chrome/test/data/dromaeo/patches/webrunner.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698