Chromium Code Reviews

Issue 1441613002: cc: Remove ScopedPtrDeque. (Closed)

Created:
5 years, 1 month ago by vmpstr
Modified:
5 years, 1 month ago
Reviewers:
danakj
CC:
chromium-reviews, cc-bugs_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

cc: Remove ScopedPtrDeque. This patch removes ScopedPtrDeque and replaces it with a deque of scoped_ptrs. Note that this also adds a helper container_util file that contains TakeBack and TakeFront helpers. R=danakj CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Committed: https://crrev.com/36d6abffa95c4ea211d0028c3be07adffef7d80e Cr-Commit-Position: refs/heads/master@{#359724}

Patch Set 1 #

Total comments: 11

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Unified diffs Side-by-side diffs Stats (+141 lines, -235 lines)
M cc/base/BUILD.gn View 2 chunks +1 line, -1 line 0 comments
A cc/base/container_util.h View 1 chunk +34 lines, -0 lines 0 comments
D cc/base/scoped_ptr_deque.h View 1 chunk +0 lines, -137 lines 0 comments
M cc/cc.gyp View 2 chunks +1 line, -1 line 0 comments
M cc/output/bsp_tree.h View 3 chunks +3 lines, -3 lines 0 comments
M cc/output/bsp_tree.cc View 7 chunks +14 lines, -15 lines 0 comments
M cc/output/bsp_tree_unittest.cc View 10 chunks +11 lines, -10 lines 0 comments
M cc/output/direct_renderer.h View 2 chunks +1 line, -2 lines 0 comments
M cc/output/direct_renderer.cc View 2 chunks +6 lines, -5 lines 0 comments
M cc/output/gl_renderer.h View 2 chunks +4 lines, -3 lines 0 comments
M cc/output/gl_renderer.cc View 2 chunks +3 lines, -2 lines 0 comments
M cc/raster/one_copy_tile_task_worker_pool.h View 3 chunks +2 lines, -2 lines 0 comments
M cc/raster/one_copy_tile_task_worker_pool.cc View 8 chunks +25 lines, -22 lines 0 comments
M cc/raster/task_graph_runner_unittest.cc View 3 chunks +5 lines, -4 lines 0 comments
M cc/resources/resource_pool.h View 2 chunks +1 line, -2 lines 0 comments
M cc/resources/resource_pool.cc View 9 chunks +21 lines, -15 lines 0 comments
M cc/resources/resource_provider_unittest.cc View 4 chunks +7 lines, -9 lines 0 comments
M cc/trees/layer_tree_host_common_perftest.cc View 3 chunks +2 lines, -2 lines 0 comments

Messages

Total messages: 10 (2 generated)
vmpstr
https://codereview.chromium.org/1441613002/diff/1/cc/base/container_util.h File cc/base/container_util.h (right): https://codereview.chromium.org/1441613002/diff/1/cc/base/container_util.h#newcode14 cc/base/container_util.h:14: typename Container::value_type element = std::move(container->front()); Note that this is ...
5 years, 1 month ago (2015-11-12 08:56:01 UTC) #1
danakj
https://codereview.chromium.org/1441613002/diff/1/cc/base/container_util.h File cc/base/container_util.h (right): https://codereview.chromium.org/1441613002/diff/1/cc/base/container_util.h#newcode1 cc/base/container_util.h:1: // Copyright 2015 The Chromium Authors. All rights reserved. ...
5 years, 1 month ago (2015-11-13 19:54:02 UTC) #2
vmpstr
ptal https://codereview.chromium.org/1441613002/diff/1/cc/base/container_util.h File cc/base/container_util.h (right): https://codereview.chromium.org/1441613002/diff/1/cc/base/container_util.h#newcode1 cc/base/container_util.h:1: // Copyright 2015 The Chromium Authors. All rights ...
5 years, 1 month ago (2015-11-13 23:15:38 UTC) #3
danakj
LGTM https://codereview.chromium.org/1441613002/diff/1/cc/base/container_util.h File cc/base/container_util.h (right): https://codereview.chromium.org/1441613002/diff/1/cc/base/container_util.h#newcode1 cc/base/container_util.h:1: // Copyright 2015 The Chromium Authors. All rights ...
5 years, 1 month ago (2015-11-13 23:41:06 UTC) #4
vmpstr
https://codereview.chromium.org/1441613002/diff/1/cc/base/container_util.h File cc/base/container_util.h (right): https://codereview.chromium.org/1441613002/diff/1/cc/base/container_util.h#newcode1 cc/base/container_util.h:1: // Copyright 2015 The Chromium Authors. All rights reserved. ...
5 years, 1 month ago (2015-11-13 23:50:49 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1441613002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1441613002/40001
5 years, 1 month ago (2015-11-13 23:51:53 UTC) #8
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 1 month ago (2015-11-14 01:37:18 UTC) #9
commit-bot: I haz the power
5 years, 1 month ago (2015-11-14 01:38:15 UTC) #10
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/36d6abffa95c4ea211d0028c3be07adffef7d80e
Cr-Commit-Position: refs/heads/master@{#359724}

Powered by Google App Engine