|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+4526 lines, -1129 lines) |
Patch |
 |
M |
chrome/browser/web_dev_style/js_checker.py
|
View
|
1
2
|
3 chunks |
+4 lines, -6 lines |
0 comments
|
Download
|
 |
M |
third_party/closure_linter/README.chromium
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A |
third_party/closure_linter/closure_linter/aliaspass.py
|
View
|
|
1 chunk |
+222 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/closure_linter/closure_linter/aliaspass_test.py
|
View
|
|
1 chunk |
+162 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/closure_linter/closure_linter/checker.py
|
View
|
|
3 chunks |
+29 lines, -53 lines |
0 comments
|
Download
|
 |
M |
third_party/closure_linter/closure_linter/checkerbase.py
|
View
|
|
7 chunks |
+29 lines, -149 lines |
0 comments
|
Download
|
 |
M |
third_party/closure_linter/closure_linter/closurizednamespacesinfo.py
|
View
|
|
17 chunks |
+94 lines, -100 lines |
0 comments
|
Download
|
 |
M |
third_party/closure_linter/closure_linter/closurizednamespacesinfo_test.py
|
View
|
|
30 chunks |
+227 lines, -76 lines |
0 comments
|
Download
|
 |
M |
third_party/closure_linter/closure_linter/common/error.py
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/closure_linter/closure_linter/common/filetestcase.py
|
View
|
|
4 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
 |
M |
third_party/closure_linter/closure_linter/common/tokenizer.py
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/closure_linter/closure_linter/common/tokens.py
|
View
|
|
2 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/closure_linter/closure_linter/common/tokens_test.py
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/closure_linter/closure_linter/ecmalintrules.py
|
View
|
|
28 chunks |
+247 lines, -217 lines |
0 comments
|
Download
|
 |
M |
third_party/closure_linter/closure_linter/ecmametadatapass.py
|
View
|
|
11 chunks |
+73 lines, -15 lines |
0 comments
|
Download
|
 |
M |
third_party/closure_linter/closure_linter/error_check.py
|
View
|
|
3 chunks |
+7 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/closure_linter/closure_linter/error_fixer.py
|
View
|
|
15 chunks |
+108 lines, -25 lines |
0 comments
|
Download
|
 |
A |
third_party/closure_linter/closure_linter/error_fixer_test.py
|
View
|
|
1 chunk |
+57 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/closure_linter/closure_linter/errorrecord.py
|
View
|
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/closure_linter/closure_linter/errorrules.py
|
View
|
|
1 chunk |
+35 lines, -5 lines |
0 comments
|
Download
|
 |
A |
third_party/closure_linter/closure_linter/errorrules_test.py
|
View
|
|
1 chunk |
+117 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/closure_linter/closure_linter/errors.py
|
View
|
|
5 chunks |
+12 lines, -7 lines |
0 comments
|
Download
|
 |
M |
third_party/closure_linter/closure_linter/fixjsstyle.py
|
View
|
|
4 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
third_party/closure_linter/closure_linter/fixjsstyle_test.py
|
View
|
|
10 chunks |
+220 lines, -73 lines |
0 comments
|
Download
|
 |
M |
third_party/closure_linter/closure_linter/full_test.py
|
View
|
|
5 chunks |
+13 lines, -8 lines |
0 comments
|
Download
|
 |
M |
third_party/closure_linter/closure_linter/gjslint.py
|
View
|
|
9 chunks |
+58 lines, -30 lines |
0 comments
|
Download
|
 |
M |
third_party/closure_linter/closure_linter/indentation.py
|
View
|
|
15 chunks |
+26 lines, -34 lines |
0 comments
|
Download
|
 |
M |
third_party/closure_linter/closure_linter/javascriptlintrules.py
|
View
|
|
23 chunks |
+289 lines, -84 lines |
0 comments
|
Download
|
 |
M |
third_party/closure_linter/closure_linter/javascriptstatetracker.py
|
View
|
|
5 chunks |
+47 lines, -6 lines |
0 comments
|
Download
|
 |
A |
third_party/closure_linter/closure_linter/javascriptstatetracker_test.py
|
View
|
|
1 chunk |
+278 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/closure_linter/closure_linter/javascripttokenizer.py
|
View
|
|
5 chunks |
+133 lines, -123 lines |
0 comments
|
Download
|
 |
M |
third_party/closure_linter/closure_linter/not_strict_test.py
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/closure_linter/closure_linter/requireprovidesorter.py
|
View
|
|
10 chunks |
+74 lines, -20 lines |
0 comments
|
Download
|
 |
M |
third_party/closure_linter/closure_linter/requireprovidesorter_test.py
|
View
|
|
2 chunks |
+89 lines, -8 lines |
0 comments
|
Download
|
 |
A |
third_party/closure_linter/closure_linter/runner.py
|
View
|
|
1 chunk |
+198 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/closure_linter/closure_linter/runner_test.py
|
View
|
|
1 chunk |
+101 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/closure_linter/closure_linter/scopeutil.py
|
View
|
|
1 chunk |
+172 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/closure_linter/closure_linter/scopeutil_test.py
|
View
|
|
1 chunk |
+210 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/closure_linter/closure_linter/statetracker.py
|
View
|
|
36 chunks |
+268 lines, -60 lines |
0 comments
|
Download
|
 |
A |
third_party/closure_linter/closure_linter/statetracker_test.py
|
View
|
|
1 chunk |
+122 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/closure_linter/closure_linter/strict_test.py
|
View
|
|
1 chunk |
+68 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/closure_linter/closure_linter/testutil.py
|
View
|
|
1 chunk |
+91 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/closure_linter/closure_linter/tokenutil.py
|
View
|
|
4 chunks |
+322 lines, -2 lines |
0 comments
|
Download
|
 |
A |
third_party/closure_linter/closure_linter/tokenutil_test.py
|
View
|
|
1 chunk |
+289 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/closure_linter/setup.py
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|