Skip to content
  • commit-queue@webkit.org's avatar
    Unreviewed, rolling out r158526. · 18e275da
    commit-queue@webkit.org authored
    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:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@158578 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    18e275da