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

Issue 2318303002: Remove stl_util's STLDeleteContainerPairSecondPointers. (Closed)

Created:
4 years, 3 months ago by Avi (use Gerrit)
Modified:
4 years, 2 months ago
Reviewers:
Nico, battre
CC:
chromium-reviews, msramek+watch_chromium.org, tzik, shishir+watch_chromium.org, oka+watch_chromium.org, fukino+watch_chromium.org, markusheintz_, miu+watch_chromium.org, extensions-reviews_chromium.org, cbentzel+watch_chromium.org, awdf+watch_chromium.org, jam, raymes+watch_chromium.org, posciak+watch_chromium.org, darin-cc_chromium.org, chromium-apps-reviews_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, sync-reviews_chromium.org, tfarina, kinuko+fileapi
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove stl_util's STLDeleteContainerPairSecondPointers from all of Chromium. BUG=555865 Committed: https://crrev.com/8255475b31183915dfc119cd97eb0b593c3b71a1 Cr-Commit-Position: refs/heads/master@{#420651}

Patch Set 1 #

Patch Set 2 : moar #

Patch Set 3 : fixeds #

Patch Set 4 : fixin #

Patch Set 5 : rebase #

Patch Set 6 : fix #

Total comments: 31

Patch Set 7 : nits #

Patch Set 8 : rebase #

Patch Set 9 : fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+200 lines, -254 lines) Patch
M base/stl_util.h View 1 2 3 4 5 6 1 chunk +8 lines, -1 line 0 comments Download
M chrome/browser/app_controller_mac.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/app_controller_mac.mm View 1 2 3 4 4 chunks +6 lines, -11 lines 0 comments Download
M chrome/browser/background/background_application_list_model.h View 2 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/background/background_application_list_model.cc View 6 chunks +11 lines, -15 lines 0 comments Download
M chrome/browser/browsing_data/browsing_data_cookie_helper.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/browsing_data/browsing_data_cookie_helper.cc View 1 2 3 4 5 6 4 chunks +9 lines, -15 lines 0 comments Download
M chrome/browser/command_updater.h View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/command_updater.cc View 1 2 3 4 5 6 5 chunks +9 lines, -12 lines 0 comments Download
M chrome/browser/content_settings/local_shared_objects_container.cc View 1 2 3 4 5 6 1 chunk +3 lines, -6 lines 0 comments Download
M chrome/browser/notifications/message_center_notification_manager.h View 1 2 3 4 5 6 1 chunk +5 lines, -4 lines 0 comments Download
M chrome/browser/notifications/message_center_notification_manager.cc View 1 2 3 4 5 6 13 chunks +33 lines, -41 lines 0 comments Download
M chrome/browser/password_manager/password_store_mac.cc View 1 2 3 4 5 6 7 8 12 chunks +21 lines, -26 lines 0 comments Download
M chrome/browser/password_manager/password_store_mac_internal.h View 3 chunks +6 lines, -5 lines 0 comments Download
M chrome/browser/password_manager/password_store_mac_unittest.cc View 1 2 3 4 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/predictors/resource_prefetcher_manager.h View 1 2 3 4 5 6 7 3 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/predictors/resource_prefetcher_manager.cc View 1 2 3 4 5 6 7 5 chunks +5 lines, -7 lines 0 comments Download
M chrome/browser/signin/easy_unlock_service_signin_chromeos.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/easy_unlock_service_signin_chromeos.cc View 1 5 chunks +6 lines, -7 lines 0 comments Download
M chrome/browser/ui/app_list/app_list_syncable_service.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/app_list/app_list_syncable_service.cc View 1 2 3 4 5 6 16 chunks +34 lines, -41 lines 0 comments Download
M chrome/browser/ui/ash/launcher/browser_status_monitor.h View 1 2 3 4 2 chunks +3 lines, -6 lines 0 comments Download
M chrome/browser/ui/ash/launcher/browser_status_monitor.cc View 1 2 3 4 4 chunks +2 lines, -6 lines 0 comments Download
M components/syncable_prefs/pref_model_associator.h View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M components/syncable_prefs/pref_model_associator.cc View 1 2 3 4 4 chunks +9 lines, -14 lines 0 comments Download
M content/browser/renderer_host/media/video_capture_host_unittest.cc View 5 chunks +8 lines, -12 lines 0 comments Download
M content/child/resource_dispatcher_unittest.cc View 1 2 3 4 4 chunks +3 lines, -5 lines 0 comments Download

