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

Issue 210463003: [webcrypto] Simplify the AES-KW workaround for NSS and remove valgrind suppression (Closed)

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

Description

[webcrypto] Simplify the AES-KW workaround for NSS and remove valgrind suppression BUG=349939, 245025 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=259153

Patch Set 1 #

Total comments: 4

Patch Set 2 : Fixes for wtc #

Total comments: 2

Patch Set 3 : Use wtc's workaround idea, and remove valgrind suppression #

Total comments: 4

Patch Set 4 : Move workaround after key nullity check #

Patch Set 5 : Remove newline #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -33 lines) Patch
M content/child/webcrypto/platform_crypto_nss.cc View 1 2 3 4 3 chunks +17 lines, -26 lines 0 comments Download
M tools/valgrind/memcheck/suppressions.txt View 1 2 1 chunk +0 lines, -7 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
eroman
6 years, 9 months ago (2014-03-24 23:05:22 UTC) #1
eroman
padolph: FYI
6 years, 9 months ago (2014-03-24 23:09:18 UTC) #2
wtc
Review comments on patch set 1: https://codereview.chromium.org/210463003/diff/1/content/child/webcrypto/platform_crypto_nss.cc File content/child/webcrypto/platform_crypto_nss.cc (right): https://codereview.chromium.org/210463003/diff/1/content/child/webcrypto/platform_crypto_nss.cc#newcode523 content/child/webcrypto/platform_crypto_nss.cc:523: if (!NSS_VersionCheck("3.16.0")) { ...
6 years, 9 months ago (2014-03-24 23:49:41 UTC) #3
eroman
https://codereview.chromium.org/210463003/diff/1/content/child/webcrypto/platform_crypto_nss.cc File content/child/webcrypto/platform_crypto_nss.cc (right): https://codereview.chromium.org/210463003/diff/1/content/child/webcrypto/platform_crypto_nss.cc#newcode523 content/child/webcrypto/platform_crypto_nss.cc:523: if (!NSS_VersionCheck("3.16.0")) { On 2014/03/24 23:49:41, wtc wrote: > ...
6 years, 9 months ago (2014-03-24 23:56:04 UTC) #4
wtc
Patch set 2 LGTM. https://codereview.chromium.org/210463003/diff/20002/content/child/webcrypto/platform_crypto_nss.cc File content/child/webcrypto/platform_crypto_nss.cc (right): https://codereview.chromium.org/210463003/diff/20002/content/child/webcrypto/platform_crypto_nss.cc#newcode529 content/child/webcrypto/platform_crypto_nss.cc:529: // This workaround re-wraps the ...
6 years, 9 months ago (2014-03-25 00:03:25 UTC) #5
eroman
https://codereview.chromium.org/210463003/diff/20002/content/child/webcrypto/platform_crypto_nss.cc File content/child/webcrypto/platform_crypto_nss.cc (right): https://codereview.chromium.org/210463003/diff/20002/content/child/webcrypto/platform_crypto_nss.cc#newcode529 content/child/webcrypto/platform_crypto_nss.cc:529: // This workaround re-wraps the key and compares the ...
6 years, 9 months ago (2014-03-25 00:18:25 UTC) #6
Ryan Sleevi
lgtm
6 years, 9 months ago (2014-03-25 01:45:59 UTC) #7
wtc
Patch set 3 LGTM. https://codereview.chromium.org/210463003/diff/70001/content/child/webcrypto/platform_crypto_nss.cc File content/child/webcrypto/platform_crypto_nss.cc (right): https://codereview.chromium.org/210463003/diff/70001/content/child/webcrypto/platform_crypto_nss.cc#newcode511 content/child/webcrypto/platform_crypto_nss.cc:511: PORT_SetError(0); Nit: add a comment ...
6 years, 9 months ago (2014-03-25 02:02:00 UTC) #8
eroman
https://codereview.chromium.org/210463003/diff/70001/content/child/webcrypto/platform_crypto_nss.cc File content/child/webcrypto/platform_crypto_nss.cc (right): https://codereview.chromium.org/210463003/diff/70001/content/child/webcrypto/platform_crypto_nss.cc#newcode511 content/child/webcrypto/platform_crypto_nss.cc:511: PORT_SetError(0); On 2014/03/25 02:02:01, wtc wrote: > > Nit: ...
6 years, 9 months ago (2014-03-25 02:07:05 UTC) #9
eroman
The CQ bit was checked by eroman@chromium.org
6 years, 9 months ago (2014-03-25 02:08:01 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/eroman@chromium.org/210463003/90001
6 years, 9 months ago (2014-03-25 02:10:17 UTC) #11
commit-bot: I haz the power
6 years, 9 months ago (2014-03-25 04:54:05 UTC) #12
Message was sent while issue was closed.
Change committed as 259153

Powered by Google App Engine
This is Rietveld 408576698