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

Issue 382423003: The message length should be serialized as a 64-bit value. (Closed)

Created:
6 years, 5 months ago by wtc
Modified:
6 years, 5 months ago
Project:
chromium
Visibility:
Public.

Description

The message length should be serialized as a 64-bit value. Also optimize the swapends function. R=mark@chromium.org,rsleevi@chromium.org,yukawa@chromium.org BUG=348333 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=282946

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -10 lines) Patch
M base/sha1_portable.cc View 3 chunks +11 lines, -10 lines 4 comments Download

Messages

Total messages: 13 (0 generated)
wtc
https://codereview.chromium.org/382423003/diff/1/base/sha1_portable.cc File base/sha1_portable.cc (right): https://codereview.chromium.org/382423003/diff/1/base/sha1_portable.cc#newcode62 base/sha1_portable.cc:62: uint32 cursor; Yukawa also suggested that |cursor| should be ...
6 years, 5 months ago (2014-07-12 01:23:40 UTC) #1
Ryan Sleevi
lgtm
6 years, 5 months ago (2014-07-12 02:03:50 UTC) #2
yukawa
LGTM. https://codereview.chromium.org/382423003/diff/1/base/sha1_portable.cc File base/sha1_portable.cc (right): https://codereview.chromium.org/382423003/diff/1/base/sha1_portable.cc#newcode62 base/sha1_portable.cc:62: uint32 cursor; On 2014/07/12 01:23:40, wtc wrote: > ...
6 years, 5 months ago (2014-07-12 03:40:01 UTC) #3
wtc
The CQ bit was checked by wtc@chromium.org
6 years, 5 months ago (2014-07-12 04:22:58 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wtc@chromium.org/382423003/1
6 years, 5 months ago (2014-07-12 04:24:07 UTC) #5
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: chromium_presubmit on tryserver.chromium ...
6 years, 5 months ago (2014-07-12 06:12:36 UTC) #6
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-12 06:14:48 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/chromium_presubmit/builds/79580)
6 years, 5 months ago (2014-07-12 06:14:49 UTC) #8
wtc
Mark: please review this CL. Thanks. The 'l' member (message length in bits) needs to ...
6 years, 5 months ago (2014-07-12 14:01:19 UTC) #9
Mark Mentovai
LGTM https://codereview.chromium.org/382423003/diff/1/base/sha1_portable.cc File base/sha1_portable.cc (right): https://codereview.chromium.org/382423003/diff/1/base/sha1_portable.cc#newcode154 base/sha1_portable.cc:154: M[cursor++] = l & 0xff; wtc wrote: > ...
6 years, 5 months ago (2014-07-12 14:48:48 UTC) #10
wtc
The CQ bit was checked by wtc@chromium.org
6 years, 5 months ago (2014-07-14 14:43:03 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wtc@chromium.org/382423003/1
6 years, 5 months ago (2014-07-14 14:43:50 UTC) #12
commit-bot: I haz the power
6 years, 5 months ago (2014-07-14 14:46:14 UTC) #13
Message was sent while issue was closed.
Change committed as 282946

Powered by Google App Engine
This is Rietveld 408576698