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

Issue 855493002: [DO NOT REVIEW][DO NOT COMMIT] Introduce WebDataProducerHandle.

Created:
5 years, 11 months ago by yhirano
Modified:
5 years, 8 months ago
Reviewers:
CC:
blink-reviews, dglazkov+blink
Base URL:
https://chromium.googlesource.com/chromium/blink.git@pump-data-out-of-stream
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Introduce WebDataProducerHandle. Introduce WebDataProducerHandle, a dual interface of WebDataConsumerHandle. This CL also declares Platform::createDatapipe which creates a pair of WebDataProduerHandle and WebDataConsumerHandle. The implementation will be done in the chromium side. R=tyoshino BUG=418879

Patch Set 1 #

Total comments: 6

Patch Set 2 : rebase #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+111 lines, -1 line) Patch
M public/platform/Platform.h View 1 2 2 chunks +8 lines, -0 lines 0 comments Download
A public/platform/WebCreateDataPipeOptions.h View 1 chunk +28 lines, -0 lines 0 comments Download
M public/platform/WebDataConsumerHandle.h View 1 2 2 chunks +2 lines, -1 line 0 comments Download
A public/platform/WebDataProducerHandle.h View 1 2 1 chunk +73 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (3 generated)
yhirano
5 years, 11 months ago (2015-01-23 03:54:27 UTC) #3
tyoshino (SeeGerritForStatus)
https://codereview.chromium.org/855493002/diff/1/public/platform/Platform.h File public/platform/Platform.h (right): https://codereview.chromium.org/855493002/diff/1/public/platform/Platform.h#newcode654 public/platform/Platform.h:654: // Creates a producer handle and a consumer handle, ...
5 years, 11 months ago (2015-01-23 08:24:20 UTC) #4
yhirano
https://codereview.chromium.org/855493002/diff/1/public/platform/Platform.h File public/platform/Platform.h (right): https://codereview.chromium.org/855493002/diff/1/public/platform/Platform.h#newcode654 public/platform/Platform.h:654: // Creates a producer handle and a consumer handle, ...
5 years, 11 months ago (2015-01-23 10:49:03 UTC) #5
yhirano
The situation has changed and now I'm not sure if I should land this change. ...
5 years, 8 months ago (2015-04-16 05:00:36 UTC) #6
yhirano
5 years, 8 months ago (2015-04-16 05:01:37 UTC) #8

          

Powered by Google App Engine
This is Rietveld 408576698