Title: [169932] trunk/Tools
Revision
169932
Author
calva...@igalia.com
Date
2014-06-13 02:01:38 -0700 (Fri, 13 Jun 2014)

Log Message

Create MSE and EME watchlist
https://bugs.webkit.org/show_bug.cgi?id=133810

Reviewed by Eric Carlson.

* Scripts/webkitpy/common/config/watchlist: Create MSEEME
definition and add Eric Carlson and myself to it.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (169931 => 169932)


--- trunk/Tools/ChangeLog	2014-06-13 06:40:00 UTC (rev 169931)
+++ trunk/Tools/ChangeLog	2014-06-13 09:01:38 UTC (rev 169932)
@@ -1,3 +1,13 @@
+2014-06-13  Xabier Rodriguez Calvar  <calva...@igalia.com>
+
+        Create MSE and EME watchlist
+        https://bugs.webkit.org/show_bug.cgi?id=133810
+
+        Reviewed by Eric Carlson.
+
+        * Scripts/webkitpy/common/config/watchlist: Create MSEEME
+        definition and add Eric Carlson and myself to it.
+
 2014-06-12  Carlos Garcia Campos  <cgar...@igalia.com>
 
         [GTK] Remove all deprecated API from GObject DOM bindings

Modified: trunk/Tools/Scripts/webkitpy/common/config/watchlist (169931 => 169932)


--- trunk/Tools/Scripts/webkitpy/common/config/watchlist	2014-06-13 06:40:00 UTC (rev 169931)
+++ trunk/Tools/Scripts/webkitpy/common/config/watchlist	2014-06-13 09:01:38 UTC (rev 169932)
@@ -286,6 +286,12 @@
                         r"|LayoutTests/platform/.*/fast/css-grid-layout/"
                         r"|LayoutTests/platform/.*/ietestcenter/css3/grid/",
         },
+        "MSEEME": {
+            "filename": r"Source/WebCore/Modules/encryptedmedia/"
+                        r"|Source/WebCore/Modules/mediasource/"
+                        r"|LayoutTests/media/encrypted-media/"
+                        r"|LayoutTests/media/media-source/",
+        },
     },
     "CC_RULES": {
         # Note: All email addresses listed must be registered with bugzilla.
@@ -325,6 +331,7 @@
         "Loader": [ "jap...@chromium.org" ],
         "MathML": [ "dbar...@mathscribe.com", "mrobin...@webkit.org", "fred.w...@free.fr" ],
         "Media": [ "eric.carl...@apple.com", "jer.no...@apple.com", "gl...@skynav.com", "phil...@opera.com", "sergio.corr...@openbossa.org" ],
+        "MSEEME": [ "eric.carl...@apple.com", "calva...@igalia.com" ],
         "Track": [ "eric.carl...@apple.com", "phil...@opera.com", "calva...@igalia.com" ],
         "MediaStream": [ "tom...@google.com", "h...@google.com", "sergio.corr...@openbossa.org" ],
         "NetworkInfo": [ "gyuyoung....@webkit.org", "dch...@gmail.com" ],
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to