|
Remove usages of jquery and add sugar.js from garden-o-matic.
Use sugar.js to replace usages of jquery and replace any extraneous
uses as well. Didn't touch the custom event stuff (bind/trigger) or
the tabs UI code. Those will naturally go away as we port things to
polymer. Kept this patch for mechanical simple changes.
The only non-mechanical bits are $.param --> base.queryParam and
fadeIn/fadeOut --> element.animate.
NOTRY=true
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=177188
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+7920 lines, -83 lines) |
Patch |
 |
M |
Tools/GardeningServer/garden-o-matic.html
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Tools/GardeningServer/run-unittests.html
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Tools/GardeningServer/scripts/base.js
|
View
|
1
|
2 chunks |
+13 lines, -1 line |
0 comments
|
Download
|
 |
M |
Tools/GardeningServer/scripts/base_unittests.js
|
View
|
1
2
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Tools/GardeningServer/scripts/builders.js
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Tools/GardeningServer/scripts/controllers_unittests.js
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Tools/GardeningServer/scripts/garden-o-matic.js
|
View
|
1
2
3
4
|
3 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
Tools/GardeningServer/scripts/model.js
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
Tools/GardeningServer/scripts/model_unittests.js
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Tools/GardeningServer/scripts/pixelzoomer.js
|
View
|
|
3 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Tools/GardeningServer/scripts/results.js
|
View
|
1
|
10 chunks |
+12 lines, -12 lines |
0 comments
|
Download
|
 |
M |
Tools/GardeningServer/scripts/rollbot.js
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Tools/GardeningServer/scripts/summary-mock.js
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Tools/GardeningServer/scripts/svn-log.js
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Tools/GardeningServer/scripts/svn-log_unittests.js
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A |
Tools/GardeningServer/scripts/third_party/sugar.js
|
View
|
|
1 chunk |
+7804 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Tools/GardeningServer/scripts/ui.js
|
View
|
1
|
4 chunks |
+19 lines, -21 lines |
0 comments
|
Download
|
 |
M |
Tools/GardeningServer/scripts/ui/failures.js
|
View
|
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
Tools/GardeningServer/scripts/ui/notifications.js
|
View
|
1
2
3
4
|
5 chunks |
+19 lines, -12 lines |
0 comments
|
Download
|
 |
M |
Tools/GardeningServer/scripts/ui/notifications_unittests.js
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Tools/GardeningServer/scripts/ui/results.js
|
View
|
1
|
5 chunks |
+9 lines, -7 lines |
0 comments
|
Download
|
 |
M |
Tools/GardeningServer/scripts/ui/results_unittests.js
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Tools/GardeningServer/scripts/ui_unittests.js
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Tools/GardeningServer/ui/ct-sheriff-o-matic.html
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 9 (0 generated)
|