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

Issue 1411383005: Initial implementation of RequestPriority-based HTTP/2 dependencies. (Closed)

Created:
5 years, 2 months ago by Randy Smith (Not in Mondays)
Modified:
5 years, 1 month ago
Reviewers:
Bence
CC:
chromium-reviews, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Initial implementation of RequestPriority-based HTTP/2 dependencies. BUG=500673 R=bnc@chromium.org Committed: https://crrev.com/ebb50aa1b6d1a7ccb6eb892aca79dd6de4910d55 Cr-Commit-Position: refs/heads/master@{#359247}

Patch Set 1 #

Patch Set 2 : Updated tests. #

Total comments: 13

Patch Set 3 : Incorporated all comments. #

Patch Set 4 : Tweaked comments and destruction notification vs. extra test util class. #

Total comments: 11

Patch Set 5 : Final round of comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+550 lines, -183 lines) Patch
M net/http/http_network_transaction_unittest.cc View 1 2 3 4 70 chunks +128 lines, -82 lines 0 comments Download
M net/http/http_proxy_client_socket_pool_unittest.cc View 1 2 5 chunks +25 lines, -15 lines 0 comments Download
M net/spdy/spdy_http_stream_unittest.cc View 1 2 3 4 3 chunks +34 lines, -6 lines 0 comments Download
M net/spdy/spdy_network_transaction_unittest.cc View 1 2 3 4 21 chunks +80 lines, -15 lines 0 comments Download
M net/spdy/spdy_proxy_client_socket_unittest.cc View 1 2 3 4 5 chunks +39 lines, -8 lines 0 comments Download
M net/spdy/spdy_session.h View 1 2 6 chunks +28 lines, -1 line 0 comments Download
M net/spdy/spdy_session.cc View 1 7 chunks +57 lines, -0 lines 0 comments Download
M net/spdy/spdy_session_pool_unittest.cc View 1 2 3 4 3 chunks +8 lines, -5 lines 0 comments Download
M net/spdy/spdy_session_unittest.cc View 1 2 3 4 21 chunks +55 lines, -27 lines 0 comments Download
M net/spdy/spdy_stream_unittest.cc View 1 2 3 4 5 chunks +38 lines, -9 lines 0 comments Download
M net/spdy/spdy_test_util_common.h View 1 2 6 chunks +15 lines, -5 lines 0 comments Download
M net/spdy/spdy_test_util_common.cc View 1 2 7 chunks +43 lines, -10 lines 0 comments Download

Messages

Total messages: 18 (2 generated)
Randy Smith (Not in Mondays)
Bence, could you take an initial look at this? It's got some large holes :-} ...
5 years, 2 months ago (2015-10-21 20:56:16 UTC) #1
Bence
On 2015/10/21 20:56:16, rdsmith wrote: > Bence, could you take an initial look at this? ...
5 years, 2 months ago (2015-10-22 19:34:16 UTC) #2
Randy Smith (Not in Mondays)
On 2015/10/22 19:34:16, Bence wrote: > On 2015/10/21 20:56:16, rdsmith wrote: > > Bence, could ...
5 years, 1 month ago (2015-10-26 17:40:25 UTC) #3
Bence
On 2015/10/26 17:40:25, rdsmith wrote: > On 2015/10/22 19:34:16, Bence wrote: > > On 2015/10/21 ...
5 years, 1 month ago (2015-10-26 18:12:21 UTC) #4
Randy Smith (Not in Mondays)
On 2015/10/26 18:12:21, Bence wrote: > On 2015/10/26 17:40:25, rdsmith wrote: > > On 2015/10/22 ...
5 years, 1 month ago (2015-10-26 18:14:10 UTC) #5
Randy Smith (Not in Mondays)
Bence: Want to take another look? The CL isn't done, but it passes all net_unittests ...
5 years, 1 month ago (2015-11-11 06:48:30 UTC) #6
Bence
So far, so good. I really like your approach to tests, I'm glad you convinced ...
5 years, 1 month ago (2015-11-11 18:47:15 UTC) #7
Bence
Sorry for missing these earlier. On 2015/11/11 06:48:30, rdsmith wrote: > Bence: Want to take ...
5 years, 1 month ago (2015-11-11 19:25:57 UTC) #8
Randy Smith (Not in Mondays)
On 2015/11/11 19:25:57, Bence wrote: > Sorry for missing these earlier. > > On 2015/11/11 ...
5 years, 1 month ago (2015-11-11 20:49:59 UTC) #9
Randy Smith (Not in Mondays)
Bence, PTAL? This is my first serious candidate for landing. I'll try to look into ...
5 years, 1 month ago (2015-11-11 23:25:59 UTC) #10
Bence
LGTM % nits. Thanks! https://codereview.chromium.org/1411383005/diff/20001/net/http/http_network_transaction_unittest.cc File net/http/http_network_transaction_unittest.cc (right): https://codereview.chromium.org/1411383005/diff/20001/net/http/http_network_transaction_unittest.cc#newcode473 net/http/http_network_transaction_unittest.cc:473: INSTANTIATE_TEST_CASE_P(TestCase, I like it, thanks. ...
5 years, 1 month ago (2015-11-12 01:33:29 UTC) #11
Randy Smith (Not in Mondays)
Thanks!! https://codereview.chromium.org/1411383005/diff/60001/net/http/http_network_transaction_unittest.cc File net/http/http_network_transaction_unittest.cc (right): https://codereview.chromium.org/1411383005/diff/60001/net/http/http_network_transaction_unittest.cc#newcode13607 net/http/http_network_transaction_unittest.cc:13607: // Use a separate test class for the ...
5 years, 1 month ago (2015-11-12 01:59:32 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1411383005/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1411383005/80001
5 years, 1 month ago (2015-11-12 02:01:11 UTC) #15
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 1 month ago (2015-11-12 03:44:45 UTC) #16
Bence
Thanks. https://codereview.chromium.org/1411383005/diff/60001/net/spdy/spdy_session_unittest.cc File net/spdy/spdy_session_unittest.cc (right): https://codereview.chromium.org/1411383005/diff/60001/net/spdy/spdy_session_unittest.cc#newcode39 net/spdy/spdy_session_unittest.cc:39: // Test using the SPDY 3.1 protocol. On ...
5 years, 1 month ago (2015-11-12 14:44:05 UTC) #17
commit-bot: I haz the power
5 years, 1 month ago (2015-11-12 20:04:28 UTC) #18
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/ebb50aa1b6d1a7ccb6eb892aca79dd6de4910d55
Cr-Commit-Position: refs/heads/master@{#359247}

Powered by Google App Engine
This is Rietveld 408576698