Title: [121460] trunk/Tools
Revision
121460
Author
[email protected]
Date
2012-06-28 13:27:24 -0700 (Thu, 28 Jun 2012)

Log Message

[BlackBerry] Add watchlist options for Blackberry and editing.
https://bugs.webkit.org/show_bug.cgi?id=90193

Unreviewed.

Add BlackBerry and Editing watchlist and monitor them.


* Scripts/webkitpy/common/config/watchlist:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (121459 => 121460)


--- trunk/Tools/ChangeLog	2012-06-28 20:22:57 UTC (rev 121459)
+++ trunk/Tools/ChangeLog	2012-06-28 20:27:24 UTC (rev 121460)
@@ -1,3 +1,14 @@
+2012-06-28  Mike Fenton  <[email protected]>
+
+        [BlackBerry] Add watchlist options for Blackberry and editing.
+        https://bugs.webkit.org/show_bug.cgi?id=90193
+
+        Unreviewed.
+
+        Add BlackBerry and Editing watchlist and monitor them.
+
+        * Scripts/webkitpy/common/config/watchlist:
+
 2012-06-28  Tim Horton  <[email protected]>
 
         Unreviewed, upgrade myself to a reviewer!

Modified: trunk/Tools/Scripts/webkitpy/common/config/watchlist (121459 => 121460)


--- trunk/Tools/Scripts/webkitpy/common/config/watchlist	2012-06-28 20:22:57 UTC (rev 121459)
+++ trunk/Tools/Scripts/webkitpy/common/config/watchlist	2012-06-28 20:27:24 UTC (rev 121460)
@@ -157,13 +157,35 @@
         },
         "MathML": {
             "filename": r"(Source|LayoutTests|Websites)/.*mathml",
-        }
+        },
+        "Editing": {
+            "filename": r"Source/WebCore/editing/",
+        },
+        "BlackBerry": {
+            "filename": r"Source/WebKit/blackberry/"
+                        r"|Source/WebCore/page/blackberry"
+                        r"|Source/WebCore/history/blackberry"
+                        r"|Source/WebCore/plugins/blackberry"
+                        r"|Source/WebCore/editing/blackberry"
+                        r"|Source/WebCore/Resources/blackberry"
+                        r"|Source/WebCore/platform/image-decoders/blackberry"
+                        r"|Source/WebCore/platform/blackberry"
+                        r"|Source/WebCore/platform/text/blackberry"
+                        r"|Source/WebCore/platform/network/blackberry"
+                        r"|Source/WebCore/platform/graphics/blackberry"
+                        r"|Source/WTF/wtf/blackberry"
+                        r"|ManualTests/blackberry"
+                        r"|Tools/DumpRenderTree/blackberry"
+                        r"|LayoutTests/platform/blackberry",
+        },
+
     },
     "CC_RULES": {
         # Note: All email addresses listed must be registered with bugzilla.
         # Specifically, [email protected] and [email protected] are
         # two different accounts as far as bugzilla is concerned.
         "AppleMacPublicApi": [ "[email protected]" ],
+        "BlackBerry": [ "[email protected]" ],
         "CMake": [ "[email protected]", ],
         "CSS": [ "[email protected]", "[email protected]", "[email protected]" ],
         "ChromiumDumpRenderTree": [ "[email protected]", ],
@@ -171,7 +193,8 @@
         "ChromiumPublicApi": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]" ],
         "DOMAttributes": [ "[email protected]", ],
         "EFL": [ "[email protected]", ],
-        "Forms": [ "[email protected]", ],
+        "Editing": [ "[email protected]" ],
+        "Forms": [ "[email protected]", "[email protected]" ],
         "FrameLoader": [ "[email protected]", "[email protected]", "[email protected]" ],
         "GStreamerGraphics": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]" ],
         "GtkWebKit2PublicAPI": [ "[email protected]", "[email protected]", "[email protected]" ],
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to