Chromium Code Reviews
Help | Chromium Project | Gerrit Changes | Sign in
(54)

Issue 1166773002: Fix console messages in SRI errors. (Closed)

Created:
4 years, 11 months ago by jww
Modified:
4 years, 11 months ago
Reviewers:
Mike West
CC:
blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Fix console messages in SRI errors. The Subresource Integrity checker logs error messages if no matching integrity attribute is found, including a suggested SHA 256 digest. Unfortunately, when calculating the digest, a previously calculated hash value occasionally was still lying around in the digest vector, putting several extraneous characters into the console.. This clears the Vector before calculating the digest, thus removing any extra data that may be in the Vector from earlier. TBR=mkwst@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=196364

Patch Set 1 #

Messages

Total messages: 7 (3 generated)
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1166773002/1
4 years, 11 months ago (2015-06-02 18:45:56 UTC) #2
commit-bot: I haz the power
Try jobs failed on following builders: win_blink_rel on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/win_blink_rel/builds/64845)
4 years, 11 months ago (2015-06-02 22:06:59 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1166773002/1
4 years, 11 months ago (2015-06-03 01:19:50 UTC) #6
commit-bot: I haz the power
4 years, 11 months ago (2015-06-03 02:49:24 UTC) #7
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://src.chromium.org/viewvc/blink?view=rev&revision=196364

Powered by Google App Engine
This is Rietveld 408576698