Bug 124064 - Some WebCrypto files are not in correct directories
Summary: Some WebCrypto files are not in correct directories
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks: 122679
  Show dependency treegraph
 
Reported: 2013-11-08 13:01 PST by Alexey Proskuryakov
Modified: 2013-11-08 13:05 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2013-11-08 13:01:31 PST
CryptoAlgorithmAesCbcParams.h and CryptoAlgorithmAesKeyGenParams.h are in WebCore/crypto, should be in WebCore/crypto/parameters.

CryptoKeyAES.h and CryptoKeyAES.cpp are in WebCore/crypto, should be in WebCore/crypto/keys.

CryptoKeyMac.cpp is  in WebCore/crypto, should be in WebCore/crypto/mac.
Comment 1 Alexey Proskuryakov 2013-11-08 13:05:21 PST
Committed <http://trac.webkit.org/changeset/158945>.