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

Issue 23338006: Cleanup: remove WebCryptoResultPrivate from blink API. (Closed)

Created:
7 years, 4 months ago by eroman
Modified:
7 years, 3 months ago
Reviewers:
jamesr, abarth-chromium
CC:
blink-reviews, jamesr, eae+blinkwatch, dglazkov+blink, abarth-chromium, tommyw+watchlist_chromium.org, jeez
Visibility:
Public.

Description

Cleanup: remove WebCryptoResultPrivate from blink API. The interface had originally been exposed for chromium-side unit-tests, but jamesr suggests using a different approach. This change also moves CryptoResult to a standalone file. BUG=245025 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=156810

Patch Set 1 #

Total comments: 3

Patch Set 2 : Use PassRefPtr instead of raw pointer #

Patch Set 3 : rebase onto master #

Patch Set 4 : Remove extra newline #

Unified diffs Side-by-side diffs Delta from patch set Stats (+87 lines, -137 lines) Patch
M Source/core/platform/chromium/support/WebCrypto.cpp View 1 2 3 3 chunks +9 lines, -6 lines 0 comments Download
A + Source/modules/crypto/CryptoResult.h View 1 chunk +27 lines, -13 lines 0 comments Download
A + Source/modules/crypto/CryptoResult.cpp View 1 chunk +37 lines, -27 lines 0 comments Download
M Source/modules/crypto/SubtleCrypto.cpp View 2 chunks +1 line, -70 lines 0 comments Download
M Source/modules/modules.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M public/platform/WebCrypto.h View 1 2 chunks +11 lines, -21 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
eroman
https://codereview.chromium.org/23338006/diff/1/Source/modules/crypto/CryptoResult.h File Source/modules/crypto/CryptoResult.h (right): https://codereview.chromium.org/23338006/diff/1/Source/modules/crypto/CryptoResult.h#newcode44 Source/modules/crypto/CryptoResult.h:44: class CryptoResult : public ThreadSafeRefCounted<CryptoResult> { This class is ...
7 years, 4 months ago (2013-08-23 23:51:26 UTC) #1
jamesr
core/ and public/ lgtm (I have no powers for modules but that looks fine too). ...
7 years, 4 months ago (2013-08-24 02:02:26 UTC) #2
eroman
https://codereview.chromium.org/23338006/diff/1/public/platform/WebCrypto.h File public/platform/WebCrypto.h (right): https://codereview.chromium.org/23338006/diff/1/public/platform/WebCrypto.h#newcode48 public/platform/WebCrypto.h:48: explicit WebCryptoResult(WebCore::CryptoResult* impl) : m_impl(impl) { } On 2013/08/24 ...
7 years, 3 months ago (2013-08-27 19:00:06 UTC) #3
abarth-chromium
lgtm
7 years, 3 months ago (2013-08-28 00:07:42 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/eroman@chromium.org/23338006/18001
7 years, 3 months ago (2013-08-28 00:07:55 UTC) #5
commit-bot: I haz the power
7 years, 3 months ago (2013-08-28 03:18:28 UTC) #6
Message was sent while issue was closed.
Change committed as 156810

Powered by Google App Engine
This is Rietveld 408576698