Modified: trunk/Tools/ChangeLog (181531 => 181532)
--- trunk/Tools/ChangeLog 2015-03-16 09:38:40 UTC (rev 181531)
+++ trunk/Tools/ChangeLog 2015-03-16 10:00:59 UTC (rev 181532)
@@ -1,3 +1,13 @@
+2015-03-16 Xabier Rodriguez Calvar <[email protected]>
+
+ Created Streams API watchlist
+ https://bugs.webkit.org/show_bug.cgi?id=142684
+
+ Reviewed by Benjamin Poulain.
+
+ * Scripts/webkitpy/common/config/watchlist: Created StreamsAPI
+ watchlist and added Benjamin, Youenn and me to it.
+
2015-03-15 Benjamin Poulain <[email protected]>
CSS: fix the case-insensitive matching of the attribute selectors Begin, End and Hyphen
Modified: trunk/Tools/Scripts/webkitpy/common/config/watchlist (181531 => 181532)
--- trunk/Tools/Scripts/webkitpy/common/config/watchlist 2015-03-16 09:38:40 UTC (rev 181531)
+++ trunk/Tools/Scripts/webkitpy/common/config/watchlist 2015-03-16 10:00:59 UTC (rev 181532)
@@ -295,6 +295,12 @@
r"|LayoutTests/media/encrypted-media/"
r"|LayoutTests/media/media-source/",
},
+ "StreamsAPI": {
+ "filename": r"Source/WebCore/Modules/streams/"
+ r"|Source/WebCore/bindings/js/ReadableStreamJSSource\.(h|cpp)"
+ r"|Source/WebCore/bindings/js/JSReadableStreamCustom.cpp"
+ r"|LayoutTests/streams/",
+ },
"MacAndIOSTextLayoutAndRendering": {
"filename": r"Source/WebCore/loader/cache/CachedFont\.(h|cpp)"
r"|Source/WebCore/rendering/.*Inline.*Box\.(h|cpp)"
@@ -359,6 +365,7 @@
"MathML": [ "[email protected]", "[email protected]", "[email protected]" ],
"Media": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]" ],
"MSEEME": [ "[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]" ],
"OpenGL" : [ "[email protected]", "[email protected]", "[email protected]", "[email protected]" ],