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

Issue 2386883002: Remove stl_util's deletion functions from net/spdy/. (Closed)

Created:
4 years, 2 months ago by Avi (use Gerrit)
Modified:
4 years, 2 months ago
Reviewers:
Bence, davidben
CC:
chromium-reviews, cbentzel+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

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

Patch Set 1 #

Patch Set 2 : fit #

Patch Set 3 : missing include #

Total comments: 16

Patch Set 4 : fixes #

Patch Set 5 : clear #

Total comments: 4

Patch Set 6 : nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -51 lines) Patch
M net/spdy/spdy_read_queue.h View 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/spdy_read_queue.cc View 1 2 3 4 2 chunks +8 lines, -8 lines 0 comments Download
M net/spdy/spdy_write_queue.h View 1 2 3 1 chunk +6 lines, -5 lines 0 comments Download
M net/spdy/spdy_write_queue.cc View 1 2 3 4 5 4 chunks +30 lines, -37 lines 0 comments Download

Messages

Total messages: 37 (27 generated)
Avi (use Gerrit)
4 years, 2 months ago (2016-10-02 19:10:28 UTC) #18
davidben
+bnc is probably a better reviewer for this code. (Does it have any relationship with ...
4 years, 2 months ago (2016-10-03 16:16:31 UTC) #20
Avi (use Gerrit)
https://codereview.chromium.org/2386883002/diff/40001/net/spdy/spdy_read_queue.cc File net/spdy/spdy_read_queue.cc (right): https://codereview.chromium.org/2386883002/diff/40001/net/spdy/spdy_read_queue.cc#newcode7 net/spdy/spdy_read_queue.cc:7: #include <algorithm> On 2016/10/03 16:16:31, davidben wrote: > s/algorithm/utility/? ...
4 years, 2 months ago (2016-10-03 16:58:48 UTC) #21
davidben
https://codereview.chromium.org/2386883002/diff/40001/net/spdy/spdy_read_queue.cc File net/spdy/spdy_read_queue.cc (right): https://codereview.chromium.org/2386883002/diff/40001/net/spdy/spdy_read_queue.cc#newcode7 net/spdy/spdy_read_queue.cc:7: #include <algorithm> On 2016/10/03 16:58:47, Avi wrote: > On ...
4 years, 2 months ago (2016-10-03 17:20:29 UTC) #26
Avi (use Gerrit)
https://codereview.chromium.org/2386883002/diff/40001/net/spdy/spdy_read_queue.cc File net/spdy/spdy_read_queue.cc (right): https://codereview.chromium.org/2386883002/diff/40001/net/spdy/spdy_read_queue.cc#newcode53 net/spdy/spdy_read_queue.cc:53: void SpdyReadQueue::Clear() { On 2016/10/03 17:20:29, davidben wrote: > ...
4 years, 2 months ago (2016-10-03 17:32:34 UTC) #28
Bence
LGTM with nit. Also fine with respect to internal code. https://codereview.chromium.org/2386883002/diff/40001/net/spdy/spdy_read_queue.cc File net/spdy/spdy_read_queue.cc (right): https://codereview.chromium.org/2386883002/diff/40001/net/spdy/spdy_read_queue.cc#newcode53 ...
4 years, 2 months ago (2016-10-03 18:06:45 UTC) #30
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/2386883002/100001
4 years, 2 months ago (2016-10-03 18:44:03 UTC) #33
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 2 months ago (2016-10-03 19:49:55 UTC) #34
commit-bot: I haz the power
Patchset 6 (id:??) landed as https://crrev.com/ae73dbcef87d02504f6b3092a30bc6488ffd155e Cr-Commit-Position: refs/heads/master@{#422495}
4 years, 2 months ago (2016-10-03 19:54:40 UTC) #36
Avi (use Gerrit)
4 years, 2 months ago (2016-10-09 18:14:28 UTC) #37
Message was sent while issue was closed.
https://codereview.chromium.org/2386883002/diff/80001/net/spdy/spdy_write_que...
File net/spdy/spdy_write_queue.cc (right):

https://codereview.chromium.org/2386883002/diff/80001/net/spdy/spdy_write_que...
net/spdy/spdy_write_queue.cc:106: auto& queue = queue_[priority];
On 2016/10/03 18:06:45, Bence wrote:
> I think it would be better not to use |auto| here: the type name is not
> particularily long or complicated, and type cannot be easily deduced from
> context, only if one consults the header file.

Done.

https://codereview.chromium.org/2386883002/diff/80001/net/spdy/spdy_write_que...
net/spdy/spdy_write_queue.cc:128: auto& queue = queue_[i];
On 2016/10/03 18:06:45, Bence wrote:
> Same here.

Done.

Powered by Google App Engine
This is Rietveld 408576698