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

Issue 2908763002: Change HpackHuffmanDecoder::CanonicalToSource() return type. (Closed)

Created:
3 years, 7 months ago by Bence
Modified:
3 years, 7 months ago
Reviewers:
dahollings, xunjieli
CC:
chromium-reviews, cbentzel+watch_chromium.org, bnc+watch_chromium.org, net-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Change HpackHuffmanDecoder::CanonicalToSource() return type. This is to avoid casting uint8 to char to unsigned char to uint16: one cast (from uint8 to uint16) should be enough. This lands internal change 157244049 by bnc. BUG=488484 Review-Url: https://codereview.chromium.org/2908763002 Cr-Commit-Position: refs/heads/master@{#475114} Committed: https://chromium.googlesource.com/chromium/src/+/9b7060c78d0c6ec8f831823bf9fff9946eece7d4

Patch Set 1 #

Total comments: 2

Patch Set 2 : Re: #15. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -7 lines) Patch
M net/spdy/core/hpack/hpack_huffman_decoder.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M net/spdy/core/hpack/hpack_huffman_decoder.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/spdy/core/hpack/hpack_huffman_decoder_test.cc View 2 chunks +2 lines, -3 lines 0 comments Download

Messages

Total messages: 22 (13 generated)
Bence
dahollings: PTAL. Thank you.
3 years, 7 months ago (2017-05-26 18:28:11 UTC) #6
dahollings
lgtm
3 years, 7 months ago (2017-05-26 18:33:41 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2908763002/1
3 years, 7 months ago (2017-05-26 18:34:33 UTC) #9
commit-bot: I haz the power
No L-G-T-M from a valid reviewer yet. CQ run can only be started once the ...
3 years, 7 months ago (2017-05-26 18:34:35 UTC) #11
Bence
xunjieli: please rubber stamp. Thank you.
3 years, 7 months ago (2017-05-26 18:37:09 UTC) #13
xunjieli
lgtm https://codereview.chromium.org/2908763002/diff/1/net/spdy/core/hpack/hpack_huffman_decoder.h File net/spdy/core/hpack/hpack_huffman_decoder.h (right): https://codereview.chromium.org/2908763002/diff/1/net/spdy/core/hpack/hpack_huffman_decoder.h#newcode60 net/spdy/core/hpack/hpack_huffman_decoder.h:60: // Converts a canonical symbol to the source ...
3 years, 7 months ago (2017-05-26 18:54:20 UTC) #15
Bence
Thank you both for reviewing. https://codereview.chromium.org/2908763002/diff/1/net/spdy/core/hpack/hpack_huffman_decoder.h File net/spdy/core/hpack/hpack_huffman_decoder.h (right): https://codereview.chromium.org/2908763002/diff/1/net/spdy/core/hpack/hpack_huffman_decoder.h#newcode60 net/spdy/core/hpack/hpack_huffman_decoder.h:60: // Converts a canonical ...
3 years, 7 months ago (2017-05-26 18:57:50 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2908763002/20001
3 years, 7 months ago (2017-05-26 18:58:22 UTC) #19
commit-bot: I haz the power
3 years, 7 months ago (2017-05-26 20:38:48 UTC) #22
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/9b7060c78d0c6ec8f831823bf9ff...

Powered by Google App Engine
This is Rietveld 408576698