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

Issue 1255293010: Simplify base64 streaming decoder, drop decoding check. (Closed)

Created:
5 years, 4 months ago by Bill Hesse
Modified:
5 years, 4 months ago
Reviewers:
Søren Gjesse
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/crypto.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Simplify base64 streaming decoder, drop decoding check. BUG= R=sgjesse@google.com Committed: https://github.com/dart-lang/crypto/commit/dd0ff8b95269b11f7bd925d2f58e5e938c1f03fc

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -100 lines) Patch
M lib/src/base64.dart View 3 chunks +16 lines, -83 lines 2 comments Download
M test/base64_test.dart View 3 chunks +0 lines, -17 lines 1 comment Download

Messages

Total messages: 4 (1 generated)
Bill Hesse
This will turn the package bot green for this package again. The check for consistency ...
5 years, 4 months ago (2015-08-04 16:33:33 UTC) #2
Søren Gjesse
lgtm https://codereview.chromium.org/1255293010/diff/1/lib/src/base64.dart File lib/src/base64.dart (left): https://codereview.chromium.org/1255293010/diff/1/lib/src/base64.dart#oldcode34 lib/src/base64.dart:34: const List<String> _URL_UNSAFE_CHARACTERS = const ['-', '_']; Remove ...
5 years, 4 months ago (2015-08-05 07:18:33 UTC) #3
Bill Hesse
5 years, 4 months ago (2015-08-05 07:48:30 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
dd0ff8b95269b11f7bd925d2f58e5e938c1f03fc (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698