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

Issue 596383002: Mojo UDP API implementation. (Closed)

Created:
6 years, 3 months ago by yzshen1
Modified:
6 years, 2 months ago
CC:
chromium-reviews, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin (slow to review), ben+mojo_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@udp_interface
Project:
chromium
Visibility:
Public.

Description

Mojo UDP API implementation. BUG=402671 TEST=udp_socket_unittest.cc (this CL hasn't run that on the bots) Committed: https://crrev.com/abe73a46f228effb9536840810c9b1a84ec1a583 Cr-Commit-Position: refs/heads/master@{#299031}

Patch Set 1 #

Patch Set 2 : #

Total comments: 13

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : sync #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+812 lines, -0 lines) Patch
M mojo/mojo_services.gypi View 1 2 3 4 5 2 chunks +22 lines, -0 lines 0 comments Download
M mojo/services/network/BUILD.gn View 1 2 3 4 5 1 chunk +22 lines, -0 lines 0 comments Download
M mojo/services/network/network_service_impl.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M mojo/services/network/network_service_impl.cc View 1 2 3 4 5 2 chunks +5 lines, -0 lines 0 comments Download
A mojo/services/network/udp_socket_impl.h View 1 2 3 1 chunk +98 lines, -0 lines 0 comments Download
A mojo/services/network/udp_socket_impl.cc View 1 2 3 4 5 1 chunk +275 lines, -0 lines 0 comments Download
A mojo/services/network/udp_socket_unittest.cc View 1 2 3 4 5 6 7 1 chunk +386 lines, -0 lines 0 comments Download
M mojo/services/public/interfaces/network/network_service.mojom View 1 2 3 4 5 2 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 28 (9 generated)
yzshen1
Hi, Would you please take a look? Thanks! This CL depends on https://codereview.chromium.org/590263002/ Darin: general ...
6 years, 2 months ago (2014-09-25 18:25:12 UTC) #3
yzshen1
+Brett as reviewer Thanks Brett!
6 years, 2 months ago (2014-09-26 22:00:21 UTC) #5
brettw
https://codereview.chromium.org/596383002/diff/20001/mojo/services/network/net_address_type_converters.cc File mojo/services/network/net_address_type_converters.cc (right): https://codereview.chromium.org/596383002/diff/20001/mojo/services/network/net_address_type_converters.cc#newcode21 mojo/services/network/net_address_type_converters.cc:21: I think it would be easier to follow if ...
6 years, 2 months ago (2014-09-29 18:24:26 UTC) #6
yzshen1
Thanks Brett! https://codereview.chromium.org/596383002/diff/20001/mojo/services/network/net_address_type_converters.cc File mojo/services/network/net_address_type_converters.cc (right): https://codereview.chromium.org/596383002/diff/20001/mojo/services/network/net_address_type_converters.cc#newcode21 mojo/services/network/net_address_type_converters.cc:21: On 2014/09/29 18:24:25, brettw wrote: > I ...
6 years, 2 months ago (2014-09-29 21:51:12 UTC) #7
Matt Perry
https://codereview.chromium.org/596383002/diff/20001/mojo/services/public/interfaces/network/udp_socket.mojom File mojo/services/public/interfaces/network/udp_socket.mojom (right): https://codereview.chromium.org/596383002/diff/20001/mojo/services/public/interfaces/network/udp_socket.mojom#newcode55 mojo/services/public/interfaces/network/udp_socket.mojom:55: SendTo(NetAddress addr, uint8[] data) => (NetworkError result); Have you ...
6 years, 2 months ago (2014-09-29 23:39:08 UTC) #9
yzshen1
On 2014/09/29 23:39:08, Matt Perry wrote: > https://codereview.chromium.org/596383002/diff/20001/mojo/services/public/interfaces/network/udp_socket.mojom > File mojo/services/public/interfaces/network/udp_socket.mojom (right): > > https://codereview.chromium.org/596383002/diff/20001/mojo/services/public/interfaces/network/udp_socket.mojom#newcode55 ...
6 years, 2 months ago (2014-09-29 23:54:58 UTC) #10
Matt Perry
On 2014/09/29 23:54:58, yzshen1 wrote: > On 2014/09/29 23:39:08, Matt Perry wrote: > > > ...
6 years, 2 months ago (2014-09-30 00:09:57 UTC) #11
yzshen1
On 2014/09/30 00:09:57, Matt Perry wrote: > On 2014/09/29 23:54:58, yzshen1 wrote: > > On ...
6 years, 2 months ago (2014-09-30 00:25:20 UTC) #12
Matt Perry
On 2014/09/30 00:25:20, yzshen1 wrote: > On 2014/09/30 00:09:57, Matt Perry wrote: > > On ...
6 years, 2 months ago (2014-09-30 00:30:45 UTC) #13
yzshen1
On 2014/09/30 00:30:45, Matt Perry wrote: > On 2014/09/30 00:25:20, yzshen1 wrote: > > On ...
6 years, 2 months ago (2014-09-30 16:29:04 UTC) #14
yzshen1
Hi, Brett. I have updated the code according to the API change. Please take a ...
6 years, 2 months ago (2014-10-07 23:44:36 UTC) #15
brettw
lgtm
6 years, 2 months ago (2014-10-08 00:37:09 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/596383002/100001
6 years, 2 months ago (2014-10-09 21:51:51 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_rel/builds/23319) linux_chromium_compile_dbg_32 on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_compile_dbg_32/builds/1353) linux_chromium_gn_dbg ...
6 years, 2 months ago (2014-10-09 22:07:19 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/596383002/210002
6 years, 2 months ago (2014-10-09 22:15:36 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_rel/builds/23327) linux_chromium_chromeos_rel_swarming on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_swarming/builds/22615) linux_chromium_gn_rel ...
6 years, 2 months ago (2014-10-09 22:29:48 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/596383002/580001
6 years, 2 months ago (2014-10-09 23:48:48 UTC) #26
commit-bot: I haz the power
Committed patchset #8 (id:580001)
6 years, 2 months ago (2014-10-10 01:09:52 UTC) #27
commit-bot: I haz the power
6 years, 2 months ago (2014-10-10 02:04:48 UTC) #28
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/abe73a46f228effb9536840810c9b1a84ec1a583
Cr-Commit-Position: refs/heads/master@{#299031}

Powered by Google App Engine
This is Rietveld 408576698