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

Issue 251213006: [refactor] Remove WebArrayBuffer from unittests, since now using std::vector. (Closed)

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

Description

[refactor] Remove WebArrayBuffer from unittests, since now using std::vector. This is a cleanup following https://codereview.chromium.org/233733004/. BUG=245025 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=267375

Patch Set 1 : #

Total comments: 13

Patch Set 2 : rebase #

Patch Set 3 : Address commens #

Patch Set 4 : constify #

Unified diffs Side-by-side diffs Delta from patch set Stats (+160 lines, -277 lines) Patch
M content/child/webcrypto/crypto_data.h View 3 chunks +0 lines, -7 lines 0 comments Download
M content/child/webcrypto/crypto_data.cc View 2 chunks +0 lines, -6 lines 0 comments Download
M content/child/webcrypto/platform_crypto_openssl.cc View 1 chunk +0 lines, -1 line 0 comments Download
M content/child/webcrypto/shared_crypto.h View 1 chunk +0 lines, -1 line 0 comments Download
M content/child/webcrypto/shared_crypto_unittest.cc View 1 2 3 67 chunks +160 lines, -262 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
eroman
This depends on https://codereview.chromium.org/233733004/
6 years, 7 months ago (2014-04-29 03:03:10 UTC) #1
Ryan Sleevi
LGTM, mod nits https://codereview.chromium.org/251213006/diff/40001/content/child/webcrypto/crypto_data.h File content/child/webcrypto/crypto_data.h (left): https://codereview.chromium.org/251213006/diff/40001/content/child/webcrypto/crypto_data.h#oldcode49 content/child/webcrypto/crypto_data.h:49: DISALLOW_COPY_AND_ASSIGN(CryptoData); Why delete this? https://codereview.chromium.org/251213006/diff/40001/content/child/webcrypto/shared_crypto_unittest.cc File ...
6 years, 7 months ago (2014-04-30 02:10:00 UTC) #2
eroman
https://codereview.chromium.org/251213006/diff/40001/content/child/webcrypto/crypto_data.h File content/child/webcrypto/crypto_data.h (left): https://codereview.chromium.org/251213006/diff/40001/content/child/webcrypto/crypto_data.h#oldcode49 content/child/webcrypto/crypto_data.h:49: DISALLOW_COPY_AND_ASSIGN(CryptoData); On 2014/04/30 02:10:01, Ryan Sleevi wrote: > Why ...
6 years, 7 months ago (2014-04-30 18:35:53 UTC) #3
Ryan Sleevi
https://codereview.chromium.org/251213006/diff/40001/content/child/webcrypto/shared_crypto_unittest.cc File content/child/webcrypto/shared_crypto_unittest.cc (right): https://codereview.chromium.org/251213006/diff/40001/content/child/webcrypto/shared_crypto_unittest.cc#newcode485 content/child/webcrypto/shared_crypto_unittest.cc:485: if (output.size() * 8 < tag_length_bits) { On 2014/04/30 ...
6 years, 7 months ago (2014-04-30 18:40:39 UTC) #4
eroman
The CQ bit was checked by eroman@chromium.org
6 years, 7 months ago (2014-04-30 19:47:01 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/eroman@chromium.org/251213006/100001
6 years, 7 months ago (2014-04-30 19:48:06 UTC) #6
commit-bot: I haz the power
6 years, 7 months ago (2014-04-30 23:27:54 UTC) #7
Message was sent while issue was closed.
Change committed as 267375

Powered by Google App Engine
This is Rietveld 408576698