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

Issue 268923002: Add support of sending blob data for RTCDataChannel

Created:
6 years, 7 months ago by Li Yin
Modified:
6 years, 7 months ago
CC:
blink-reviews, tommyw+watchlist_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Add support of sending blob data for RTCDataChannel Spec: http://dev.w3.org/2011/webrtc/editor/webrtc.html#widl-RTCDataChannel-send-void-Blob-data BUG=

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+316 lines, -11 lines) Patch
A LayoutTests/fast/mediastream/RTCPeerConnection-datachannel-blob.html View 1 chunk +176 lines, -0 lines 0 comments Download
A LayoutTests/fast/mediastream/RTCPeerConnection-datachannel-blob-expected.txt View 1 chunk +33 lines, -0 lines 0 comments Download
M Source/modules/mediastream/RTCDataChannel.h View 4 chunks +24 lines, -1 line 0 comments Download
M Source/modules/mediastream/RTCDataChannel.cpp View 7 chunks +83 lines, -10 lines 4 comments Download

Messages

Total messages: 22 (0 generated)
Li Yin
Now, Blob is created through BlobDataHandle, the raw data is stored in Browser process, not ...
6 years, 7 months ago (2014-05-04 08:16:11 UTC) #1
abarth-chromium
Do we need to route the data through the render process? Can't we just send ...
6 years, 7 months ago (2014-05-05 21:42:15 UTC) #2
abarth-chromium
+michaeln
6 years, 7 months ago (2014-05-05 21:42:45 UTC) #3
Li Yin
On 2014/05/05 21:42:15, abarth wrote: > Do we need to route the data through the ...
6 years, 7 months ago (2014-05-06 01:51:28 UTC) #4
michaeln
On 2014/05/06 01:51:28, Li Yin wrote: > On 2014/05/05 21:42:15, abarth wrote: > > Do ...
6 years, 7 months ago (2014-05-06 02:36:49 UTC) #5
michaeln
This looks a lot more workable than websockets, iircc, websockets has a lot of message ...
6 years, 7 months ago (2014-05-06 03:38:12 UTC) #6
Li Yin
On 2014/05/06 03:38:12, michaeln wrote: > This looks a lot more workable than websockets, iircc, ...
6 years, 7 months ago (2014-05-06 06:48:53 UTC) #7
Li Yin
https://codereview.chromium.org/268923002/diff/1/Source/modules/mediastream/RTCDataChannel.cpp File Source/modules/mediastream/RTCDataChannel.cpp (right): https://codereview.chromium.org/268923002/diff/1/Source/modules/mediastream/RTCDataChannel.cpp#newcode261 Source/modules/mediastream/RTCDataChannel.cpp:261: OwnPtr<Vector<char> > binaryData = adoptPtr(new Vector<char>(dataLength)); On 2014/05/06 02:36:49, ...
6 years, 7 months ago (2014-05-06 07:09:36 UTC) #8
Li Yin
On 2014/05/06 03:38:12, michaeln wrote: > This looks a lot more workable than websockets, iircc, ...
6 years, 7 months ago (2014-05-06 07:26:54 UTC) #9
michaeln
> P2PSocketDispatcher and P2PSocketDispatcherHost are the process boundaries > between render and browser process, they ...
6 years, 7 months ago (2014-05-07 01:26:37 UTC) #10
Li Yin
On 2014/05/07 01:26:37, michaeln wrote: > What is the motivation do do this now? And ...
6 years, 7 months ago (2014-05-07 01:38:12 UTC) #11
Li Yin
On 2014/05/07 01:26:37, michaeln wrote: > From my point of view, implementing the loop de ...
6 years, 7 months ago (2014-05-07 01:51:10 UTC) #12
michaeln
On 2014/05/07 01:38:12, Li Yin wrote: > On 2014/05/07 01:26:37, michaeln wrote: > > What ...
6 years, 7 months ago (2014-05-07 01:58:17 UTC) #13
Li Yin
There is a related article about WebRTC data channel, which is a good description for ...
6 years, 7 months ago (2014-05-07 02:23:38 UTC) #14
Li Yin
On 2014/05/07 01:58:17, michaeln wrote: > On 2014/05/07 01:38:12, Li Yin wrote: > > On ...
6 years, 7 months ago (2014-05-07 03:10:16 UTC) #15
Li Yin
On 2014/05/07 01:58:17, michaeln wrote: > I was just chatting with adam about how we ...
6 years, 7 months ago (2014-05-07 03:25:32 UTC) #16
michaeln1
Hi Li, I think there's a misunderstanding. I'm not at all questioning the api or ...
6 years, 7 months ago (2014-05-07 03:33:35 UTC) #17
Li Yin
On 2014/05/07 03:33:35, michaeln1 wrote: > Hi Li, > > I think there's a misunderstanding. ...
6 years, 7 months ago (2014-05-07 05:30:58 UTC) #18
Li Yin
+perkj +sergeyu
6 years, 7 months ago (2014-05-07 05:33:57 UTC) #19
perkj_chrome
Sorry - I don't know anything about this and Tommy W is out sick and ...
6 years, 7 months ago (2014-05-16 10:37:24 UTC) #20
perkj_chrome
On 2014/05/16 10:37:24, perkj wrote: > Sorry - I don't know anything about this and ...
6 years, 7 months ago (2014-05-16 10:46:41 UTC) #21
perkj_chrome
6 years, 7 months ago (2014-05-16 10:47:14 UTC) #22

          

Powered by Google App Engine
This is Rietveld 408576698