Bug 124064
| Summary: | Some WebCrypto files are not in correct directories | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Alexey Proskuryakov <ap> |
| Component: | WebCore Misc. | Assignee: | Alexey Proskuryakov <ap> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 122679 | ||
Alexey Proskuryakov
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
Committed <http://trac.webkit.org/changeset/158945>.