Messages

Total messages: 56 (40 generated)
Avi (use Gerrit)
battre: syncable prefs thakis: everything else
4 years, 3 months ago (2016-09-22 15:35:17 UTC) #26
Nico
My stuff lgtm except for the two "walks twice" comments. And a whole bunch of ...
4 years, 2 months ago (2016-09-22 15:56:12 UTC) #27
battre
syncable prefs LGTM https://codereview.chromium.org/2318303002/diff/100001/components/syncable_prefs/pref_model_associator.h File components/syncable_prefs/pref_model_associator.h (right): https://codereview.chromium.org/2318303002/diff/100001/components/syncable_prefs/pref_model_associator.h#newcode192 components/syncable_prefs/pref_model_associator.h:192: // from sync. I think that ...
4 years, 2 months ago (2016-09-22 16:44:24 UTC) #28
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/2318303002/120001
4 years, 2 months ago (2016-09-22 19:16:38 UTC) #32
Avi (use Gerrit)
https://codereview.chromium.org/2318303002/diff/100001/base/stl_util.h File base/stl_util.h (left): https://codereview.chromium.org/2318303002/diff/100001/base/stl_util.h#oldcode62 base/stl_util.h:62: } On 2016/09/22 15:56:11, Nico wrote: > The usual ...
4 years, 2 months ago (2016-09-22 19:17:18 UTC) #33
commit-bot: I haz the power
Try jobs failed on following builders: ios-device on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds/73586) ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, ...
4 years, 2 months ago (2016-09-22 19:19:38 UTC) #35
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/2318303002/140001
4 years, 2 months ago (2016-09-22 19:37:52 UTC) #38
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/230950) linux_chromium_chromeos_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, ...
4 years, 2 months ago (2016-09-22 21:39:47 UTC) #40
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/2318303002/140001
4 years, 2 months ago (2016-09-22 22:35:17 UTC) #42
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/301372)
4 years, 2 months ago (2016-09-22 23:56:50 UTC) #44
Avi (use Gerrit)
https://codereview.chromium.org/2318303002/diff/100001/chrome/browser/password_manager/password_store_mac.cc File chrome/browser/password_manager/password_store_mac.cc (right): https://codereview.chromium.org/2318303002/diff/100001/chrome/browser/password_manager/password_store_mac.cc#newcode880 chrome/browser/password_manager/password_store_mac.cc:880: for (auto i = matches.begin() + 1; i != ...
4 years, 2 months ago (2016-09-23 14:53:26 UTC) #45
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/2318303002/160001
4 years, 2 months ago (2016-09-23 14:57:09 UTC) #48
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_compile_dbg_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_compile_dbg_ng/builds/263044)
4 years, 2 months ago (2016-09-23 15:10:44 UTC) #50
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/2318303002/160001
4 years, 2 months ago (2016-09-23 16:03:00 UTC) #52
commit-bot: I haz the power
Committed patchset #9 (id:160001)
4 years, 2 months ago (2016-09-23 17:49:13 UTC) #54
commit-bot: I haz the power
4 years, 2 months ago (2016-09-23 17:52:04 UTC) #56
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/8255475b31183915dfc119cd97eb0b593c3b71a1
Cr-Commit-Position: refs/heads/master@{#420651}

Powered by Google App Engine
This is Rietveld 408576698