Bug 133319

Summary: [GTK] Adds implementation of subtle crypto digest algorithms
Product: WebKit Reporter: Eduardo Lima Mitev <elima>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: cgarcia, commit-queue, mrobinson, pnormand
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 133316, 133317    
Bug Blocks: 133122    
Attachments:
Description Flags
Patch
none
Patch
none
Patch
none
Patch
none
Patch none

Eduardo Lima Mitev
Reported 2014-05-27 12:16:52 PDT
[GTK] Adds implementation of subtle crypto digest algorithms
Attachments
Patch (3.38 KB, patch)
2014-05-27 12:17 PDT, Eduardo Lima Mitev
no flags
Patch (3.41 KB, patch)
2014-05-28 03:35 PDT, Eduardo Lima Mitev
no flags
Patch (5.07 KB, patch)
2014-08-12 03:43 PDT, Eduardo Lima Mitev
no flags
Patch (5.40 KB, patch)
2014-08-13 03:10 PDT, Eduardo Lima Mitev
no flags
Patch (5.41 KB, patch)
2014-09-23 07:25 PDT, Eduardo Lima Mitev
no flags
Eduardo Lima Mitev
Comment 1 2014-05-27 12:17:29 PDT
Eduardo Lima Mitev
Comment 2 2014-05-27 12:31:47 PDT
Adding dependency on bug 133316 and bug 133317.
Eduardo Lima Mitev
Comment 3 2014-05-28 03:35:47 PDT
Eduardo Lima Mitev
Comment 4 2014-08-12 03:43:23 PDT
WebKit Commit Bot
Comment 5 2014-08-12 03:45:00 PDT
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.
Eduardo Lima Mitev
Comment 6 2014-08-12 03:47:52 PDT
(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.
Eduardo Lima Mitev
Comment 7 2014-08-13 03:10:09 PDT
WebKit Commit Bot
Comment 8 2014-08-13 03:11:35 PDT
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.
Philippe Normand
Comment 9 2014-09-22 02:22:53 PDT
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 :)
Eduardo Lima Mitev
Comment 10 2014-09-23 07:25:10 PDT
WebKit Commit Bot
Comment 11 2014-09-23 07:28:33 PDT
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.
WebKit Commit Bot
Comment 12 2014-09-23 08:17:59 PDT
Comment on attachment 238538 [details] Patch Clearing flags on attachment: 238538 Committed r173872: <http://trac.webkit.org/changeset/173872>
WebKit Commit Bot
Comment 13 2014-09-23 08:18:03 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.