Bug 133320

Summary: [GTK] Adds implementation of subtle crypto HMAC algorithm
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
Patch none

Description Eduardo Lima Mitev 2014-05-27 12:29:34 PDT
[GTK] Adds implementation of subtle crypto HMAC algorithm
Comment 1 Eduardo Lima Mitev 2014-05-27 12:45:04 PDT
Created attachment 232145 [details]
Patch
Comment 2 Eduardo Lima Mitev 2014-05-27 12:48:05 PDT
Adding dependency on bug 133316 and bug 133317.
Comment 3 Eduardo Lima Mitev 2014-05-28 03:10:35 PDT
Created attachment 232183 [details]
Patch
Comment 4 Eduardo Lima Mitev 2014-05-28 03:40:50 PDT
Created attachment 232188 [details]
Patch
Comment 5 Eduardo Lima Mitev 2014-08-13 02:39:17 PDT
Created attachment 236507 [details]
Patch
Comment 6 WebKit Commit Bot 2014-08-13 02:40:41 PDT
Attachment 236507 [details] did not pass style-queue:


ERROR: Source/WebCore/crypto/gtk/CryptoAlgorithmHMACGtk.cpp:34:  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 7 Philippe Normand 2014-09-22 02:20:29 PDT
Comment on attachment 236507 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=236507&action=review

Looks good! Only a small nit to fix, I think

> Source/WebCore/crypto/gtk/CryptoAlgorithmHMACGtk.cpp:99
> +    callback(result);}

Is this a spurious curly brace?
Comment 8 Eduardo Lima Mitev 2014-09-23 07:43:42 PDT
Created attachment 238540 [details]
Patch
Comment 9 WebKit Commit Bot 2014-09-23 07:45:25 PDT
Attachment 238540 [details] did not pass style-queue:


ERROR: Source/WebCore/crypto/gtk/CryptoAlgorithmHMACGtk.cpp:34:  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 10 WebKit Commit Bot 2014-09-23 08:29:24 PDT
Comment on attachment 238540 [details]
Patch

Rejecting attachment 238540 [details] from commit-queue.

Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.appspot.com', '--bot-id=webkit-cq-01', 'land-attachment', '--force-clean', '--non-interactive', '--parent-command=commit-queue', 238540, '--port=mac']" exit_code: 2 cwd: /Volumes/Data/EWS/WebKit

Last 500 characters of output:
/git.webkit.org/WebKit
   a45428a..f931c1e  master     -> origin/master
Partial-rebuilding .git/svn/refs/remotes/origin/master/.rev_map.268f45cc-cd09-0410-ab3c-d52691b4dbfc ...
Currently at 173871 = a45428ae254d923e5c28643f3328a338c0c90ddc
r173872 = f931c1ee8604471d4f672c8451fd6c8fa160443e
Done rebuilding .git/svn/refs/remotes/origin/master/.rev_map.268f45cc-cd09-0410-ab3c-d52691b4dbfc
First, rewinding head to replay your work on top of it...
Fast-forwarded master to refs/remotes/origin/master.

Full output: http://webkit-queues.appspot.com/results/4735183215394816
Comment 11 Philippe Normand 2014-09-23 08:43:37 PDT
Needs a rebase
Comment 12 Eduardo Lima Mitev 2014-09-23 08:55:01 PDT
Created attachment 238542 [details]
Patch
Comment 13 WebKit Commit Bot 2014-09-23 08:57:39 PDT
Attachment 238542 [details] did not pass style-queue:


ERROR: Source/WebCore/crypto/gtk/CryptoAlgorithmHMACGtk.cpp:34:  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 14 WebKit Commit Bot 2014-09-23 09:41:52 PDT
Comment on attachment 238542 [details]
Patch

Clearing flags on attachment: 238542

Committed r173874: <http://trac.webkit.org/changeset/173874>
Comment 15 WebKit Commit Bot 2014-09-23 09:41:56 PDT
All reviewed patches have been landed.  Closing bug.