|
Remove several unneeded modules from webkitpy.common.
webkitpy.common.editdistance, webkitpy.common.lru_cache, and
webkitpy.common.thread were no longer being used.
webkitpy.common.newstringio could be (and should've been) replaced by
io.StringIO() or io.BytesIO() as appropriate to indicate if you were
dealing with text or bytes.
R=abarth@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=180397
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+8 lines, -655 lines) |
Patch |
 |
M |
Tools/Scripts/webkitpy/common/checksvnconfigfile.py
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
D |
Tools/Scripts/webkitpy/common/editdistance.py
|
View
|
|
1 chunk |
+0 lines, -47 lines |
0 comments
|
Download
|
 |
D |
Tools/Scripts/webkitpy/common/editdistance_unittest.py
|
View
|
|
1 chunk |
+0 lines, -43 lines |
0 comments
|
Download
|
 |
D |
Tools/Scripts/webkitpy/common/lru_cache.py
|
View
|
|
1 chunk |
+0 lines, -134 lines |
0 comments
|
Download
|
 |
D |
Tools/Scripts/webkitpy/common/lru_cache_unittest.py
|
View
|
|
1 chunk |
+0 lines, -93 lines |
0 comments
|
Download
|
 |
D |
Tools/Scripts/webkitpy/common/newstringio.py
|
View
|
|
1 chunk |
+0 lines, -39 lines |
0 comments
|
Download
|
 |
D |
Tools/Scripts/webkitpy/common/newstringio_unittest.py
|
View
|
|
1 chunk |
+0 lines, -40 lines |
0 comments
|
Download
|
 |
D |
Tools/Scripts/webkitpy/common/thread/__init__.py
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
D |
Tools/Scripts/webkitpy/common/thread/messagepump.py
|
View
|
|
1 chunk |
+0 lines, -59 lines |
0 comments
|
Download
|
 |
D |
Tools/Scripts/webkitpy/common/thread/messagepump_unittest.py
|
View
|
|
1 chunk |
+0 lines, -83 lines |
0 comments
|
Download
|
 |
D |
Tools/Scripts/webkitpy/common/thread/threadedmessagequeue.py
|
View
|
|
1 chunk |
+0 lines, -52 lines |
0 comments
|
Download
|
 |
D |
Tools/Scripts/webkitpy/common/thread/threadedmessagequeue_unittest.py
|
View
|
|
1 chunk |
+0 lines, -53 lines |
0 comments
|
Download
|
 |
M |
Tools/Scripts/webkitpy/layout_tests/port/mock_drt_unittest.py
|
View
|
|
3 chunks |
+8 lines, -10 lines |
0 comments
|
Download
|
Total messages: 11 (0 generated)
|