Title: [225636] trunk/Tools
Revision
225636
Author
[email protected]
Date
2017-12-07 11:41:35 -0800 (Thu, 07 Dec 2017)

Log Message

Add WebRTC watchlist rule, update MediaStream rule
https://bugs.webkit.org/show_bug.cgi?id=180536
<rdar://problem/35914066>

Reviewed by Youenn Fablet.

* Scripts/webkitpy/common/config/watchlist:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (225635 => 225636)


--- trunk/Tools/ChangeLog	2017-12-07 19:25:35 UTC (rev 225635)
+++ trunk/Tools/ChangeLog	2017-12-07 19:41:35 UTC (rev 225636)
@@ -1,3 +1,13 @@
+2017-12-07  Eric Carlson  <[email protected]>
+
+        Add WebRTC watchlist rule, update MediaStream rule
+        https://bugs.webkit.org/show_bug.cgi?id=180536
+        <rdar://problem/35914066>
+
+        Reviewed by Youenn Fablet.
+
+        * Scripts/webkitpy/common/config/watchlist:
+
 2017-12-06  Chris Dumez  <[email protected]>
 
         We should be able to recover after a Service Worker process crash

Modified: trunk/Tools/Scripts/webkitpy/common/config/watchlist (225635 => 225636)


--- trunk/Tools/Scripts/webkitpy/common/config/watchlist	2017-12-07 19:25:35 UTC (rev 225635)
+++ trunk/Tools/Scripts/webkitpy/common/config/watchlist	2017-12-07 19:41:35 UTC (rev 225636)
@@ -216,7 +216,11 @@
         "MediaStream": {
             "filename": r"Source/WebCore/Modules/mediastream"
                         r"|Source/WebCore/platform/mediastream"
-                        r"|LayoutTests/fast/mediastream",
+                        r"|LayoutTests/fast/mediastream"
+                        r"|Source/WebKit/WebProcess/MediaStream/"
+                        r"|LayoutTests/http/tests/media/media-stream/"
+                        r"|LayoutTests/fast/mediastream/"
+                        r"|LayoutTests/imported/w3c/web-platform-tests/mediacapture-streams/",
         },
         "Accessibility": {
             "filename": r"Source/WebCore/accessibility"
@@ -342,6 +346,14 @@
                         r"|LayoutTests/crypto/"
                         r"|LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/",
         },
+        "WebRTC": {
+            "filename": r"Source/ThirdParty/libwebrtc/"
+                        r"|Source/WebKit/Shared/*RTC*"
+                        r"|Source/WebKit/NetworkProcess/webrtc/"
+                        r"|Source/WebKit/WebProcess/Network/webrtc/"
+                        r"|LayoutTests/webrtc/"
+                        r"|LayoutTests/imported/w3c/web-platform-tests/webrtc/",
+        },
     },
     "CC_RULES": {
         # Note: All email addresses listed must be registered with bugzilla.
@@ -383,7 +395,7 @@
         "NetworkCache": [ "[email protected]", "[email protected]" ],
         "StreamsAPI": [ "[email protected]", "[email protected]", "[email protected]" ],
         "Track": [ "[email protected]", "[email protected]", "[email protected]" ],
-        "MediaStream": [ "[email protected]", "[email protected]", "[email protected]" ],
+        "MediaStream": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]" ],
         "OpenGL" : [ "[email protected]", "[email protected]", "[email protected]" ],
         "PerformanceTests": [ "[email protected]", "[email protected]" ],
         "RegionsDevelopment|RegionsExpectationsMore|RegionsExpectationsLess|RegionsUsage": [ "[email protected]" ],
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to