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

Issue 9924023: Readability review (Closed)

Created:
8 years, 8 months ago by szym
Modified:
8 years, 6 months ago
Reviewers:
mmenke, stevez
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

[net] Update style in PriorityQueue and PrioritizedDispatcher after readability review. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=140133

Patch Set 1 #

Total comments: 47

Patch Set 2 : Rebased to master (after change of RequestPriority ordering). #

Patch Set 3 : Responded to review. #

Total comments: 8

Patch Set 4 : Responded to review. #

Patch Set 5 : Added death tests. #

Patch Set 6 : Added compiler conditions for death tests. #

Patch Set 7 : Add copy constructor and assignment operator to Pointer. #

Total comments: 4

Patch Set 8 : Responded to review. #

Total comments: 15

Patch Set 9 : Responded to Matt's comments. #

Total comments: 2

Patch Set 10 : Simpler comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+234 lines, -160 lines) Patch
M net/base/prioritized_dispatcher.h View 1 2 3 4 5 6 7 8 9 7 chunks +21 lines, -18 lines 0 comments Download
M net/base/prioritized_dispatcher.cc View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -2 lines 0 comments Download
M net/base/prioritized_dispatcher_unittest.cc View 1 2 3 4 5 6 7 8 9 chunks +139 lines, -56 lines 0 comments Download
M net/base/priority_queue.h View 1 2 3 4 5 6 7 8 5 chunks +24 lines, -7 lines 0 comments Download
M net/base/priority_queue_unittest.cc View 1 2 3 4 5 6 7 8 1 chunk +50 lines, -77 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
stevez
http://codereview.chromium.org/9924023/diff/1/net/base/prioritized_dispatcher.h File net/base/prioritized_dispatcher.h (right): http://codereview.chromium.org/9924023/diff/1/net/base/prioritized_dispatcher.h#newcode16 net/base/prioritized_dispatcher.h:16: // A priority-based dispatcher of jobs. Dispatch order is ...
8 years, 8 months ago (2012-04-11 16:13:58 UTC) #1
szym
Thank you very much for performing this review. Sorry for the long delay. Changing RequestPriority ...
8 years, 7 months ago (2012-05-14 22:56:01 UTC) #2
stevez
None of the comments in priority_queue* were addressed. http://codereview.chromium.org/9924023/diff/1/net/base/prioritized_dispatcher.h File net/base/prioritized_dispatcher.h (right): http://codereview.chromium.org/9924023/diff/1/net/base/prioritized_dispatcher.h#newcode35 net/base/prioritized_dispatcher.h:35: // ...
8 years, 7 months ago (2012-05-17 17:57:07 UTC) #3
szym
Thanks for review. I missed your previous comments on priority_queue*. Responded now. http://codereview.chromium.org/9924023/diff/1/net/base/prioritized_dispatcher.h File net/base/prioritized_dispatcher.h ...
8 years, 7 months ago (2012-05-17 19:52:01 UTC) #4
szym
http://codereview.chromium.org/9924023/diff/1/net/base/prioritized_dispatcher_unittest.cc File net/base/prioritized_dispatcher_unittest.cc (right): http://codereview.chromium.org/9924023/diff/1/net/base/prioritized_dispatcher_unittest.cc#newcode275 net/base/prioritized_dispatcher_unittest.cc:275: On 2012/05/17 19:52:01, szym wrote: > On 2012/05/17 17:57:07, ...
8 years, 7 months ago (2012-05-17 20:28:58 UTC) #5
stevez
http://codereview.chromium.org/9924023/diff/1/net/base/priority_queue.h File net/base/priority_queue.h (right): http://codereview.chromium.org/9924023/diff/1/net/base/priority_queue.h#newcode50 net/base/priority_queue.h:50: Pointer() : priority_(kNullPriority) { On 2012/05/17 19:52:01, szym wrote: ...
8 years, 7 months ago (2012-05-22 14:22:40 UTC) #6
szym
http://codereview.chromium.org/9924023/diff/1/net/base/priority_queue.h File net/base/priority_queue.h (right): http://codereview.chromium.org/9924023/diff/1/net/base/priority_queue.h#newcode50 net/base/priority_queue.h:50: Pointer() : priority_(kNullPriority) { On 2012/05/22 14:22:40, stevez wrote: ...
8 years, 7 months ago (2012-05-23 01:26:49 UTC) #7
stevez
http://codereview.chromium.org/9924023/diff/11007/net/base/prioritized_dispatcher.h File net/base/prioritized_dispatcher.h (right): http://codereview.chromium.org/9924023/diff/11007/net/base/prioritized_dispatcher.h#newcode77 net/base/prioritized_dispatcher.h:77: Handle Add(Job* job, Priority priority); On 2012/05/23 01:26:49, szym ...
8 years, 6 months ago (2012-05-30 17:12:44 UTC) #8
szym
http://codereview.chromium.org/9924023/diff/11007/net/base/prioritized_dispatcher.h File net/base/prioritized_dispatcher.h (right): http://codereview.chromium.org/9924023/diff/11007/net/base/prioritized_dispatcher.h#newcode77 net/base/prioritized_dispatcher.h:77: Handle Add(Job* job, Priority priority); On 2012/05/30 17:12:45, stevez ...
8 years, 6 months ago (2012-05-30 23:53:24 UTC) #9
mmenke
http://codereview.chromium.org/9924023/diff/34002/net/base/prioritized_dispatcher.h File net/base/prioritized_dispatcher.h (right): http://codereview.chromium.org/9924023/diff/34002/net/base/prioritized_dispatcher.h#newcode33 net/base/prioritized_dispatcher.h:33: // allow for at most 30 running jobs in ...
8 years, 6 months ago (2012-06-01 17:45:34 UTC) #10
szym
http://codereview.chromium.org/9924023/diff/34002/net/base/prioritized_dispatcher.h File net/base/prioritized_dispatcher.h (right): http://codereview.chromium.org/9924023/diff/34002/net/base/prioritized_dispatcher.h#newcode33 net/base/prioritized_dispatcher.h:33: // allow for at most 30 running jobs in ...
8 years, 6 months ago (2012-06-01 18:15:01 UTC) #11
mmenke
http://codereview.chromium.org/9924023/diff/34002/net/base/prioritized_dispatcher.h File net/base/prioritized_dispatcher.h (right): http://codereview.chromium.org/9924023/diff/34002/net/base/prioritized_dispatcher.h#newcode33 net/base/prioritized_dispatcher.h:33: // allow for at most 30 running jobs in ...
8 years, 6 months ago (2012-06-01 18:30:05 UTC) #12
mmenke
http://codereview.chromium.org/9924023/diff/34002/net/base/prioritized_dispatcher.h File net/base/prioritized_dispatcher.h (right): http://codereview.chromium.org/9924023/diff/34002/net/base/prioritized_dispatcher.h#newcode76 net/base/prioritized_dispatcher.h:76: // started. The dispatcher does not own |job|, but ...
8 years, 6 months ago (2012-06-01 18:32:49 UTC) #13
szym
http://codereview.chromium.org/9924023/diff/39002/net/base/prioritized_dispatcher.h File net/base/prioritized_dispatcher.h (right): http://codereview.chromium.org/9924023/diff/39002/net/base/prioritized_dispatcher.h#newcode79 net/base/prioritized_dispatcher.h:79: // it is started, canceled or evicted. Changed to: ...
8 years, 6 months ago (2012-06-01 18:47:37 UTC) #14
mmenke
LGTM
8 years, 6 months ago (2012-06-01 18:48:50 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/szym@chromium.org/9924023/40008
8 years, 6 months ago (2012-06-01 18:53:59 UTC) #16
commit-bot: I haz the power
Try job failure for 9924023-40008 (retry) on mac_rel for step "compile" (clobber build). It's a ...
8 years, 6 months ago (2012-06-01 19:18:15 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/szym@chromium.org/9924023/40008
8 years, 6 months ago (2012-06-01 19:50:59 UTC) #18
commit-bot: I haz the power
8 years, 6 months ago (2012-06-02 00:19:03 UTC) #19
Change committed as 140133

Powered by Google App Engine
This is Rietveld 408576698