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

Issue 235893003: Remove use of WebCrypto digestSynchronous in Blink. (Closed)

Created:
6 years, 8 months ago by jww
Modified:
6 years, 8 months ago
Reviewers:
abarth-chromium
CC:
blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Remove use of WebCrypto digestSynchronous in Blink. In the internal WebCrypto API, WebCryptoDigestor can act as a superset of digestSynchronous. It will simlify things to not have digestSynchronous anymore, so as a first step, this removes its one use. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=171387

Patch Set 1 #

Total comments: 1

Patch Set 2 : Changed ASSERT_WITH_SECURITY_IMPLICATIONS to RELEASE_ASSERT #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -10 lines) Patch
M Source/core/frame/csp/ContentSecurityPolicy.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/websockets/WebSocketHandshake.cpp View 1 1 chunk +2 lines, -1 line 0 comments Download
M Source/platform/Crypto.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/Crypto.cpp View 1 chunk +8 lines, -6 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
jww
abarth, I think this is a pretty simple CL, except for my use of ASSERT_WITH_SECURITY_IMPLICATION ...
6 years, 8 months ago (2014-04-11 23:15:57 UTC) #1
abarth-chromium
lgtm https://codereview.chromium.org/235893003/diff/1/Source/modules/websockets/WebSocketHandshake.cpp File Source/modules/websockets/WebSocketHandshake.cpp (right): https://codereview.chromium.org/235893003/diff/1/Source/modules/websockets/WebSocketHandshake.cpp#newcode130 Source/modules/websockets/WebSocketHandshake.cpp:130: ASSERT_WITH_SECURITY_IMPLICATION(digestSuccess); Why not just RELEASE_ASSERT ?
6 years, 8 months ago (2014-04-11 23:26:20 UTC) #2
jww
On Fri, Apr 11, 2014 at 4:26 PM, <abarth@chromium.org> wrote: > lgtm > > > ...
6 years, 8 months ago (2014-04-11 23:29:52 UTC) #3
jww
The CQ bit was checked by jww@chromium.org
6 years, 8 months ago (2014-04-11 23:31:27 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jww@chromium.org/235893003/20001
6 years, 8 months ago (2014-04-11 23:31:29 UTC) #5
commit-bot: I haz the power
6 years, 8 months ago (2014-04-12 00:37:36 UTC) #6
Message was sent while issue was closed.
Change committed as 171387

Powered by Google App Engine
This is Rietveld 408576698