Title: [133618] trunk/Tools
Revision
133618
Author
[email protected]
Date
2012-11-06 08:37:18 -0800 (Tue, 06 Nov 2012)

Log Message

Add Adobe's bug tracker to committers.py
https://bugs.webkit.org/show_bug.cgi?id=101338

Patch by Mihai Balan <[email protected]> on 2012-11-06
Reviewed by Kentaro Hara.

Adding Adobe's bug tracker mailing list to committers.py
to enable its inclusion in the autocomplete list.

* Scripts/webkitpy/common/config/committers.py:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (133617 => 133618)


--- trunk/Tools/ChangeLog	2012-11-06 16:22:43 UTC (rev 133617)
+++ trunk/Tools/ChangeLog	2012-11-06 16:37:18 UTC (rev 133618)
@@ -1,3 +1,15 @@
+2012-11-06  Mihai Balan  <[email protected]>
+
+        Add Adobe's bug tracker to committers.py
+        https://bugs.webkit.org/show_bug.cgi?id=101338
+
+        Reviewed by Kentaro Hara.
+
+        Adding Adobe's bug tracker mailing list to committers.py
+        to enable its inclusion in the autocomplete list.
+
+        * Scripts/webkitpy/common/config/committers.py:
+
 2012-11-06  Sami Kyostila  <[email protected]>
 
         [chromium] Enable fixed position compositing on Android DRT

Modified: trunk/Tools/Scripts/webkitpy/common/config/committers.py (133617 => 133618)


--- trunk/Tools/Scripts/webkitpy/common/config/committers.py	2012-11-06 16:22:43 UTC (rev 133617)
+++ trunk/Tools/Scripts/webkitpy/common/config/committers.py	2012-11-06 16:37:18 UTC (rev 133618)
@@ -107,6 +107,7 @@
 
 
 contributors_who_are_not_committers = [
+    Contributor("Adobe Bug Tracker", "[email protected]"),
     Contributor("Aharon Lanin", "[email protected]"),
     Contributor("Alan Stearns", "[email protected]", "astearns"),
     Contributor("Alejandro Pineiro", "[email protected]"),
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to