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

Side by Side Diff: Tools/GardeningServer/run-unittests.html

Issue 359283003: Remove usages of jquery and add sugar.js from garden-o-matic. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: merge to ToT Created 6 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 | « Tools/GardeningServer/garden-o-matic.html ('k') | Tools/GardeningServer/scripts/base.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!-- 1 <!--
2 Copyright (C) 2011 Google Inc. All rights reserved. 2 Copyright (C) 2011 Google Inc. All rights reserved.
3 3
4 Redistribution and use in source and binary forms, with or without 4 Redistribution and use in source and binary forms, with or without
5 modification, are permitted provided that the following conditions 5 modification, are permitted provided that the following conditions
6 are met: 6 are met:
7 1. Redistributions of source code must retain the above copyright 7 1. Redistributions of source code must retain the above copyright
8 notice, this list of conditions and the following disclaimer. 8 notice, this list of conditions and the following disclaimer.
9 2. Redistributions in binary form must reproduce the above copyright 9 2. Redistributions in binary form must reproduce the above copyright
10 notice, this list of conditions and the following disclaimer in the 10 notice, this list of conditions and the following disclaimer in the
(...skipping 22 matching lines...) Expand all
33 33
34 <body> 34 <body>
35 <h1 id="qunit-header">TestFailures JavaScript Unit Tests</h1> 35 <h1 id="qunit-header">TestFailures JavaScript Unit Tests</h1>
36 <h2 id="qunit-banner"></h2> 36 <h2 id="qunit-banner"></h2>
37 <div id="qunit-testrunner-toolbar"></div> 37 <div id="qunit-testrunner-toolbar"></div>
38 <h2 id="qunit-userAgent"></h2> 38 <h2 id="qunit-userAgent"></h2>
39 <ol id="qunit-tests"></ol> 39 <ol id="qunit-tests"></ol>
40 40
41 <link rel="stylesheet" href="styles/results.css"> 41 <link rel="stylesheet" href="styles/results.css">
42 42
43 <script src="scripts/third_party/sugar.js"></script>
43 <script src="scripts/base.js"></script> 44 <script src="scripts/base.js"></script>
44 <script src="scripts/config.js"></script> 45 <script src="scripts/config.js"></script>
45 <script src="scripts/base_unittests.js"></script> 46 <script src="scripts/base_unittests.js"></script>
46 <script src="scripts/net.js"></script> 47 <script src="scripts/net.js"></script>
47 <script src="scripts/net_unittests.js"></script> 48 <script src="scripts/net_unittests.js"></script>
48 <script src="scripts/rollbot.js"></script> 49 <script src="scripts/rollbot.js"></script>
49 <script src="scripts/rollbot_unittests.js"></script> 50 <script src="scripts/rollbot_unittests.js"></script>
50 <script src="scripts/svn-log.js"></script> 51 <script src="scripts/svn-log.js"></script>
51 <script src="scripts/svn-log_unittests.js"></script> 52 <script src="scripts/svn-log_unittests.js"></script>
52 <script src="scripts/treestatus.js"></script> 53 <script src="scripts/treestatus.js"></script>
(...skipping 19 matching lines...) Expand all
72 73
73 <script src="bower_components/platform/platform.js"></script> 74 <script src="bower_components/platform/platform.js"></script>
74 <link rel="import" href="bower_components/polymer/polymer.html"> 75 <link rel="import" href="bower_components/polymer/polymer.html">
75 <link rel="import" href="polymer-load-warning.html"> 76 <link rel="import" href="polymer-load-warning.html">
76 <link rel="import" href="ui/ct-commit-tests.html"> 77 <link rel="import" href="ui/ct-commit-tests.html">
77 <link rel="import" href="ui/ct-failure-grouper-tests.html"> 78 <link rel="import" href="ui/ct-failure-grouper-tests.html">
78 <link rel="import" href="ui/ct-results-comparison-tests.html"> 79 <link rel="import" href="ui/ct-results-comparison-tests.html">
79 <link rel="import" href="ui/ct-test-output-tests.html"> 80 <link rel="import" href="ui/ct-test-output-tests.html">
80 81
81 </body> 82 </body>
OLDNEW
« no previous file with comments | « Tools/GardeningServer/garden-o-matic.html ('k') | Tools/GardeningServer/scripts/base.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698