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

Issue 1324113002: Introduce WebSocketDeflateParameters. (Closed)

Created:
5 years, 3 months ago by yhirano
Modified:
5 years, 3 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, cbentzel+watch_chromium.org, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Introduce WebSocketDeflateParameters. This CL introduces WebSocketDeflateParameters which represents WebSocket "permessage-deflate" extension parameters. The class will also be used by WebSocketEncoder sitting on net/server in the future. This CL doesn't change the behavior. BUG=523228 Committed: https://crrev.com/8387aee95b6206d01bbd988f87b0d082ad18ed4e Cr-Commit-Position: refs/heads/master@{#348567}

Patch Set 1 : #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 14

Patch Set 5 : #

Total comments: 4

Patch Set 6 : #

Total comments: 4

Patch Set 7 : #

Patch Set 8 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+618 lines, -211 lines) Patch
M net/net.gypi View 1 2 3 4 2 chunks +3 lines, -0 lines 0 comments Download
M net/websockets/websocket_basic_handshake_stream.cc View 1 2 3 6 chunks +17 lines, -85 lines 0 comments Download
A net/websockets/websocket_deflate_parameters.h View 1 2 3 4 5 6 1 chunk +128 lines, -0 lines 0 comments Download
A net/websockets/websocket_deflate_parameters.cc View 1 2 3 4 5 1 chunk +179 lines, -0 lines 0 comments Download
A net/websockets/websocket_deflate_parameters_test.cc View 1 2 3 4 5 6 7 1 chunk +260 lines, -0 lines 0 comments Download
M net/websockets/websocket_deflate_stream.h View 2 chunks +2 lines, -2 lines 0 comments Download
M net/websockets/websocket_deflate_stream.cc View 3 chunks +10 lines, -6 lines 0 comments Download
M net/websockets/websocket_deflate_stream_test.cc View 2 chunks +7 lines, -3 lines 0 comments Download
M net/websockets/websocket_extension.cc View 2 chunks +9 lines, -4 lines 0 comments Download
M net/websockets/websocket_stream_test.cc View 1 2 chunks +3 lines, -111 lines 0 comments Download

Messages

Total messages: 35 (18 generated)
yhirano
5 years, 3 months ago (2015-09-02 14:18:52 UTC) #8
yhirano
On 2015/09/02 14:18:52, yhirano wrote: tyoshino: ping
5 years, 3 months ago (2015-09-10 06:04:35 UTC) #9
tyoshino (SeeGerritForStatus)
lgtm https://codereview.chromium.org/1324113002/diff/140002/net/websockets/websocket_deflate_parameters.cc File net/websockets/websocket_deflate_parameters.cc (right): https://codereview.chromium.org/1324113002/diff/140002/net/websockets/websocket_deflate_parameters.cc#newcode174 net/websockets/websocket_deflate_parameters.cc:174: } L166-174 are unnecessary. The value part of ...
5 years, 3 months ago (2015-09-10 09:06:20 UTC) #10
yhirano
https://codereview.chromium.org/1324113002/diff/140002/net/websockets/websocket_deflate_parameters.cc File net/websockets/websocket_deflate_parameters.cc (right): https://codereview.chromium.org/1324113002/diff/140002/net/websockets/websocket_deflate_parameters.cc#newcode174 net/websockets/websocket_deflate_parameters.cc:174: } On 2015/09/10 09:06:19, tyoshino wrote: > L166-174 are ...
5 years, 3 months ago (2015-09-10 11:20:13 UTC) #11
tyoshino (SeeGerritForStatus)
lgtm
5 years, 3 months ago (2015-09-10 11:47:12 UTC) #12
yhirano
+davidben@ for net/net.gypi
5 years, 3 months ago (2015-09-10 12:15:11 UTC) #14
davidben
I didn't look through this carefully and assume it's mostly moving code around. Two things ...
5 years, 3 months ago (2015-09-10 15:59:39 UTC) #15
yhirano
https://codereview.chromium.org/1324113002/diff/180001/net/websockets/websocket_deflate_parameters.h File net/websockets/websocket_deflate_parameters.h (right): https://codereview.chromium.org/1324113002/diff/180001/net/websockets/websocket_deflate_parameters.h#newcode24 net/websockets/websocket_deflate_parameters.h:24: WebSocketDeflater::DO_NOT_TAKE_OVER_CONTEXT; On 2015/09/10 15:59:39, David Benjamin wrote: > This ...
5 years, 3 months ago (2015-09-11 01:49:12 UTC) #18
davidben
net/net.gypi lgtm. I didn't look closely at the websockets files apart from skimming for style ...
5 years, 3 months ago (2015-09-11 15:40:50 UTC) #19
yhirano
https://codereview.chromium.org/1324113002/diff/240001/net/websockets/websocket_deflate_parameters.h File net/websockets/websocket_deflate_parameters.h (right): https://codereview.chromium.org/1324113002/diff/240001/net/websockets/websocket_deflate_parameters.h#newcode21 net/websockets/websocket_deflate_parameters.h:21: using ContextTakeOverMode = WebSocketDeflater::ContextTakeOverMode; On 2015/09/11 15:40:49, David Benjamin ...
5 years, 3 months ago (2015-09-14 02:01:10 UTC) #20
yhirano
5 years, 3 months ago (2015-09-14 02:01:11 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1324113002/260001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1324113002/260001
5 years, 3 months ago (2015-09-14 02:02:20 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1324113002/260001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1324113002/260001
5 years, 3 months ago (2015-09-14 03:53:37 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1324113002/300001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1324113002/300001
5 years, 3 months ago (2015-09-14 04:34:32 UTC) #32
commit-bot: I haz the power
Committed patchset #8 (id:300001)
5 years, 3 months ago (2015-09-14 05:47:00 UTC) #33
commit-bot: I haz the power
Patchset 8 (id:??) landed as https://crrev.com/8387aee95b6206d01bbd988f87b0d082ad18ed4e Cr-Commit-Position: refs/heads/master@{#348567}
5 years, 3 months ago (2015-09-14 05:49:08 UTC) #34
commit-bot: I haz the power
5 years, 3 months ago (2015-09-23 12:29:49 UTC) #35
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/8387aee95b6206d01bbd988f87b0d082ad18ed4e
Cr-Commit-Position: refs/heads/master@{#348567}

Powered by Google App Engine
This is Rietveld 408576698