Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Unreviewed, rolling out r158526.
http://trac.webkit.org/changeset/158526 https://bugs.webkit.org/show_bug.cgi?id=123744 it broke the build (Requested by jessieberlin on #webkit). Source/WebCore: * WebCore.xcodeproj/project.pbxproj: * bindings/js/JSCryptoAlgorithmDictionary.cpp: (WebCore::createAesCbcParams): (WebCore::createHmacParams): (WebCore::createHmacKeyParams): (WebCore::JSCryptoAlgorithmDictionary::createParametersForGenerateKey): * bindings/js/JSSubtleCryptoCustom.cpp: * crypto/CryptoAlgorithmAesKeyGenParams.h: Removed. * crypto/CryptoKey.cpp: * crypto/CryptoKey.h: * crypto/CryptoKeyAES.cpp: * crypto/CryptoKeyAES.h: * crypto/CryptoKeyMac.cpp: Removed. * crypto/SubtleCrypto.idl: * crypto/algorithms/CryptoAlgorithmAES_CBC.cpp: * crypto/algorithms/CryptoAlgorithmHMAC.cpp: * crypto/keys/CryptoKeyHMAC.cpp: * crypto/keys/CryptoKeyHMAC.h: * crypto/mac/CryptoAlgorithmAES_CBCMac.cpp: (WebCore::CryptoAlgorithmAES_CBC::generateKey): * crypto/mac/CryptoAlgorithmHMACMac.cpp: (WebCore::CryptoAlgorithmHMAC::generateKey): LayoutTests: * crypto/subtle/aes-cbc-generate-key-expected.txt: Removed. * crypto/subtle/aes-cbc-generate-key.html: Removed. * crypto/subtle/hmac-generate-key-expected.txt: Removed. * crypto/subtle/hmac-generate-key.html: Removed. * crypto/subtle/sha-1-expected.txt: Canonical link: https://commits.webkit.org/141931@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@158578 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
8bba297
commit 8b86351
Showing
23 changed files
with
64 additions
and
386 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 0 additions & 19 deletions
19
LayoutTests/crypto/subtle/aes-cbc-generate-key-expected.txt
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.