Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(608)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Issue
11274013
: Added queued SendTo/RecvFrom calls. (Closed)
Created:
8 years, 2 months ago by
ygorshenin1
Modified:
8 years, 2 months ago
Reviewers:
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam
Base URL:
svn://svn.chromium.org/chrome/trunk/src
Visibility:
Public.
More Reviews
Description
Added queued SendTo/RecvFrom calls. Implemented queued UDP SendTo/RecvFrom calls. BUG=
154338
TEST=browser_tests:*UDPSocketPrivate*
Patch Set 1
#
Created:
8 years, 2 months ago
Download
[raw]
[tar.bz2]
Unified diffs
Side-by-side diffs
Delta from patch set
Stats
(
+330 lines, -64 lines
)
Patch
chrome/test/ppapi/ppapi_browsertest.cc
View
1 chunk
+6 lines, -0 lines
0 comments
Download
content/browser/renderer_host/pepper/pepper_udp_socket.h
View
4 chunks
+29 lines, -4 lines
0 comments
Download
content/browser/renderer_host/pepper/pepper_udp_socket.cc
View
8 chunks
+63 lines, -33 lines
0 comments
Download
ppapi/shared_impl/private/udp_socket_private_impl.h
View
3 chunks
+17 lines, -5 lines
0 comments
Download
ppapi/shared_impl/private/udp_socket_private_impl.cc
View
5 chunks
+36 lines, -22 lines
0 comments
Download
ppapi/tests/test_udp_socket_private.h
View
2 chunks
+11 lines, -0 lines
0 comments
Download
ppapi/tests/test_udp_socket_private.cc
View
4 chunks
+168 lines, -0 lines
0 comments
Download
Issue 11274013: Added queued SendTo/RecvFrom calls. (Closed)
Created 8 years, 2 months ago by ygorshenin1
Modified 8 years, 2 months ago
Reviewers:
Base URL: svn://svn.chromium.org/chrome/trunk/src
Comments: 0
This is Rietveld
408576698