[GTK] Adds implementation of subtle crypto digest algorithms
Created attachment 232143 [details] Patch
Adding dependency on bug 133316 and bug 133317.
Created attachment 232187 [details] Patch
Created attachment 236437 [details] Patch
Attachment 236437 [details] did not pass style-queue: ERROR: Source/WebCore/crypto/gtk/CryptoDigestGtk.cpp:31: Alphabetical sorting problem. [build/include_order] [4] Total errors found: 1 in 4 files If any of these errors are false positives, please file a bug against check-webkit-style.
(In reply to comment #5) > Attachment 236437 [details] did not pass style-queue: > > > ERROR: Source/WebCore/crypto/gtk/CryptoDigestGtk.cpp:31: Alphabetical sorting problem. [build/include_order] [4] > Total errors found: 1 in 4 files > This is an unavoidable positive: #include <gnutls/gnutls.h> #include <gnutls/crypto.h> Order is alphabetically wrong, but the order cannot be inverted since crypto.h needs gnutls.h included before.
Created attachment 236509 [details] Patch
Attachment 236509 [details] did not pass style-queue: ERROR: Source/WebCore/crypto/gtk/CryptoDigestGtk.cpp:31: Alphabetical sorting problem. [build/include_order] [4] Total errors found: 1 in 4 files If any of these errors are false positives, please file a bug against check-webkit-style.
Comment on attachment 236509 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=236509&action=review > Source/WebCore/crypto/gtk/CryptoDigestGtk.cpp:53 > + gnutls_digest_algorithm_t gnutlsAlgo; gnutlsAlgorithm please :)
Created attachment 238538 [details] Patch
Attachment 238538 [details] did not pass style-queue: ERROR: Source/WebCore/crypto/gtk/CryptoDigestGtk.cpp:31: Alphabetical sorting problem. [build/include_order] [4] Total errors found: 1 in 4 files If any of these errors are false positives, please file a bug against check-webkit-style.
Comment on attachment 238538 [details] Patch Clearing flags on attachment: 238538 Committed r173872: <http://trac.webkit.org/changeset/173872>
All reviewed patches have been landed. Closing bug.