Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(183)

Issue 2314833002: Remove some uses of stl_util's STLDeleteContainerPointers. (Closed)

Created:
4 years, 3 months ago by Avi (use Gerrit)
Modified:
4 years, 3 months ago
CC:
chromium-reviews, rsleevi+watch_chromium.org, certificate-transparency-chrome_googlegroups.com, Eran Messeri, chromoting-reviews_chromium.org, posciak+watch_chromium.org, oka+watch_chromium.org, gavinp+memory_chromium.org, yusukes+watch_chromium.org, fukino+watch_chromium.org, miu+watch_chromium.org, grt+watch_chromium.org, tzik, jam, nona+watch_chromium.org, darin-cc_chromium.org, mlamouri+watch-notifications_chromium.org, vabr+watchlistpasswordmanager_chromium.org, Peter Beverloo, yamaguchi+watch_chromium.org, nhiroki, feature-media-reviews_chromium.org, mcasas+watch+vc_chromium.org, gcasto+watchlist_chromium.org, michaeln, tfarina, shuchen+watch_chromium.org, James Su, kinuko+fileapi
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove some uses of stl_util's STLDeleteContainerPointers. BUG=555865 Committed: https://crrev.com/e610b2a668d28ff475166c78daed938690937981 Cr-Commit-Position: refs/heads/master@{#419253}

Patch Set 1 #

Patch Set 2 : sv fix #

Patch Set 3 : remove some #

Patch Set 4 : remove more #

Total comments: 7

Patch Set 5 : export #

Patch Set 6 : removed a few items #

Total comments: 4

Patch Set 7 : cleanup #

Unified diffs Side-by-side diffs Delta from patch set Stats (+182 lines, -185 lines) Patch
M chrome/browser/safe_browsing/ping_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/safe_browsing/ping_manager.cc View 3 chunks +19 lines, -22 lines 0 comments Download
M chrome/browser/sync_file_system/task_logger.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync_file_system/task_logger.cc View 2 chunks +1 line, -4 lines 0 comments Download
M components/certificate_transparency/log_proof_fetcher.h View 2 chunks +3 lines, -2 lines 0 comments Download
M components/certificate_transparency/log_proof_fetcher.cc View 4 chunks +19 lines, -15 lines 0 comments Download
M components/history/core/browser/history_backend.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M components/history/core/browser/history_backend.cc View 1 2 3 4 5 6 5 chunks +7 lines, -10 lines 0 comments Download
M content/browser/appcache/appcache_update_job_unittest.cc View 6 chunks +11 lines, -11 lines 0 comments Download
M content/browser/renderer_host/media/video_capture_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/media/video_capture_controller.cc View 10 chunks +18 lines, -19 lines 0 comments Download
M content/browser/renderer_host/p2p/socket_dispatcher_host.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/p2p/socket_dispatcher_host.cc View 4 chunks +15 lines, -9 lines 0 comments Download
M content/public/test/test_navigation_observer.h View 1 chunk +1 line, -1 line 0 comments Download
M content/public/test/test_navigation_observer.cc View 4 chunks +7 lines, -7 lines 0 comments Download
M remoting/protocol/jingle_session.h View 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/protocol/jingle_session.cc View 5 chunks +9 lines, -13 lines 0 comments Download
M ui/message_center/notification_list.h View 1 2 3 4 5 6 2 chunks +17 lines, -5 lines 0 comments Download
M ui/message_center/notification_list.cc View 1 2 3 4 5 6 16 chunks +45 lines, -56 lines 0 comments Download
M ui/message_center/notification_list_unittest.cc View 1 chunk +2 lines, -3 lines 0 comments Download

Messages

Total messages: 49 (34 generated)
Avi (use Gerrit)
Nico: base/, chrome/, ui/ Eran: components/CT Sylvain: components/history Nasko: content/ Wez: remoting/
4 years, 3 months ago (2016-09-08 14:52:04 UTC) #18
sdefresne
components/history lgtm
4 years, 3 months ago (2016-09-08 15:15:06 UTC) #19
Ryan Sleevi
//components/certificate_transparency LGTM
4 years, 3 months ago (2016-09-08 17:03:15 UTC) #21
Nico
This looks like a mix of "well of course" and "uh..." changes in my files. ...
4 years, 3 months ago (2016-09-08 17:32:00 UTC) #22
Wez
-wez, +sergeyu
4 years, 3 months ago (2016-09-08 20:22:30 UTC) #24
nasko
content/ LGTM
4 years, 3 months ago (2016-09-08 21:00:55 UTC) #25
Avi (use Gerrit)
https://codereview.chromium.org/2314833002/diff/60001/base/memory/scoped_vector.h File base/memory/scoped_vector.h (right): https://codereview.chromium.org/2314833002/diff/60001/base/memory/scoped_vector.h#newcode96 base/memory/scoped_vector.h:96: ++it; On 2016/09/08 17:32:00, Nico wrote: > how is ...
4 years, 3 months ago (2016-09-13 14:36:13 UTC) #27
Avi (use Gerrit)
Nico, I removed the controversial files; ptal. Sergey, ping?
4 years, 3 months ago (2016-09-14 19:30:18 UTC) #33
Sergey Ulanov
lgtm
4 years, 3 months ago (2016-09-14 19:33:34 UTC) #34
Nico
chrome/ looks great now, thanks. ui/ needs a bit more work imho: https://codereview.chromium.org/2314833002/diff/100001/chrome/browser/safe_browsing/ping_manager.cc File chrome/browser/safe_browsing/ping_manager.cc ...
4 years, 3 months ago (2016-09-15 16:07:16 UTC) #37
Avi (use Gerrit)
Nico, ptal. https://codereview.chromium.org/2314833002/diff/100001/chrome/browser/safe_browsing/ping_manager.cc File chrome/browser/safe_browsing/ping_manager.cc (right): https://codereview.chromium.org/2314833002/diff/100001/chrome/browser/safe_browsing/ping_manager.cc#newcode105 chrome/browser/safe_browsing/ping_manager.cc:105: safebrowsing_reports_.insert(std::move(report_ptr)); On 2016/09/15 16:07:16, Nico wrote: > ...
4 years, 3 months ago (2016-09-15 19:53:46 UTC) #40
Nico
lgtm
4 years, 3 months ago (2016-09-16 19:38:30 UTC) #43
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2314833002/120001
4 years, 3 months ago (2016-09-16 19:39:40 UTC) #46
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 3 months ago (2016-09-16 19:45:11 UTC) #47
commit-bot: I haz the power
4 years, 3 months ago (2016-09-16 19:46:44 UTC) #49
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/e610b2a668d28ff475166c78daed938690937981
Cr-Commit-Position: refs/heads/master@{#419253}

Powered by Google App Engine
This is Rietveld 408576698