|
cc: Use CheckedNumeric for resource size calculations.
This patch uses CheckedNumeric for size calculations that can overflow
in resources.
R=danakj, jschuh
BUG= 495867
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
Committed: https://crrev.com/93a24d4dffd492f6ea885fb1280b3386567ae83b
Cr-Commit-Position: refs/heads/master@{#333160}
Total comments: 2
Total comments: 5
Total comments: 2
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+100 lines, -59 lines) |
Patch |
 |
M |
cc/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/cc.gyp
|
View
|
1
2
3
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/raster/pixel_buffer_tile_task_worker_pool.cc
|
View
|
1
2
|
3 chunks |
+12 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/raster/tile_task_worker_pool_unittest.cc
|
View
|
1
2
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/resources/prioritized_resource.cc
|
View
|
1
|
2 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/resources/prioritized_resource_manager.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+7 lines, -5 lines |
0 comments
|
Download
|
 |
M |
cc/resources/prioritized_resource_unittest.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cc/resources/resource.h
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+30 lines, -7 lines |
0 comments
|
Download
|
 |
M |
cc/resources/resource.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -17 lines |
0 comments
|
Download
|
 |
M |
cc/resources/resource_pool.cc
|
View
|
1
2
3
4
|
5 chunks |
+13 lines, -6 lines |
0 comments
|
Download
|
 |
M |
cc/resources/resource_provider.cc
|
View
|
|
2 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
cc/resources/scoped_resource_unittest.cc
|
View
|
1
2
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/tiles/tile.cc
|
View
|
1
2
|
1 chunk |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/tiles/tile_manager.cc
|
View
|
1
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/tiles/tile_manager_unittest.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_host.cc
|
View
|
1
2
|
2 chunks |
+8 lines, -5 lines |
0 comments
|
Download
|
Total messages: 23 (8 generated)
|