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

Issue 178073007: [webcrypto] Update to use the KeyAlgorithm. (Closed)

Created:
6 years, 10 months ago by eroman
Modified:
6 years, 9 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam
Visibility:
Public.

Description

[webcrypto] Update to use the KeyAlgorithm. The WEBCRYPTO_HAS_KEY_ALGORITHM ifdef will be introduced by https://codereview.chromium.org/179353002/ on the blink side. This patch needs to land first in order to make the API changes on blink side without breaking the build. Sigh for non-atomic blink/chromium commits. BUG=245025 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=253463

Patch Set 1 #

Total comments: 15

Patch Set 2 : Remove CryptoData change and use switch statement #

Patch Set 3 : Remove unrelated change that makes public keys extractable #

Unified diffs Side-by-side diffs Delta from patch set Stats (+602 lines, -234 lines) Patch
M content/renderer/webcrypto/jwk.cc View 1 8 chunks +40 lines, -14 lines 0 comments Download
M content/renderer/webcrypto/platform_crypto.h View 1 2 1 chunk +9 lines, -1 line 0 comments Download
M content/renderer/webcrypto/platform_crypto_nss.cc View 1 2 11 chunks +121 lines, -26 lines 0 comments Download
M content/renderer/webcrypto/platform_crypto_openssl.cc View 1 2 4 chunks +26 lines, -2 lines 0 comments Download
M content/renderer/webcrypto/shared_crypto.h View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/webcrypto/shared_crypto.cc View 1 2 8 chunks +67 lines, -40 lines 0 comments Download
M content/renderer/webcrypto/shared_crypto_unittest.cc View 1 2 25 chunks +245 lines, -72 lines 0 comments Download
M content/renderer/webcrypto/webcrypto_impl.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M content/renderer/webcrypto/webcrypto_util.h View 1 2 chunks +17 lines, -29 lines 0 comments Download
M content/renderer/webcrypto/webcrypto_util.cc View 4 chunks +73 lines, -49 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
eroman
6 years, 10 months ago (2014-02-25 08:49:58 UTC) #1
Ryan Sleevi
https://codereview.chromium.org/178073007/diff/1/content/renderer/webcrypto/jwk.cc File content/renderer/webcrypto/jwk.cc (right): https://codereview.chromium.org/178073007/diff/1/content/renderer/webcrypto/jwk.cc#newcode18 content/renderer/webcrypto/jwk.cc:18: #include "third_party/WebKit/public/platform/WebCrypto.h" // TODO(eroman): What's the TODO? https://codereview.chromium.org/178073007/diff/1/content/renderer/webcrypto/platform_crypto_nss.cc File ...
6 years, 9 months ago (2014-02-25 22:26:26 UTC) #2
eroman
https://codereview.chromium.org/178073007/diff/1/content/renderer/webcrypto/jwk.cc File content/renderer/webcrypto/jwk.cc (right): https://codereview.chromium.org/178073007/diff/1/content/renderer/webcrypto/jwk.cc#newcode18 content/renderer/webcrypto/jwk.cc:18: #include "third_party/WebKit/public/platform/WebCrypto.h" // TODO(eroman): On 2014/02/25 22:26:26, Ryan Sleevi ...
6 years, 9 months ago (2014-02-25 23:26:47 UTC) #3
eroman
I also removed the unrelated change which make public keys extractable despite the import parameter
6 years, 9 months ago (2014-02-26 00:01:55 UTC) #4
Ryan Sleevi
lgtm
6 years, 9 months ago (2014-02-26 00:06:13 UTC) #5
eroman
The CQ bit was checked by eroman@chromium.org
6 years, 9 months ago (2014-02-26 00:08:19 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/eroman@chromium.org/178073007/40001
6 years, 9 months ago (2014-02-26 00:36:26 UTC) #7
Paweł Hajdan Jr.
The CQ bit was unchecked by phajdan.jr@chromium.org
6 years, 9 months ago (2014-02-26 05:31:48 UTC) #8
Paweł Hajdan Jr.
The CQ bit was checked by phajdan.jr@chromium.org
6 years, 9 months ago (2014-02-26 05:41:22 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/eroman@chromium.org/178073007/40001
6 years, 9 months ago (2014-02-26 06:04:35 UTC) #10
commit-bot: I haz the power
6 years, 9 months ago (2014-02-26 15:16:27 UTC) #11
Message was sent while issue was closed.
Change committed as 253463

Powered by Google App Engine
This is Rietveld 408576698