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

Issue 2389613002: Remove stl_util's deletion functions from net/dns/. (Closed)

Created:
4 years, 2 months ago by Avi (use Gerrit)
Modified:
4 years ago
Reviewers:
davidben
CC:
chromium-reviews, cbentzel+watch_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin (slow to review)
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove stl_util's deletion functions from net/dns/. BUG=555865 Committed: https://crrev.com/9e72eb481e3038de9381c268cce159c4f41d91c0 Cr-Commit-Position: refs/heads/master@{#437655}

Patch Set 1 #

Patch Set 2 : rebase #

Patch Set 3 : rebase atop NDK fix #

Total comments: 4

Patch Set 4 : rev #

Total comments: 1

Patch Set 5 : fix #

Total comments: 1

Patch Set 6 : fix? #

Patch Set 7 : fix #

Patch Set 8 : clean up #

Patch Set 9 : fixin #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -49 lines) Patch
M net/dns/dns_session_unittest.cc View 1 3 chunks +3 lines, -4 lines 0 comments Download
M net/dns/dns_socket_pool.cc View 1 5 chunks +8 lines, -13 lines 0 comments Download
M net/dns/host_resolver_impl.h View 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M net/dns/host_resolver_impl.cc View 1 2 3 4 5 6 7 8 8 chunks +17 lines, -16 lines 0 comments Download
M net/dns/mdns_client_impl.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M net/dns/mdns_client_impl.cc View 1 4 chunks +4 lines, -12 lines 0 comments Download

Messages

Total messages: 64 (45 generated)
Avi (use Gerrit)
ptal
4 years, 1 month ago (2016-11-09 19:09:50 UTC) #23
davidben
https://codereview.chromium.org/2389613002/diff/40001/net/dns/host_resolver_impl.h File net/dns/host_resolver_impl.h (right): https://codereview.chromium.org/2389613002/diff/40001/net/dns/host_resolver_impl.h#newcode266 net/dns/host_resolver_impl.h:266: // Removes |job| from |jobs_|, only if it exists, ...
4 years, 1 month ago (2016-11-09 22:22:03 UTC) #24
Avi (use Gerrit)
I'm removing the MojoHostResolverImpl files in favor of your patch. https://codereview.chromium.org/2389613002/diff/40001/net/dns/host_resolver_impl.h File net/dns/host_resolver_impl.h (right): https://codereview.chromium.org/2389613002/diff/40001/net/dns/host_resolver_impl.h#newcode266 ...
4 years, 1 month ago (2016-11-09 23:09:22 UTC) #25
davidben
lgtm assuming comment below fixes try bots. :-) https://codereview.chromium.org/2389613002/diff/60001/net/dns/host_resolver_impl.cc File net/dns/host_resolver_impl.cc (right): https://codereview.chromium.org/2389613002/diff/60001/net/dns/host_resolver_impl.cc#newcode2307 net/dns/host_resolver_impl.cc:2307: } ...
4 years, 1 month ago (2016-11-09 23:17:54 UTC) #30
Avi (use Gerrit)
On 2016/11/09 23:17:54, davidben wrote: > lgtm assuming comment below fixes try bots. :-) > ...
4 years, 1 month ago (2016-11-09 23:21:54 UTC) #31
Avi (use Gerrit)
On 2016/11/09 23:17:54, davidben wrote: > lgtm assuming comment below fixes try bots. :-) > ...
4 years, 1 month ago (2016-11-09 23:21:55 UTC) #32
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/2389613002/80001
4 years, 1 month ago (2016-11-09 23:25:23 UTC) #35
Avi (use Gerrit)
https://codereview.chromium.org/2389613002/diff/80001/net/dns/host_resolver_impl.cc File net/dns/host_resolver_impl.cc (right): https://codereview.chromium.org/2389613002/diff/80001/net/dns/host_resolver_impl.cc#newcode1897 net/dns/host_resolver_impl.cc:1897: jobs_.clear(); This is not safe. This will destroy the ...
4 years, 1 month ago (2016-11-10 01:16:08 UTC) #37
Avi (use Gerrit)
https://codereview.chromium.org/2389613002/diff/40001/net/dns/host_resolver_impl.h File net/dns/host_resolver_impl.h (right): https://codereview.chromium.org/2389613002/diff/40001/net/dns/host_resolver_impl.h#newcode266 net/dns/host_resolver_impl.h:266: // Removes |job| from |jobs_|, only if it exists, ...
4 years, 1 month ago (2016-11-11 01:42:49 UTC) #38
Avi (use Gerrit)
Some messing around and I'm back roughly to where I was at. PTAL.
4 years, 1 month ago (2016-11-11 05:01:01 UTC) #51
Avi (use Gerrit)
On 2016/11/11 05:01:01, Avi wrote: > Some messing around and I'm back roughly to where ...
4 years, 1 month ago (2016-11-22 16:59:36 UTC) #52
davidben
Sorry about the delay. It's been a crazy couple of weeks. So, I'm not following ...
4 years ago (2016-12-08 21:09:57 UTC) #53
davidben
On 2016/12/08 21:09:57, davidben wrote: > Sorry about the delay. It's been a crazy couple ...
4 years ago (2016-12-08 21:16:19 UTC) #54
Avi (use Gerrit)
I was wrong in patch set 5; please ignore my comments in it. Here's what's ...
4 years ago (2016-12-09 18:38:37 UTC) #55
davidben
On 2016/12/09 18:38:37, Avi wrote: > I was wrong in patch set 5; please ignore ...
4 years ago (2016-12-09 18:53:57 UTC) #56
Avi (use Gerrit)
On 2016/12/09 18:53:57, davidben wrote: > On 2016/12/09 18:38:37, Avi wrote: > > I was ...
4 years ago (2016-12-09 18:57:41 UTC) #57
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/2389613002/160001
4 years ago (2016-12-09 18:58:31 UTC) #59
commit-bot: I haz the power
Committed patchset #9 (id:160001)
4 years ago (2016-12-09 21:11:36 UTC) #62
commit-bot: I haz the power
4 years ago (2016-12-12 14:40:57 UTC) #64
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/9e72eb481e3038de9381c268cce159c4f41d91c0
Cr-Commit-Position: refs/heads/master@{#437655}

Powered by Google App Engine
This is Rietveld 408576698