Title: [131185] trunk/Tools
Revision
131185
Author
[email protected]
Date
2012-10-12 07:20:24 -0700 (Fri, 12 Oct 2012)

Log Message

Creating a MediaStream subscription in watchlist
https://bugs.webkit.org/show_bug.cgi?id=99172

Reviewed by Yuta Kitamura.

* Scripts/webkitpy/common/config/watchlist:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (131184 => 131185)


--- trunk/Tools/ChangeLog	2012-10-12 13:51:57 UTC (rev 131184)
+++ trunk/Tools/ChangeLog	2012-10-12 14:20:24 UTC (rev 131185)
@@ -1,3 +1,12 @@
+2012-10-12  Tommy Widenflycht  <[email protected]>
+
+        Creating a MediaStream subscription in watchlist
+        https://bugs.webkit.org/show_bug.cgi?id=99172
+
+        Reviewed by Yuta Kitamura.
+
+        * Scripts/webkitpy/common/config/watchlist:
+
 2012-10-12  Sheriff Bot  <[email protected]>
 
         Unreviewed, rolling out r131160.

Modified: trunk/Tools/Scripts/webkitpy/common/config/watchlist (131184 => 131185)


--- trunk/Tools/Scripts/webkitpy/common/config/watchlist	2012-10-12 13:51:57 UTC (rev 131184)
+++ trunk/Tools/Scripts/webkitpy/common/config/watchlist	2012-10-12 14:20:24 UTC (rev 131185)
@@ -255,6 +255,11 @@
             "filename": r"Source/WebCore/Modules/websockets"
                         r"|Source/WebCore/platform/network/(|.+/)SocketStream.*",
         },
+        "MediaStream": {
+            "filename": r"Source/WebCore/Modules/mediastream"
+                        r"|Source/WebCore/platform/mediastream"
+                        r"|LayoutTests/fast/mediastream",
+        },
     },
     "CC_RULES": {
         # Note: All email addresses listed must be registered with bugzilla.
@@ -280,6 +285,7 @@
         "Loader": [ "[email protected]" ],
         "MathML": [ "[email protected]" ],
         "Media": [ "[email protected]", "[email protected]" ],
+        "MediaStream": [ "[email protected]" ],
         "NetworkInfo": [ "[email protected]" ],
         "OpenGL" : [ "[email protected]", "[email protected]" ],
         "QtBuildSystem" : [ "[email protected]", "[email protected]" ],
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to