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

Issue 1349373002: Improve the style of code in lib/. (Closed)

Created:
5 years, 3 months ago by nweiz
Modified:
5 years, 3 months ago
Reviewers:
Bob Nystrom
CC:
reviews_dartlang.org, sethladd
Base URL:
git@github.com:dart-lang/crypto.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Improve the style of code in lib/. This also improves some implementations, especially to make better use of typed data. R=rnystrom@google.com Committed: https://github.com/dart-lang/crypto/commit/ff5295af5d1d112d2cf35a45f25217cc93bcb38f

Patch Set 1 #

Total comments: 6

Patch Set 2 : Code review changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+677 lines, -677 lines) Patch
M lib/crypto.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M lib/src/base64.dart View 3 chunks +5 lines, -363 lines 0 comments Download
A lib/src/base64/decoder.dart View 1 1 chunk +129 lines, -0 lines 0 comments Download
A lib/src/base64/decoder_sink.dart View 1 chunk +51 lines, -0 lines 0 comments Download
A lib/src/base64/encoder.dart View 1 chunk +151 lines, -0 lines 0 comments Download
A lib/src/base64/encoder_sink.dart View 1 chunk +56 lines, -0 lines 0 comments Download
M lib/src/crypto_utils.dart View 2 chunks +4 lines, -7 lines 0 comments Download
M lib/src/hash_base.dart View 1 2 chunks +71 lines, -110 lines 0 comments Download
M lib/src/hmac.dart View 5 chunks +28 lines, -29 lines 0 comments Download
M lib/src/md5.dart View 1 chunk +60 lines, -55 lines 0 comments Download
M lib/src/sha1.dart View 1 chunk +35 lines, -32 lines 0 comments Download
M lib/src/sha256.dart View 1 chunk +71 lines, -70 lines 0 comments Download
M lib/src/utils.dart View 1 1 chunk +10 lines, -10 lines 0 comments Download
M pubspec.yaml View 1 chunk +4 lines, -1 line 0 comments Download

Messages

Total messages: 6 (1 generated)
nweiz
5 years, 3 months ago (2015-09-18 01:19:16 UTC) #2
Bob Nystrom
I didn't review this in detail because I'm assuming it's mostly moving code and renaming ...
5 years, 3 months ago (2015-09-18 17:15:48 UTC) #3
nweiz
https://codereview.chromium.org/1349373002/diff/1/lib/src/base64/decoder.dart File lib/src/base64/decoder.dart (right): https://codereview.chromium.org/1349373002/diff/1/lib/src/base64/decoder.dart#newcode78 lib/src/base64/decoder.dart:78: input.codeUnitAt(i - 2) == $percent) { On 2015/09/18 17:15:48, ...
5 years, 3 months ago (2015-09-18 19:37:21 UTC) #4
nweiz
Code review changes
5 years, 3 months ago (2015-09-18 19:37:53 UTC) #5
nweiz
5 years, 3 months ago (2015-09-18 19:38:29 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
ff5295af5d1d112d2cf35a45f25217cc93bcb38f (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698