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

Side by Side Diff: chrome/browser_tests.isolate

Issue 10696149: Remove references to hixi76 websocket implementation in browser_tests.isolate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 months 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'variables': { 5 'variables': {
6 'isolate_dependency_tracked': [ 6 'isolate_dependency_tracked': [
7 '../net/tools/testserver/asn1.py', 7 '../net/tools/testserver/asn1.py',
8 '../net/tools/testserver/echo_message.py', 8 '../net/tools/testserver/echo_message.py',
9 '../net/tools/testserver/minica.py', 9 '../net/tools/testserver/minica.py',
10 '../net/tools/testserver/testserver.py', 10 '../net/tools/testserver/testserver.py',
(...skipping 1320 matching lines...) Expand 10 before | Expand all | Expand 10 after
1331 '../third_party/WebKit/LayoutTests/fast/workers/shared-worker-name.htm l', 1331 '../third_party/WebKit/LayoutTests/fast/workers/shared-worker-name.htm l',
1332 '../third_party/WebKit/LayoutTests/fast/workers/shared-worker-navigato r.html', 1332 '../third_party/WebKit/LayoutTests/fast/workers/shared-worker-navigato r.html',
1333 '../third_party/WebKit/LayoutTests/fast/workers/shared-worker-replace- global-constructor.html', 1333 '../third_party/WebKit/LayoutTests/fast/workers/shared-worker-replace- global-constructor.html',
1334 '../third_party/WebKit/LayoutTests/fast/workers/shared-worker-replace- self.html', 1334 '../third_party/WebKit/LayoutTests/fast/workers/shared-worker-replace- self.html',
1335 '../third_party/WebKit/LayoutTests/fast/workers/shared-worker-script-e rror.html', 1335 '../third_party/WebKit/LayoutTests/fast/workers/shared-worker-script-e rror.html',
1336 '../third_party/WebKit/LayoutTests/fast/workers/shared-worker-shared.h tml', 1336 '../third_party/WebKit/LayoutTests/fast/workers/shared-worker-shared.h tml',
1337 '../third_party/WebKit/LayoutTests/fast/workers/worker-context-multi-p ort.html', 1337 '../third_party/WebKit/LayoutTests/fast/workers/worker-context-multi-p ort.html',
1338 '../third_party/WebKit/LayoutTests/fast/workers/worker-messageport-gc. html', 1338 '../third_party/WebKit/LayoutTests/fast/workers/worker-messageport-gc. html',
1339 '../third_party/WebKit/LayoutTests/fast/workers/worker-multi-port.html ', 1339 '../third_party/WebKit/LayoutTests/fast/workers/worker-multi-port.html ',
1340 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/handler_ map.txt', 1340 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/handler_ map.txt',
1341 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ bad-handshake-crash_wsh.py',
1342 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ client-close_wsh.py',
1343 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ close-on-unload_wsh.py',
1344 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ echo-challenge_wsh.py',
1345 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ echo-cookie_wsh.py',
1346 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ echo-location_wsh.py',
1347 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ echo_wsh.py',
1348 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ fixed-origin_wsh.py',
1349 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ frame-length-longer-than-buffer_wsh.py',
1350 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ frame-length-overflow_wsh.py',
1351 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ frame-length-skip_wsh.py',
1352 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ handshake-error_wsh.py',
1353 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ handshake-fail-by-maxlength_wsh.py',
1354 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ handshake-fail-by-no-connection-header_wsh.py',
1355 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ handshake-fail-by-no-cr_wsh.py',
1356 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ handshake-fail-by-no-upgrade-header_wsh.py',
1357 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ handshake-fail-by-prepended-null_wsh.py',
1358 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ long-invalid-header_wsh.py',
1359 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ no-query_wsh.py',
1360 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ origin-test_wsh.py',
1361 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ protocol-test_wsh.py',
1362 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ send2_wsh.py',
1363 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ send_wsh.py',
1364 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ server-close_wsh.py',
1365 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ simple_wsh.py',
1366 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ split-binary-frame-header_wsh.py',
1367 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ unicode_wsh.py',
1368 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ unknown-frame-type_wsh.py',
1369 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ workers/resources/echo-challenge_wsh.py',
1370 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ workers/resources/echo_wsh.py',
1371 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/ workers/resources/simple_wsh.py',
1372 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/acc ept-first-subprotocol_wsh.py', 1341 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/acc ept-first-subprotocol_wsh.py',
1373 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/bad -handshake-crash_wsh.py', 1342 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/bad -handshake-crash_wsh.py',
1374 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/bin ary-frames_wsh.py', 1343 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/bin ary-frames_wsh.py',
1375 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/bro ken-utf8_wsh.py', 1344 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/bro ken-utf8_wsh.py',
1376 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/che ck-binary-messages_wsh.py', 1345 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/che ck-binary-messages_wsh.py',
1377 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/cli ent-close_wsh.py', 1346 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/cli ent-close_wsh.py',
1378 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/clo se-code-and-reason_wsh.py', 1347 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/clo se-code-and-reason_wsh.py',
1379 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/clo se-on-unload_wsh.py', 1348 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/clo se-on-unload_wsh.py',
1380 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/clo se_wsh.py', 1349 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/clo se_wsh.py',
1381 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/com pressed-control-frame_wsh.py', 1350 '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/com pressed-control-frame_wsh.py',
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
1758 'test/data/extensions/api_test/tabs/capture_visible_tab/common/black.h tml', 1727 'test/data/extensions/api_test/tabs/capture_visible_tab/common/black.h tml',
1759 'test/data/extensions/api_test/tabs/capture_visible_tab/common/tabs_ut il.js', 1728 'test/data/extensions/api_test/tabs/capture_visible_tab/common/tabs_ut il.js',
1760 'test/data/extensions/api_test/tabs/capture_visible_tab/common/white.h tml', 1729 'test/data/extensions/api_test/tabs/capture_visible_tab/common/white.h tml',
1761 'test/data/extensions/api_test/tabs/capture_visible_tab/test_jpeg.html ', 1730 'test/data/extensions/api_test/tabs/capture_visible_tab/test_jpeg.html ',
1762 'test/data/extensions/api_test/tabs/capture_visible_tab/test_jpeg.js', 1731 'test/data/extensions/api_test/tabs/capture_visible_tab/test_jpeg.js',
1763 ], 1732 ],
1764 }, 1733 },
1765 }], 1734 }],
1766 ], 1735 ],
1767 } 1736 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698