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

Issue 2204523002: Fuchsia: Use low-level prng call, add test, update test runner. (Closed)

Created:
4 years, 4 months ago by zra
Modified:
4 years, 4 months ago
Reviewers:
siva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
https://chromium.googlesource.com/external/github.com/dart-lang/sdk/@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Fuchsia: Use low-level prng call, add test, update test runner. There is now a syscall for getting cryptographically secure random bytes. R=asiva@google.com Committed: https://github.com/dart-lang/sdk/commit/e476e00ca64694f443cc68842d38351501ee23df

Patch Set 1 #

Patch Set 2 : Fix typo #

Total comments: 2

Patch Set 3 : Fix bug #

Unified diffs Side-by-side diffs Delta from patch set Stats (+68 lines, -13 lines) Patch
M runtime/bin/builtin_impl_sources.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/bin/crypto_fuchsia.cc View 1 2 1 chunk +9 lines, -6 lines 0 comments Download
A runtime/bin/crypto_test.cc View 1 1 chunk +21 lines, -0 lines 0 comments Download
M runtime/bin/fuchsia_vm_tests.txt View 3 chunks +15 lines, -0 lines 0 comments Download
M runtime/bin/platform_fuchsia.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M runtime/bin/run_vm_tests_fuchsia.cc View 1 2 4 chunks +18 lines, -6 lines 0 comments Download
M runtime/platform/text_buffer.cc View 1 2 3 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (4 generated)
zra
4 years, 4 months ago (2016-08-01 20:11:20 UTC) #2
siva
LGTM with one comment. https://codereview.chromium.org/2204523002/diff/20001/runtime/bin/crypto_fuchsia.cc File runtime/bin/crypto_fuchsia.cc (right): https://codereview.chromium.org/2204523002/diff/20001/runtime/bin/crypto_fuchsia.cc#newcode22 runtime/bin/crypto_fuchsia.cc:22: const mx_ssize_t res = mx_cprng_draw(buffer, ...
4 years, 4 months ago (2016-08-02 19:55:14 UTC) #5
zra
https://codereview.chromium.org/2204523002/diff/20001/runtime/bin/crypto_fuchsia.cc File runtime/bin/crypto_fuchsia.cc (right): https://codereview.chromium.org/2204523002/diff/20001/runtime/bin/crypto_fuchsia.cc#newcode22 runtime/bin/crypto_fuchsia.cc:22: const mx_ssize_t res = mx_cprng_draw(buffer, len); On 2016/08/02 19:55:13, ...
4 years, 4 months ago (2016-08-02 20:16:55 UTC) #6
zra
4 years, 4 months ago (2016-08-02 20:18:42 UTC) #8
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
e476e00ca64694f443cc68842d38351501ee23df (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698