Title: [212135] trunk/Tools
Revision
212135
Author
jiewen_...@apple.com
Date
2017-02-10 12:39:54 -0800 (Fri, 10 Feb 2017)

Log Message

[WebCrypto] Add WebCryptoAPI to watchlist
https://bugs.webkit.org/show_bug.cgi?id=168138

Reviewed by Youenn Fablet.

* Scripts/webkitpy/common/config/watchlist:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (212134 => 212135)


--- trunk/Tools/ChangeLog	2017-02-10 20:38:35 UTC (rev 212134)
+++ trunk/Tools/ChangeLog	2017-02-10 20:39:54 UTC (rev 212135)
@@ -1,3 +1,12 @@
+2017-02-10  Jiewen Tan  <jiewen_...@apple.com>
+
+        [WebCrypto] Add WebCryptoAPI to watchlist
+        https://bugs.webkit.org/show_bug.cgi?id=168138
+
+        Reviewed by Youenn Fablet.
+
+        * Scripts/webkitpy/common/config/watchlist:
+
 2017-02-10  Brady Eidson  <beid...@apple.com>
 
         Replace all WebKit Library Version checks in WK2 with SDK version checks.

Modified: trunk/Tools/Scripts/webkitpy/common/config/watchlist (212134 => 212135)


--- trunk/Tools/Scripts/webkitpy/common/config/watchlist	2017-02-10 20:38:35 UTC (rev 212134)
+++ trunk/Tools/Scripts/webkitpy/common/config/watchlist	2017-02-10 20:39:54 UTC (rev 212135)
@@ -342,6 +342,14 @@
         "NetworkCache": {
             "filename": r"Source/WebKit2/NetworkProcess/cache/",
         },
+        "WebCryptoAPI": {
+            "filename": r"Source/WebCore/crypto/"
+                        r"|Source/WebCore/bindings/js/.*Crypto.*"
+                        r"|Source/WebCore/page/.*Crypto.*"
+                        r"|Source/WebCore/PAL/pal/crypto/"
+                        r"|LayoutTests/crypto/"
+                        r"|LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/",
+        },
     },
     "CC_RULES": {
         # Note: All email addresses listed must be registered with bugzilla.
@@ -411,6 +419,7 @@
         "XSS": [ "dba...@webkit.org" ],
         "webkitperl": [ "dba...@webkit.org" ],
         "webkitpy": [ "gl...@skynav.com" ],
+        "WebCryptoAPI": [ "jiewen_...@apple.com" ],
     },
     "MESSAGE_RULES": {
         "GtkWebKit2PublicAPI": [ "Thanks for the patch. If this patch contains new public API "
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to