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

Issue 2465733002: Remove stl_util's deletion function use from components/invalidation/. (Closed)

Created:
4 years, 1 month ago by Avi (use Gerrit)
Modified:
4 years, 1 month ago
Reviewers:
dcheng
CC:
chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove stl_util's deletion function use from components/invalidation/. BUG=555865 Committed: https://crrev.com/89df5e0546823b3cfd7721343bf71a77b2f60d9d Cr-Commit-Position: refs/heads/master@{#428714}

Patch Set 1 #

Total comments: 8

Patch Set 2 : nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -51 lines) Patch
M components/invalidation/impl/registration_manager.h View 3 chunks +5 lines, -5 lines 0 comments Download
M components/invalidation/impl/registration_manager.cc View 1 13 chunks +20 lines, -29 lines 0 comments Download
M components/invalidation/impl/sync_system_resources.h View 2 chunks +3 lines, -5 lines 0 comments Download
M components/invalidation/impl/sync_system_resources.cc View 9 chunks +14 lines, -12 lines 0 comments Download

Messages

Total messages: 21 (10 generated)
Avi (use Gerrit)
4 years, 1 month ago (2016-10-30 22:40:15 UTC) #7
dcheng
LGTM https://codereview.chromium.org/2465733002/diff/1/components/invalidation/impl/registration_manager.cc File components/invalidation/impl/registration_manager.cc (right): https://codereview.chromium.org/2465733002/diff/1/components/invalidation/impl/registration_manager.cc#newcode166 components/invalidation/impl/registration_manager.cc:166: for (auto it = registration_statuses_.begin(); Optional nit: for-each ...
4 years, 1 month ago (2016-10-31 00:19:29 UTC) #8
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/2465733002/20001
4 years, 1 month ago (2016-10-31 14:41:21 UTC) #11
Avi (use Gerrit)
https://codereview.chromium.org/2465733002/diff/1/components/invalidation/impl/registration_manager.cc File components/invalidation/impl/registration_manager.cc (right): https://codereview.chromium.org/2465733002/diff/1/components/invalidation/impl/registration_manager.cc#newcode166 components/invalidation/impl/registration_manager.cc:166: for (auto it = registration_statuses_.begin(); On 2016/10/31 00:19:29, dcheng ...
4 years, 1 month ago (2016-10-31 15:21:04 UTC) #12
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 1 month ago (2016-10-31 15:29:11 UTC) #14
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/89df5e0546823b3cfd7721343bf71a77b2f60d9d Cr-Commit-Position: refs/heads/master@{#428714}
4 years, 1 month ago (2016-10-31 15:44:45 UTC) #16
xidachen
A revert of this CL (patchset #2 id:20001) has been created in https://codereview.chromium.org/2464903003/ by xidachen@chromium.org. ...
4 years, 1 month ago (2016-10-31 16:52:28 UTC) #17
xidachen
On 2016/10/31 16:52:28, xidachen wrote: > A revert of this CL (patchset #2 id:20001) has ...
4 years, 1 month ago (2016-10-31 17:07:12 UTC) #18
Avi (use Gerrit)
On 2016/10/31 17:07:12, xidachen wrote: > On 2016/10/31 16:52:28, xidachen wrote: > > A revert ...
4 years, 1 month ago (2016-10-31 18:22:06 UTC) #19
DaleCurtis
On 2016/10/31 at 18:22:06, avi wrote: > On 2016/10/31 17:07:12, xidachen wrote: > > On ...
4 years, 1 month ago (2016-10-31 23:13:14 UTC) #20
dcheng
4 years, 1 month ago (2016-10-31 23:16:03 UTC) #21
Message was sent while issue was closed.
On 2016/10/31 23:13:14, DaleCurtis wrote:
> On 2016/10/31 at 18:22:06, avi wrote:
> > On 2016/10/31 17:07:12, xidachen wrote:
> > > On 2016/10/31 16:52:28, xidachen wrote:
> > > > A revert of this CL (patchset #2 id:20001) has been created in
> > > > https://codereview.chromium.org/2464903003/ by
> mailto:xidachen@chromium.org.
> > > > 
> > > > The reason for reverting is: suspect causing failure here:
> > > >
> https://build.chromium.org/p/chromium.mac/builders/ios-simulator/builds/6991.
> > > 
> > > Sorry, I reverted the wrong CL. Your CL is not the cause of the failure. I
> > > apologize for that, I will revert my revert.
> > 
> > No worries! Please never feel like you must apologize for reverting me, even
> speculatively.
> 
> Are these invalidations the same as paint invalidations? Have some paint
> invalidation tests which are flaky and this CL is in range:
> 
>
https://sheriff-o-matic.appspot.com/chromium/examine/chromium.webkit.WebKit%2....

No, they are two different things.

components/invalidation is the interface between chrome code and
third_party/cacheinvalidation (which is the backend for sync and various other
things)

Powered by Google App Engine
This is Rietveld 408576698