|
Improvements to uses of base::SmallMap
Rename base::SmallMap to base::small_map.
Add a readme to base/containers to codify naming rules for containers.
Convert some uses of SmallMap to flat_map where appropriate.
Add an IPC serialization rule for flat_map (required by one of the SmallMap->flat_map conversions)
Improve the small_map documentation slightly.
CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel
Review-Url: https://codereview.chromium.org/2825853002
Cr-Commit-Position: refs/heads/master@{#465911}
Committed: https://chromium.googlesource.com/chromium/src/+/ca2ec763405c18960ad1ee66e5ac964a00c257e5
Total comments: 19
Total comments: 1
Total comments: 5
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+208 lines, -133 lines) |
Patch |
|
A |
base/containers/README.md
|
View
|
1
|
1 chunk |
+20 lines, -0 lines |
0 comments
|
Download
|
|
M |
base/containers/small_map.h
|
View
|
1
2
3
4
5
6
|
10 chunks |
+39 lines, -44 lines |
0 comments
|
Download
|
|
M |
base/containers/small_map_unittest.cc
|
View
|
|
20 chunks |
+47 lines, -46 lines |
0 comments
|
Download
|
|
M |
base/trace_event/trace_event_memory_overhead.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
base/trace_event/trace_event_memory_overhead.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
cc/resources/resource_provider.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
cc/scheduler/begin_frame_source.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
cc/scheduler/begin_frame_source.cc
|
View
|
1
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
cc/tiles/picture_layer_tiling.h
|
View
|
1
2
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
cc/tiles/picture_layer_tiling.cc
|
View
|
1
|
2 chunks |
+3 lines, -7 lines |
0 comments
|
Download
|
|
M |
cc/trees/layer_tree_host_impl.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
chrome/browser/media/router/presentation_service_delegate_impl.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
content/browser/renderer_host/input/input_router_impl.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
content/zygote/zygote_linux.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+3 lines, -4 lines |
0 comments
|
Download
|
|
M |
gpu/perftests/texture_upload_perftest.cc
|
View
|
1
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
|
M |
ipc/ipc_message_utils.h
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+53 lines, -5 lines |
0 comments
|
Download
|
|
M |
ipc/ipc_message_utils_unittest.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+20 lines, -0 lines |
0 comments
|
Download
|
|
M |
net/quic/platform/impl/quic_containers_impl.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
storage/browser/blob/blob_memory_controller.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
tools/gn/value.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
ui/latency/latency_info.h
|
View
|
1
2
|
2 chunks |
+3 lines, -7 lines |
0 comments
|
Download
|
|
M |
ui/ozone/platform/drm/common/drm_util.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
Total messages: 56 (34 generated)
|