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

Issue 1626453003: [OBSOLETE] Browser-side implementation of WebSocket Blob receive. (Closed)

Created:
4 years, 11 months ago by Adam Rice
Modified:
3 years, 10 months ago
Reviewers:
CC:
chromium-reviews, darin-cc_chromium.org, jam
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[OBSOLETE] Browser-side implementation of WebSocket Blob receive. Avoid extra copies by handling Blob receive inside the browser process. The new class content::WebSocketBlobReceiver takes data passed from a WebSocket and creates a Blob from it. BUG=580615 TEST=content_unittests

Patch Set 1 #

Patch Set 2 : Add WebSocketHost::ReceiveQuotaMultiplexer #

Unified diffs Side-by-side diffs Delta from patch set Stats (+908 lines, -13 lines) Patch
A content/browser/renderer_host/websocket_blob_receiver.h View 1 chunk +143 lines, -0 lines 0 comments Download
A content/browser/renderer_host/websocket_blob_receiver.cc View 1 1 chunk +305 lines, -0 lines 0 comments Download
A content/browser/renderer_host/websocket_blob_receiver_unittest.cc View 1 1 chunk +351 lines, -0 lines 0 comments Download
M content/browser/renderer_host/websocket_host.h View 1 2 chunks +45 lines, -0 lines 0 comments Download
M content/browser/renderer_host/websocket_host.cc View 1 8 chunks +61 lines, -13 lines 0 comments Download
M content/content_browser.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M content/content_tests.gypi View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 1 (1 generated)
Adam Rice
3 years, 10 months ago (2017-02-06 01:03:07 UTC) #1
Description was changed from

==========
Browser-side implementation of WebSocket Blob receive.

Avoid extra copies by handling Blob receive inside the browser process.

The new class content::WebSocketBlobReceiver takes data passed from a WebSocket
and creates a Blob from it.

BUG=580615
TEST=content_unittests
==========

to

==========
[OBSOLETE] Browser-side implementation of WebSocket Blob receive.

Avoid extra copies by handling Blob receive inside the browser process.

The new class content::WebSocketBlobReceiver takes data passed from a WebSocket
and creates a Blob from it.

BUG=580615
TEST=content_unittests
==========

Powered by Google App Engine
This is Rietveld 408576698