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

Issue 1429193002: Add interfaces for most major Blimp net components. (Closed)

Created:
5 years, 1 month ago by Kevin M
Modified:
5 years, 1 month ago
Reviewers:
haibinlu, *Wez
CC:
cbentzel+watch_chromium.org, chromium-reviews, dtrainor+watch-blimp_chromium.org, kmarshall+watch-blimp_chromium.org, maniscalco+watch-blimp_chromium.org, marcinjb+watch-blimp_chromium.org, nyquist+watch-blimp_chromium.org, sriramsr+watch-blimp_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add interfaces for most major Blimp net components. This CL contains interfaces and implementation stubs for network components. It will be used as a foundation for implementation work done in parallel. Other changes made to existing net code include: Rename BlimpMessageReceiver to BlimpMessageProcessor. Make BlimpMessageProcessor async-only. BUG=555012 R=wez@chromium.org,haibinlu@chromium.org Committed: https://crrev.com/3f89b699c0672552f6471e6d085c81500b40d4af Cr-Commit-Position: refs/heads/master@{#359375} Committed: https://crrev.com/e27f959360c555ec9171bcee3553478540fef94e Cr-Commit-Position: refs/heads/master@{#359411}

Patch Set 1 #

Patch Set 2 : rebase #

Total comments: 15

Patch Set 3 : Address haibinlu's feedback #2 #

Total comments: 4

Patch Set 4 : Address haibinlu #4 #

Patch Set 5 : Add missing includes. #

Patch Set 6 : s/dispatcher/demultiplexer/ #

Patch Set 7 : Finish renaming Dispatcher=>Demultiplexer #

Patch Set 8 : Multiplexer wording: processor=>sender #

Patch Set 9 : minor multiplexer changes #

Patch Set 10 : Remove taskrunner from mux. #

Patch Set 11 : Import multiplexer changes from 1434533005 #

Total comments: 50

Patch Set 12 : Address wez's feedback. #

Total comments: 21

Patch Set 13 : Address wez feedback #

Patch Set 14 : Resync #

