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

Issue 105943006: nacl_io: Add inet_pton() and ip6addr_* consts. (Closed)

Created:
7 years ago by Sergey Ulanov
Modified:
6 years, 11 months ago
Reviewers:
Sam Clegg
CC:
chromium-reviews, binji, Sam Clegg
Visibility:
Public.

Description

nacl_io: Add inet_pton() and ip6addr_* consts. BUG=276739 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=239309

Patch Set 1 #

Patch Set 2 : #

Total comments: 6

Patch Set 3 : #

Patch Set 4 : #

Total comments: 8

Patch Set 5 : #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+238 lines, -0 lines) Patch
M native_client_sdk/native_client_sdk_untrusted.gyp View 1 chunk +1 line, -0 lines 0 comments Download
A native_client_sdk/src/libraries/nacl_io/in6_addr.c View 1 2 3 4 1 chunk +21 lines, -0 lines 0 comments Download
M native_client_sdk/src/libraries/nacl_io/library.dsc View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
A native_client_sdk/src/libraries/nacl_io/syscalls/inet_pton.c View 1 2 3 4 1 chunk +147 lines, -0 lines 0 comments Download
M native_client_sdk/src/libraries/third_party/newlib-extras/netinet6/in6.h View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M native_client_sdk/src/tests/nacl_io_test/socket_test.cc View 1 chunk +62 lines, -0 lines 4 comments Download

Messages

Total messages: 10 (0 generated)
Sergey Ulanov
7 years ago (2013-12-06 02:10:33 UTC) #1
Sam Clegg
Thanks for contributing this! It will be useful to me in a parallel CL i'm ...
7 years ago (2013-12-06 02:31:36 UTC) #2
Sergey Ulanov
Are the any special NaCl trybots I need to run this change through? I tried ...
7 years ago (2013-12-06 20:20:21 UTC) #3
Sam Clegg
lgtm, with comments. "git cl try" should select the correct trybots for this change. From ...
7 years ago (2013-12-06 20:57:03 UTC) #4
Sergey Ulanov
https://codereview.chromium.org/105943006/diff/110001/native_client_sdk/src/libraries/nacl_io/in6_addr.c File native_client_sdk/src/libraries/nacl_io/in6_addr.c (right): https://codereview.chromium.org/105943006/diff/110001/native_client_sdk/src/libraries/nacl_io/in6_addr.c#newcode3 native_client_sdk/src/libraries/nacl_io/in6_addr.c:3: // found in the LICENSE file. On 2013/12/06 20:57:03, ...
7 years ago (2013-12-06 21:15:43 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/105943006/130001
7 years ago (2013-12-06 21:35:34 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/105943006/130001
7 years ago (2013-12-07 02:17:18 UTC) #7
commit-bot: I haz the power
Change committed as 239309
7 years ago (2013-12-07 03:44:46 UTC) #8
Sam Clegg
https://codereview.chromium.org/105943006/diff/130001/native_client_sdk/src/tests/nacl_io_test/socket_test.cc File native_client_sdk/src/tests/nacl_io_test/socket_test.cc (right): https://codereview.chromium.org/105943006/diff/130001/native_client_sdk/src/tests/nacl_io_test/socket_test.cc#newcode398 native_client_sdk/src/tests/nacl_io_test/socket_test.cc:398: TEST(SocketUtilityFunctions, Inet_ptoa) { Should this test have been called ...
6 years, 11 months ago (2014-01-25 00:30:07 UTC) #9
Sergey Ulanov
6 years, 11 months ago (2014-01-25 02:22:02 UTC) #10
Message was sent while issue was closed.
https://codereview.chromium.org/105943006/diff/130001/native_client_sdk/src/t...
File native_client_sdk/src/tests/nacl_io_test/socket_test.cc (right):

https://codereview.chromium.org/105943006/diff/130001/native_client_sdk/src/t...
native_client_sdk/src/tests/nacl_io_test/socket_test.cc:398:
TEST(SocketUtilityFunctions, Inet_ptoa) {
On 2014/01/25 00:30:07, Sam Clegg wrote:
> Should this test have been called Inet_pton?

yes, I'll rename it in a separate CL.

https://codereview.chromium.org/105943006/diff/130001/native_client_sdk/src/t...
native_client_sdk/src/tests/nacl_io_test/socket_test.cc:436:
TEST(SocketUtilityFunctions, Inet_ptoa_failure) {
On 2014/01/25 00:30:07, Sam Clegg wrote:
> Should this be "pton"?

yes

Powered by Google App Engine
This is Rietveld 408576698