|
Significantly cleans up the ImageWriter Operation class and subclasses.
* Moved Operations to be in CPS for stage isolation.
* Updates unit tests to use isolated stages.
* Adds unit tests for uncovered stages.
* Cleans up temporary file handling.
* Removes unnecessary and redundant code (CompareFiles, ImageReader).
* Fixes bug with verification progress updates.
* All .zip files now unzipped before burning.
* All non-.zip files not unzipped before burning.
* Removes unnecessary complexity, e.g. unnecessary scoped_ptrs.
BUG= 292956
BUG= 337883
BUG= 335404
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=251704
Total comments: 17
Total comments: 18
Total comments: 3
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+955 lines, -868 lines) |
Patch |
 |
M |
chrome/browser/extensions/api/image_writer_private/destroy_partitions_operation.h
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/image_writer_private/destroy_partitions_operation.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+3 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/image_writer_private/destroy_partitions_operation_unittest.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+8 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/image_writer_private/image_writer_private_api.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
3 chunks |
+5 lines, -18 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/extensions/api/image_writer_private/image_writer_utils.h
|
View
|
1
|
1 chunk |
+0 lines, -53 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/extensions/api/image_writer_private/image_writer_utils.cc
|
View
|
1
|
1 chunk |
+0 lines, -127 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/image_writer_private/operation.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
6 chunks |
+44 lines, -30 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/image_writer_private/operation.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
6 chunks |
+163 lines, -148 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/image_writer_private/operation_chromeos.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+24 lines, -17 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/image_writer_private/operation_linux.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+122 lines, -140 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/image_writer_private/operation_mac.cc
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/image_writer_private/operation_manager.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/image_writer_private/operation_manager.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
7 chunks |
+9 lines, -18 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/image_writer_private/operation_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
2 chunks |
+171 lines, -57 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/image_writer_private/operation_win.cc
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/image_writer_private/test_utils.h
|
View
|
1
|
2 chunks |
+6 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/image_writer_private/test_utils.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
2 chunks |
+4 lines, -27 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/image_writer_private/write_from_file_operation.h
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/image_writer_private/write_from_file_operation.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+13 lines, -11 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/image_writer_private/write_from_file_operation_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+42 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/image_writer_private/write_from_url_operation.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+40 lines, -31 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/image_writer_private/write_from_url_operation.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
4 chunks |
+86 lines, -155 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/extensions/api/image_writer_private/write_from_url_operation_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+204 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser_extensions.gypi
|
View
|
1
2
3
4
5
6
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests_unit.gypi
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 30 (0 generated)
|