Patch Set 15 : Move virtual dtor to BlimpConnection #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -2 lines) Patch
M blimp/net/blimp_connection.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M blimp/net/stream_socket_connection.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 33 (11 generated)
Kevin M
5 years, 1 month ago (2015-11-04 00:14:32 UTC) #1
haibinlu
https://codereview.chromium.org/1429193002/diff/20001/blimp/net/blimp_message_buffer.h File blimp/net/blimp_message_buffer.h (right): https://codereview.chromium.org/1429193002/diff/20001/blimp/net/blimp_message_buffer.h#newcode16 blimp/net/blimp_message_buffer.h:16: // Provides a reliable, ordered outgoing message buffer. "reliable ...
5 years, 1 month ago (2015-11-04 00:41:26 UTC) #2
Kevin M
https://codereview.chromium.org/1429193002/diff/20001/blimp/net/blimp_message_buffer.h File blimp/net/blimp_message_buffer.h (right): https://codereview.chromium.org/1429193002/diff/20001/blimp/net/blimp_message_buffer.h#newcode16 blimp/net/blimp_message_buffer.h:16: // Provides a reliable, ordered outgoing message buffer. On ...
5 years, 1 month ago (2015-11-04 20:09:02 UTC) #3
haibinlu
https://codereview.chromium.org/1429193002/diff/20001/blimp/net/blimp_message_buffer.h File blimp/net/blimp_message_buffer.h (right): https://codereview.chromium.org/1429193002/diff/20001/blimp/net/blimp_message_buffer.h#newcode19 blimp/net/blimp_message_buffer.h:19: class BlimpMessageBuffer : public BlimpMessageProcessor, On 2015/11/04 20:09:01, Kevin ...
5 years, 1 month ago (2015-11-04 20:33:20 UTC) #4
Kevin M
https://codereview.chromium.org/1429193002/diff/40001/blimp/engine/browser/blimp_engine_session.cc File blimp/engine/browser/blimp_engine_session.cc (right): https://codereview.chromium.org/1429193002/diff/40001/blimp/engine/browser/blimp_engine_session.cc#newcode101 blimp/engine/browser/blimp_engine_session.cc:101: ProcessMessage(message, base::Callback<void(int)>()); On 2015/11/04 20:33:20, haibinlu wrote: > net::CompletionCallback() ...
5 years, 1 month ago (2015-11-04 20:49:48 UTC) #5
haibinlu
lgtm
5 years, 1 month ago (2015-11-04 20:52:25 UTC) #6
Kevin M
le ping
5 years, 1 month ago (2015-11-10 21:40:27 UTC) #9
Wez
Oooh la la, je parle jusque un petit peu Francaise. Desole! On 10 November 2015 ...
5 years, 1 month ago (2015-11-10 22:45:49 UTC) #10
Wez
This is looking great! https://codereview.chromium.org/1429193002/diff/40002/blimp/client/net/client_connection_manager.h File blimp/client/net/client_connection_manager.h (right): https://codereview.chromium.org/1429193002/diff/40002/blimp/client/net/client_connection_manager.h#newcode18 blimp/client/net/client_connection_manager.h:18: explicit ClientConnectionManager(ConnectionHandler* client_browser_session); Add a ...
5 years, 1 month ago (2015-11-12 00:12:54 UTC) #11
Kevin M
https://codereview.chromium.org/1429193002/diff/40002/blimp/client/net/client_connection_manager.h File blimp/client/net/client_connection_manager.h (right): https://codereview.chromium.org/1429193002/diff/40002/blimp/client/net/client_connection_manager.h#newcode18 blimp/client/net/client_connection_manager.h:18: explicit ClientConnectionManager(ConnectionHandler* client_browser_session); On 2015/11/12 00:12:53, Wez wrote: > ...
5 years, 1 month ago (2015-11-12 01:53:16 UTC) #12
Wez
lgtm https://codereview.chromium.org/1429193002/diff/210001/blimp/engine/browser/blimp_engine_session.cc File blimp/engine/browser/blimp_engine_session.cc (right): https://codereview.chromium.org/1429193002/diff/210001/blimp/engine/browser/blimp_engine_session.cc#newcode128 blimp/engine/browser/blimp_engine_session.cc:128: callback.Run(net::OK); Didn't we agree that ProcessMessage should be ...
5 years, 1 month ago (2015-11-12 03:45:57 UTC) #13
Wez
Before you land this, can you make this branch depend on the multiplexer one so ...
5 years, 1 month ago (2015-11-12 03:49:36 UTC) #14
Kevin M
The multiplexer CL actually depends on this CL, not the other way around, as it ...
5 years, 1 month ago (2015-11-12 19:03:48 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1429193002/230001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1429193002/230001
5 years, 1 month ago (2015-11-12 19:09:00 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/93648) mac_chromium_compile_dbg_ng on tryserver.chromium.mac (JOB_FAILED, ...
5 years, 1 month ago (2015-11-12 19:12:19 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1429193002/250001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1429193002/250001
5 years, 1 month ago (2015-11-12 19:34:52 UTC) #24
Wez
https://codereview.chromium.org/1429193002/diff/210001/blimp/net/stream_socket_connection.h File blimp/net/stream_socket_connection.h (right): https://codereview.chromium.org/1429193002/diff/210001/blimp/net/stream_socket_connection.h#newcode22 blimp/net/stream_socket_connection.h:22: ~StreamSocketConnection(); On 2015/11/12 at 19:03:47, Kevin M wrote: > ...
5 years, 1 month ago (2015-11-12 20:12:55 UTC) #25
commit-bot: I haz the power
Committed patchset #14 (id:250001)
5 years, 1 month ago (2015-11-12 20:23:13 UTC) #26
commit-bot: I haz the power
Patchset 14 (id:??) landed as https://crrev.com/3f89b699c0672552f6471e6d085c81500b40d4af Cr-Commit-Position: refs/heads/master@{#359375}
5 years, 1 month ago (2015-11-12 20:24:13 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1429193002/270001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1429193002/270001
5 years, 1 month ago (2015-11-12 22:10:22 UTC) #31
commit-bot: I haz the power
Committed patchset #15 (id:270001)
5 years, 1 month ago (2015-11-12 22:29:47 UTC) #32
commit-bot: I haz the power
5 years, 1 month ago (2015-11-12 22:31:04 UTC) #33
Message was sent while issue was closed.
Patchset 15 (id:??) landed as
https://crrev.com/e27f959360c555ec9171bcee3553478540fef94e
Cr-Commit-Position: refs/heads/master@{#359411}

Powered by Google App Engine
This is Rietveld 408576698