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

Issue 1461703009: Switch //components from vector_as_array to vector::data. (Closed)

Created:
5 years, 1 month ago by davidben
Modified:
5 years, 1 month ago
Reviewers:
eroman, Cait (Slow)
CC:
chromium-reviews, Peter Beverloo, zea+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Switch //components from vector_as_array to vector::data. BUG=556678 Committed: https://crrev.com/aa62f3810eb5206d488e0dfdba3826cc0b3941dd Cr-Commit-Position: refs/heads/master@{#360926}

Patch Set 1 #

Patch Set 2 : #

Total comments: 9

Patch Set 3 : eroman comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -117 lines) Patch
M components/gcm_driver/crypto/p256_key_util.cc View 2 chunks +3 lines, -5 lines 0 comments Download
M components/html_viewer/blink_platform_impl.cc View 2 chunks +1 line, -3 lines 0 comments Download
M components/ownership/owner_key_util.h View 2 chunks +1 line, -2 lines 0 comments Download
M components/ownership/owner_key_util_impl.cc View 1 chunk +1 line, -2 lines 0 comments Download
M components/ownership/owner_key_util_impl_unittest.cc View 2 chunks +3 lines, -5 lines 0 comments Download
M components/webcrypto/algorithms/aes_cbc.cc View 2 chunks +3 lines, -6 lines 0 comments Download
M components/webcrypto/algorithms/aes_cbc_unittest.cc View 2 chunks +1 line, -2 lines 0 comments Download
M components/webcrypto/algorithms/aes_ctr.cc View 5 chunks +4 lines, -7 lines 0 comments Download
M components/webcrypto/algorithms/aes_ctr_unittest.cc View 3 chunks +3 lines, -4 lines 0 comments Download
M components/webcrypto/algorithms/aes_gcm_unittest.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M components/webcrypto/algorithms/ec.cc View 2 chunks +1 line, -4 lines 0 comments Download
M components/webcrypto/algorithms/ecdh.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M components/webcrypto/algorithms/ecdsa.cc View 1 2 6 chunks +5 lines, -11 lines 0 comments Download
M components/webcrypto/algorithms/hkdf.cc View 2 chunks +4 lines, -5 lines 0 comments Download
M components/webcrypto/algorithms/hmac.cc View 3 chunks +7 lines, -9 lines 0 comments Download
M components/webcrypto/algorithms/hmac_unittest.cc View 2 chunks +1 line, -2 lines 0 comments Download
M components/webcrypto/algorithms/pbkdf2.cc View 1 chunk +3 lines, -4 lines 0 comments Download
M components/webcrypto/algorithms/rsa.cc View 2 chunks +1 line, -2 lines 0 comments Download
M components/webcrypto/algorithms/rsa_oaep.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M components/webcrypto/algorithms/rsa_oaep_unittest.cc View 3 chunks +2 lines, -3 lines 0 comments Download
M components/webcrypto/algorithms/rsa_sign.cc View 2 chunks +1 line, -2 lines 0 comments Download
M components/webcrypto/algorithms/rsa_ssa_unittest.cc View 1 2 chunks +1 line, -2 lines 0 comments Download
M components/webcrypto/algorithms/secret_key_util.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M components/webcrypto/algorithms/sha.cc View 2 chunks +1 line, -3 lines 0 comments Download
M components/webcrypto/algorithms/sha_unittest.cc View 2 chunks +1 line, -2 lines 0 comments Download
M components/webcrypto/algorithms/test_helpers.cc View 3 chunks +6 lines, -7 lines 0 comments Download
M components/webcrypto/algorithms/util.cc View 4 chunks +4 lines, -5 lines 0 comments Download
M components/webcrypto/crypto_data.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M components/webcrypto/webcrypto_impl.cc View 3 chunks +2 lines, -3 lines 0 comments Download

Messages

Total messages: 14 (5 generated)
davidben
eroman: components/webcrypto caitkp: components/ except for webcrypto. https://codereview.chromium.org/1461703009/diff/20001/components/webcrypto/algorithms/ecdsa.cc File components/webcrypto/algorithms/ecdsa.cc (right): https://codereview.chromium.org/1461703009/diff/20001/components/webcrypto/algorithms/ecdsa.cc#newcode69 components/webcrypto/algorithms/ecdsa.cc:69: ECDSA_SIG_from_bytes(signature->data(), signature->size())); ...
5 years, 1 month ago (2015-11-19 23:57:21 UTC) #2
eroman
lgtm https://codereview.chromium.org/1461703009/diff/20001/components/gcm_driver/crypto/p256_key_util.cc File components/gcm_driver/crypto/p256_key_util.cc (right): https://codereview.chromium.org/1461703009/diff/20001/components/gcm_driver/crypto/p256_key_util.cc#newcode74 components/gcm_driver/crypto/p256_key_util.cc:74: out_private_key->assign(reinterpret_cast<const char*>(private_key.data()), Any reason not to use: out_private_key->assign(private_key.begin(), ...
5 years, 1 month ago (2015-11-20 00:35:14 UTC) #3
Cait (Slow)
components/ lgtm
5 years, 1 month ago (2015-11-20 16:01:55 UTC) #4
davidben
https://codereview.chromium.org/1461703009/diff/20001/components/gcm_driver/crypto/p256_key_util.cc File components/gcm_driver/crypto/p256_key_util.cc (right): https://codereview.chromium.org/1461703009/diff/20001/components/gcm_driver/crypto/p256_key_util.cc#newcode74 components/gcm_driver/crypto/p256_key_util.cc:74: out_private_key->assign(reinterpret_cast<const char*>(private_key.data()), On 2015/11/20 00:35:14, eroman wrote: > Any ...
5 years, 1 month ago (2015-11-20 19:12:50 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1461703009/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1461703009/40001
5 years, 1 month ago (2015-11-20 19:15:33 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/144064)
5 years, 1 month ago (2015-11-20 20:39:10 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1461703009/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1461703009/40001
5 years, 1 month ago (2015-11-20 21:18:36 UTC) #12
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 1 month ago (2015-11-20 22:10:08 UTC) #13
commit-bot: I haz the power
5 years, 1 month ago (2015-11-20 23:03:28 UTC) #14
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/aa62f3810eb5206d488e0dfdba3826cc0b3941dd
Cr-Commit-Position: refs/heads/master@{#360926}

Powered by Google App Engine
This is Rietveld 408576698