Bug 52566

Summary: Add myself to committers list
Product: WebKit Reporter: John Knottenbelt <jknotten>
Component: New BugsAssignee: John Knottenbelt <jknotten>
Status: RESOLVED FIXED    
Severity: Normal CC: ossy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch
none
Patch
none
Patch none

Description John Knottenbelt 2011-01-17 04:27:41 PST
Add myself to committers list
Comment 1 John Knottenbelt 2011-01-17 04:28:50 PST
Created attachment 79151 [details]
Patch
Comment 2 John Knottenbelt 2011-01-17 04:55:34 PST
Created attachment 79155 [details]
Patch
Comment 3 Csaba Osztrogonác 2011-01-17 14:00:27 PST
Comment on attachment 79155 [details]
Patch

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

> Tools/Scripts/webkitpy/common/config/committers.py:138
> +    Committer("John Knottenbelt", ["jknotten@chromium.org"], "jknotten"),

Committer("John Knottenbelt", "jknotten@chromium.org", "jknotten"),

You don't need [ ... ] if you only add only one e-mail address. Additionally this 
patch doesn't need a review, but if you would like it, rs=me with this change.
Comment 4 John Knottenbelt 2011-03-18 08:43:07 PDT
Created attachment 86168 [details]
Patch
Comment 5 John Knottenbelt 2011-03-18 08:51:53 PDT
Committed r81474: <http://trac.webkit.org/changeset/81474>