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

Issue 2160943003: Transfer WebCrypto databuffers across the Blink API using blink::WebVector. (Closed)

Created:
4 years, 5 months ago by eroman
Modified:
4 years, 5 months ago
CC:
blink-reviews, blink-reviews-api_chromium.org, chromium-reviews, dglazkov+blink, haraken
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Transfer WebCrypto databuffers across the Blink API using blink::WebVector. This addresses a TODO added by https://codereview.chromium.org/2141843002/, to transfer ownership rather than copy them. Committed: https://crrev.com/eeb3a0e242614c79ce7114c8f2e7273ee9fd3318 Cr-Commit-Position: refs/heads/master@{#406664}

Patch Set 1 #

Patch Set 2 : checkpoint #

Total comments: 2

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+126 lines, -159 lines) Patch
M components/webcrypto/algorithms/aes_cbc_unittest.cc View 1 chunk +1 line, -3 lines 0 comments Download
M components/webcrypto/algorithms/aes_ctr_unittest.cc View 1 chunk +1 line, -3 lines 0 comments Download
M components/webcrypto/algorithms/aes_gcm_unittest.cc View 1 chunk +2 lines, -5 lines 0 comments Download
M components/webcrypto/algorithms/rsa_oaep_unittest.cc View 1 chunk +1 line, -3 lines 0 comments Download
M components/webcrypto/algorithms/test_helpers.cc View 1 chunk +1 line, -2 lines 0 comments Download
M components/webcrypto/webcrypto_impl.h View 3 chunks +8 lines, -16 lines 0 comments Download
M components/webcrypto/webcrypto_impl.cc View 1 2 14 chunks +30 lines, -43 lines 0 comments Download
M third_party/WebKit/Source/modules/crypto/NormalizeAlgorithm.cpp View 16 chunks +24 lines, -29 lines 0 comments Download
M third_party/WebKit/Source/modules/crypto/SubtleCrypto.cpp View 1 2 18 chunks +19 lines, -26 lines 0 comments Download
M third_party/WebKit/public/platform/WebCrypto.h View 2 chunks +9 lines, -11 lines 0 comments Download
M third_party/WebKit/public/platform/WebCryptoAlgorithmParams.h View 1 7 chunks +18 lines, -18 lines 0 comments Download
M third_party/WebKit/public/platform/WebVector.h View 2 chunks +12 lines, -0 lines 0 comments Download

Messages

Total messages: 22 (15 generated)
eroman
4 years, 5 months ago (2016-07-19 04:49:01 UTC) #7
jochen (gone - plz use gerrit)
https://codereview.chromium.org/2160943003/diff/20001/third_party/WebKit/public/platform/WebCrypto.h File third_party/WebKit/public/platform/WebCrypto.h (right): https://codereview.chromium.org/2160943003/diff/20001/third_party/WebKit/public/platform/WebCrypto.h#newcode201 third_party/WebKit/public/platform/WebCrypto.h:201: virtual void encrypt(const WebCryptoAlgorithm&, const WebCryptoKey&, WebVector<unsigned char> data, ...
4 years, 5 months ago (2016-07-19 12:27:41 UTC) #10
eroman
https://codereview.chromium.org/2160943003/diff/20001/third_party/WebKit/public/platform/WebCrypto.h File third_party/WebKit/public/platform/WebCrypto.h (right): https://codereview.chromium.org/2160943003/diff/20001/third_party/WebKit/public/platform/WebCrypto.h#newcode201 third_party/WebKit/public/platform/WebCrypto.h:201: virtual void encrypt(const WebCryptoAlgorithm&, const WebCryptoKey&, WebVector<unsigned char> data, ...
4 years, 5 months ago (2016-07-19 16:17:41 UTC) #11
jochen (gone - plz use gerrit)
lgtm
4 years, 5 months ago (2016-07-20 10:51:58 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2160943003/40001
4 years, 5 months ago (2016-07-20 19:50:44 UTC) #18
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 5 months ago (2016-07-20 20:56:20 UTC) #20
commit-bot: I haz the power
4 years, 5 months ago (2016-07-20 20:59:19 UTC) #22
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/eeb3a0e242614c79ce7114c8f2e7273ee9fd3318
Cr-Commit-Position: refs/heads/master@{#406664}

Powered by Google App Engine
This is Rietveld 408576698