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

Issue 401983002: Revert 284192 due to a failing test. (Closed)

Created:
6 years, 5 months ago by eroman
Modified:
6 years, 5 months ago
Reviewers:
CC:
chromium-reviews, darin-cc_chromium.org, jam
Project:
chromium
Visibility:
Public.

Description

Revert 284192 due to a failing test. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=284215

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4665 lines, -5867 lines) Patch
M content/child/blink_platform_impl.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
D content/child/webcrypto/algorithm_dispatch.h View 1 1 chunk +0 lines, -104 lines 0 comments Download
D content/child/webcrypto/algorithm_dispatch.cc View 1 1 chunk +0 lines, -293 lines 0 comments Download
D content/child/webcrypto/algorithm_implementation.h View 1 1 chunk +0 lines, -173 lines 0 comments Download
D content/child/webcrypto/algorithm_implementation.cc View 1 1 chunk +0 lines, -152 lines 0 comments Download
D content/child/webcrypto/algorithm_registry.h View 1 1 chunk +0 lines, -32 lines 0 comments Download
D content/child/webcrypto/algorithm_registry.cc View 1 1 chunk +0 lines, -81 lines 0 comments Download
M content/child/webcrypto/jwk.h View 1 2 chunks +6 lines, -99 lines 0 comments Download
M content/child/webcrypto/jwk.cc View 1 4 chunks +594 lines, -297 lines 0 comments Download
D content/child/webcrypto/nss/aes_cbc_nss.cc View 1 1 chunk +0 lines, -126 lines 0 comments Download
D content/child/webcrypto/nss/aes_gcm_nss.cc View 1 1 chunk +0 lines, -188 lines 0 comments Download
D content/child/webcrypto/nss/aes_key_nss.h View 1 1 chunk +0 lines, -80 lines 0 comments Download
D content/child/webcrypto/nss/aes_key_nss.cc View 1 1 chunk +0 lines, -137 lines 0 comments Download
D content/child/webcrypto/nss/aes_kw_nss.cc View 1 1 chunk +0 lines, -203 lines 0 comments Download
D content/child/webcrypto/nss/hmac_nss.cc View 1 1 chunk +0 lines, -234 lines 0 comments Download
D content/child/webcrypto/nss/key_nss.h View 1 1 chunk +0 lines, -102 lines 0 comments Download
D content/child/webcrypto/nss/key_nss.cc View 1 1 chunk +0 lines, -96 lines 0 comments Download
D content/child/webcrypto/nss/rsa_key_nss.h View 1 1 chunk +0 lines, -100 lines 0 comments Download
D content/child/webcrypto/nss/rsa_key_nss.cc View 1 1 chunk +0 lines, -897 lines 0 comments Download
D content/child/webcrypto/nss/rsa_oaep_nss.cc View 1 1 chunk +0 lines, -246 lines 0 comments Download
D content/child/webcrypto/nss/rsa_ssa_nss.cc View 1 1 chunk +0 lines, -144 lines 0 comments Download
D content/child/webcrypto/nss/sha_nss.cc View 1 1 chunk +0 lines, -159 lines 0 comments Download
D content/child/webcrypto/nss/sym_key_nss.h View 1 1 chunk +0 lines, -38 lines 0 comments Download
D content/child/webcrypto/nss/sym_key_nss.cc View 1 1 chunk +0 lines, -91 lines 0 comments Download
D content/child/webcrypto/nss/util_nss.h View 1 1 chunk +0 lines, -113 lines 0 comments Download
D content/child/webcrypto/nss/util_nss.cc View 1 1 chunk +0 lines, -84 lines 0 comments Download
D content/child/webcrypto/openssl/aes_cbc_openssl.cc View 1 1 chunk +0 lines, -138 lines 0 comments Download
D content/child/webcrypto/openssl/aes_gcm_openssl.cc View 1 1 chunk +0 lines, -142 lines 0 comments Download
D content/child/webcrypto/openssl/aes_key_openssl.h View 1 1 chunk +0 lines, -70 lines 0 comments Download
D content/child/webcrypto/openssl/aes_key_openssl.cc View 1 1 chunk +0 lines, -126 lines 0 comments Download
D content/child/webcrypto/openssl/aes_kw_openssl.cc View 1 1 chunk +0 lines, -44 lines 0 comments Download
D content/child/webcrypto/openssl/hmac_openssl.cc View 1 1 chunk +0 lines, -211 lines 0 comments Download
D content/child/webcrypto/openssl/key_openssl.h View 1 1 chunk +0 lines, -56 lines 0 comments Download
D content/child/webcrypto/openssl/key_openssl.cc View 1 1 chunk +0 lines, -53 lines 0 comments Download
D content/child/webcrypto/openssl/sha_openssl.cc View 1 1 chunk +0 lines, -139 lines 0 comments Download
D content/child/webcrypto/openssl/sym_key_openssl.h View 1 1 chunk +0 lines, -33 lines 0 comments Download
D content/child/webcrypto/openssl/sym_key_openssl.cc View 1 1 chunk +0 lines, -58 lines 0 comments Download
D content/child/webcrypto/openssl/util_openssl.h View 1 1 chunk +0 lines, -26 lines 0 comments Download
D content/child/webcrypto/openssl/util_openssl.cc View 1 1 chunk +0 lines, -48 lines 0 comments Download
M content/child/webcrypto/platform_crypto.h View 1 1 chunk +264 lines, -14 lines 0 comments Download
A content/child/webcrypto/platform_crypto_nss.cc View 1 1 chunk +1934 lines, -0 lines 0 comments Download
A content/child/webcrypto/platform_crypto_openssl.cc View 1 1 chunk +591 lines, -0 lines 0 comments Download
A content/child/webcrypto/shared_crypto.h View 1 1 chunk +187 lines, -0 lines 0 comments Download
A content/child/webcrypto/shared_crypto.cc View 1 1 chunk +944 lines, -0 lines 0 comments Download
M content/child/webcrypto/shared_crypto_unittest.cc View 1 21 chunks +83 lines, -102 lines 0 comments Download
M content/child/webcrypto/status.h View 1 3 chunks +7 lines, -11 lines 0 comments Download
M content/child/webcrypto/status.cc View 1 3 chunks +7 lines, -12 lines 0 comments Download
D content/child/webcrypto/structured_clone.h View 1 1 chunk +0 lines, -33 lines 0 comments Download
D content/child/webcrypto/structured_clone.cc View 1 1 chunk +0 lines, -136 lines 0 comments Download
M content/child/webcrypto/webcrypto_impl.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M content/child/webcrypto/webcrypto_impl.cc View 1 3 chunks +11 lines, -7 lines 0 comments Download
M content/child/webcrypto/webcrypto_util.h View 1 1 chunk +4 lines, -17 lines 0 comments Download
M content/child/webcrypto/webcrypto_util.cc View 1 2 chunks +26 lines, -84 lines 0 comments Download
M content/content_child.gypi View 1 2 chunks +4 lines, -38 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
eroman
6 years, 5 months ago (2014-07-18 22:13:06 UTC) #1
Message was sent while issue was closed.
Committed patchset #2 manually as r284215 (tree was closed).

Powered by Google App Engine
This is Rietveld 408576698