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

Issue 147613002: [refactor] Move webcrypto test data to separate files. (Closed)

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

Description

[refactor] Move webcrypto test data to separate files. BUG=245025 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=248637

Patch Set 1 #

Total comments: 12

Patch Set 2 : Add moar test files #

Total comments: 14

Patch Set 3 : Rebase and address comments #

Patch Set 4 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+629 lines, -725 lines) Patch
M content/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M content/content_tests.gypi View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/webcrypto/webcrypto_impl_unittest.cc View 1 2 30 chunks +260 lines, -725 lines 0 comments Download
A content/test/data/webcrypto/aes_cbc.json View 1 2 1 chunk +34 lines, -0 lines 0 comments Download
A content/test/data/webcrypto/aes_gcm.json View 1 2 1 chunk +61 lines, -0 lines 0 comments Download
A content/test/data/webcrypto/digest.json View 1 2 1 chunk +68 lines, -0 lines 0 comments Download
A content/test/data/webcrypto/hmac.json View 1 1 chunk +71 lines, -0 lines 0 comments Download
A content/test/data/webcrypto/pkcs1v15_sign.json View 1 1 chunk +109 lines, -0 lines 0 comments Download
A content/test/data/webcrypto/rsa_es.json View 1 2 1 chunk +24 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
eroman
I will move over the other tests as followup changes if this direction is agreed ...
6 years, 11 months ago (2014-01-25 06:51:36 UTC) #1
Ryan Sleevi
https://codereview.chromium.org/147613002/diff/1/content/renderer/webcrypto/webcrypto_impl_unittest.cc File content/renderer/webcrypto/webcrypto_impl_unittest.cc (right): https://codereview.chromium.org/147613002/diff/1/content/renderer/webcrypto/webcrypto_impl_unittest.cc#newcode29 content/renderer/webcrypto/webcrypto_impl_unittest.cc:29: #include "third_party/re2/re2/re2.h" I don't think this sort ordering is ...
6 years, 10 months ago (2014-01-28 20:37:20 UTC) #2
eroman
Converted the remainder of the sample vectors (all the remains now is some key bytes ...
6 years, 10 months ago (2014-01-29 03:26:53 UTC) #3
Ryan Sleevi
https://codereview.chromium.org/147613002/diff/60001/content/renderer/webcrypto/webcrypto_impl_unittest.cc File content/renderer/webcrypto/webcrypto_impl_unittest.cc (right): https://codereview.chromium.org/147613002/diff/60001/content/renderer/webcrypto/webcrypto_impl_unittest.cc#newcode191 content/renderer/webcrypto/webcrypto_impl_unittest.cc:191: } kDigestNameToId[] = { make this struct const/static too? ...
6 years, 10 months ago (2014-01-31 20:53:35 UTC) #4
eroman
https://codereview.chromium.org/147613002/diff/60001/content/renderer/webcrypto/webcrypto_impl_unittest.cc File content/renderer/webcrypto/webcrypto_impl_unittest.cc (right): https://codereview.chromium.org/147613002/diff/60001/content/renderer/webcrypto/webcrypto_impl_unittest.cc#newcode638 content/renderer/webcrypto/webcrypto_impl_unittest.cc:638: for (size_t test_index = 0; test_index < tests->GetSize(); ++test_index) ...
6 years, 10 months ago (2014-01-31 22:15:32 UTC) #5
eroman
https://codereview.chromium.org/147613002/diff/60001/content/renderer/webcrypto/webcrypto_impl_unittest.cc File content/renderer/webcrypto/webcrypto_impl_unittest.cc (right): https://codereview.chromium.org/147613002/diff/60001/content/renderer/webcrypto/webcrypto_impl_unittest.cc#newcode813 content/renderer/webcrypto/webcrypto_impl_unittest.cc:813: for (size_t index = 0; index < tests->GetSize(); index++) ...
6 years, 10 months ago (2014-01-31 22:55:11 UTC) #6
Ryan Sleevi
On 2014/01/31 22:55:11, eroman wrote: > https://codereview.chromium.org/147613002/diff/60001/content/renderer/webcrypto/webcrypto_impl_unittest.cc > File content/renderer/webcrypto/webcrypto_impl_unittest.cc (right): > > https://codereview.chromium.org/147613002/diff/60001/content/renderer/webcrypto/webcrypto_impl_unittest.cc#newcode813 > ...
6 years, 10 months ago (2014-01-31 23:18:49 UTC) #7
Ryan Sleevi
LGTM, assuming owners are happy with the RE2 dep.
6 years, 10 months ago (2014-01-31 23:19:26 UTC) #8
eroman
+darin for content/DEPS approval: I have added a dependency on re2 from content_unittests. Unfortunately in ...
6 years, 10 months ago (2014-01-31 23:35:01 UTC) #9
darin (slow to review)
OK, LGTM for content/DEPS
6 years, 10 months ago (2014-02-03 15:44:04 UTC) #10
eroman
The CQ bit was checked by eroman@chromium.org
6 years, 10 months ago (2014-02-03 22:24:42 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/eroman@chromium.org/147613002/280001
6 years, 10 months ago (2014-02-03 22:29:33 UTC) #12
commit-bot: I haz the power
Change committed as 248637
6 years, 10 months ago (2014-02-04 00:48:49 UTC) #13
commit-bot: I haz the power
CQ bit was unchecked on CL. Ignoring.
6 years, 10 months ago (2014-02-04 00:48:52 UTC) #14
commit-bot: I haz the power
CQ bit was unchecked on CL. Ignoring.
6 years, 10 months ago (2014-02-04 00:48:53 UTC) #15
commit-bot: I haz the power
CQ bit was unchecked on CL. Ignoring.
6 years, 10 months ago (2014-02-04 00:48:53 UTC) #16
commit-bot: I haz the power
CQ bit was unchecked on CL. Ignoring.
6 years, 10 months ago (2014-02-04 00:48:56 UTC) #17
commit-bot: I haz the power
6 years, 10 months ago (2014-02-04 00:48:58 UTC) #18
Message was sent while issue was closed.
CQ bit was unchecked on CL. Ignoring.

Powered by Google App Engine
This is Rietveld 408576698