|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+709 lines, -1473 lines) |
Patch |
 |
M |
appengine/findit/crash/crash_pipeline.py
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
appengine/findit/crash/crash_report.py
|
View
|
1
2
3
|
2 chunks |
+45 lines, -35 lines |
0 comments
|
Download
|
 |
D |
appengine/findit/crash/crash_report_with_dependencies.py
|
View
|
|
1 chunk |
+0 lines, -180 lines |
0 comments
|
Download
|
 |
M |
appengine/findit/crash/findit.py
|
View
|
1
2
3
4
5
|
8 chunks |
+82 lines, -122 lines |
0 comments
|
Download
|
 |
M |
appengine/findit/crash/findit_for_chromecrash.py
|
View
|
1
2
3
|
5 chunks |
+30 lines, -89 lines |
0 comments
|
Download
|
 |
M |
appengine/findit/crash/loglinear/changelist_classifier.py
|
View
|
|
3 chunks |
+6 lines, -14 lines |
0 comments
|
Download
|
 |
M |
appengine/findit/crash/loglinear/changelist_features/min_distance.py
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
appengine/findit/crash/loglinear/changelist_features/test/min_distance_test.py
|
View
|
1
2
3
4
|
9 chunks |
+34 lines, -66 lines |
0 comments
|
Download
|
 |
M |
appengine/findit/crash/loglinear/changelist_features/test/touch_crashed_file_meta_test.py
|
View
|
|
2 chunks |
+16 lines, -28 lines |
0 comments
|
Download
|
 |
M |
appengine/findit/crash/loglinear/test/changelist_classifier_test.py
|
View
|
1
2
3
|
3 chunks |
+6 lines, -78 lines |
0 comments
|
Download
|
 |
M |
appengine/findit/crash/test/changelist_classifier_test.py
|
View
|
1
2
3
|
2 chunks |
+10 lines, -7 lines |
0 comments
|
Download
|
 |
M |
appengine/findit/crash/test/chrome_crash_data_test.py
|
View
|
1
2
3
4
|
9 chunks |
+13 lines, -14 lines |
0 comments
|
Download
|
 |
M |
appengine/findit/crash/test/crash_data_test.py
|
View
|
1
2
3
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
appengine/findit/crash/test/crash_pipeline_test.py
|
View
|
1
2
3
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A |
appengine/findit/crash/test/crash_report_test.py
|
View
|
|
1 chunk |
+133 lines, -0 lines |
0 comments
|
Download
|
 |
D |
appengine/findit/crash/test/crash_report_with_dependencies_test.py
|
View
|
|
1 chunk |
+0 lines, -218 lines |
0 comments
|
Download
|
 |
M |
appengine/findit/crash/test/findit_for_chromecrash_test.py
|
View
|
1
2
3
|
6 chunks |
+30 lines, -183 lines |
0 comments
|
Download
|
 |
M |
appengine/findit/crash/test/findit_test.py
|
View
|
1
2
3
|
3 chunks |
+56 lines, -66 lines |
0 comments
|
Download
|
 |
M |
appengine/findit/crash/test/predator_testcase.py
|
View
|
1
2
3
4
|
4 chunks |
+38 lines, -19 lines |
0 comments
|
Download
|
 |
M |
appengine/findit/handlers/crash/crash_handler.py
|
View
|
1
2
3
|
2 chunks |
+9 lines, -15 lines |
0 comments
|
Download
|
 |
M |
appengine/findit/handlers/crash/test/crash_handler_test.py
|
View
|
1
2
3
|
4 chunks |
+27 lines, -266 lines |
0 comments
|
Download
|
 |
M |
appengine/findit/handlers/crash/test/fracas_dashboard_test.py
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
appengine/findit/handlers/crash/test/fracas_result_feedback_test.py
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
appengine/findit/handlers/crash/test/triage_fracas_analysis_test.py
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
appengine/findit/model/crash/chrome_crash_analysis.py
|
View
|
1
2
3
|
1 chunk |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
appengine/findit/model/crash/crash_analysis.py
|
View
|
1
2
3
|
4 chunks |
+46 lines, -6 lines |
0 comments
|
Download
|
 |
M |
appengine/findit/model/crash/test/chrome_crash_analysis_test.py
|
View
|
1
2
3
|
2 chunks |
+36 lines, -8 lines |
0 comments
|
Download
|
 |
M |
appengine/findit/model/crash/test/crash_analysis_test.py
|
View
|
1
2
3
|
2 chunks |
+46 lines, -0 lines |
0 comments
|
Download
|
 |
M |
appengine/findit/util_scripts/crash_queries/crash_iterator.py
|
View
|
1
2
3
4
5
6
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
appengine/findit/util_scripts/crash_queries/delta_test/delta_test.py
|
View
|
1
2
3
4
5
6
|
7 chunks |
+14 lines, -17 lines |
0 comments
|
Download
|
 |
M |
appengine/findit/util_scripts/crash_queries/delta_test/run-predator.py
|
View
|
1
2
3
4
5
6
|
5 chunks |
+12 lines, -21 lines |
0 comments
|
Download
|
 |
M |
appengine/findit/util_scripts/iterator.py
|
View
|
1
2
3
4
5
6
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|