Title: [248601] trunk/Tools
- Revision
- 248601
- Author
- [email protected]
- Date
- 2019-08-13 11:11:41 -0700 (Tue, 13 Aug 2019)
Log Message
Adds WebAuthn and AppSSO into watchlist
https://bugs.webkit.org/show_bug.cgi?id=200647
Reviewed by Dewei Zhu.
* Scripts/webkitpy/common/config/watchlist:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (248600 => 248601)
--- trunk/Tools/ChangeLog 2019-08-13 17:34:59 UTC (rev 248600)
+++ trunk/Tools/ChangeLog 2019-08-13 18:11:41 UTC (rev 248601)
@@ -1,3 +1,12 @@
+2019-08-12 Jiewen Tan <[email protected]>
+
+ Adds WebAuthn and AppSSO into watchlist
+ https://bugs.webkit.org/show_bug.cgi?id=200647
+
+ Reviewed by Dewei Zhu.
+
+ * Scripts/webkitpy/common/config/watchlist:
+
2019-08-13 Chris Dumez <[email protected]>
Crash under IPC::Connection::markCurrentlyDispatchedMessageAsInvalid()
Modified: trunk/Tools/Scripts/webkitpy/common/config/watchlist (248600 => 248601)
--- trunk/Tools/Scripts/webkitpy/common/config/watchlist 2019-08-13 17:34:59 UTC (rev 248600)
+++ trunk/Tools/Scripts/webkitpy/common/config/watchlist 2019-08-13 18:11:41 UTC (rev 248601)
@@ -348,6 +348,21 @@
"NetworkCache": {
"filename": r"Source/WebKit/NetworkProcess/cache/",
},
+ "AppSSO": {
+ "filename": r"Source/WebKit/UIProcess/Cocoa/SOAuthorization/"
+ r"|Tools/TestWebKitAPI/Tests/WebKitCocoa/.*SOAuthorization.*",
+ },
+ "WebAuthenticationAPI": {
+ "filename": r"Source/WebCore/Modules/webauthn/"
+ r"|Source/WebKit/UIProcess/WebAuthentication/"
+ r"|Source/WebKit/WebProcess/WebAuthentication/"
+ r"|Tools/TestWebKitAPI/Tests/WebCore/.*Apdu.*"
+ r"|Tools/TestWebKitAPI/Tests/WebCore/.*CBOR.*"
+ r"|Tools/TestWebKitAPI/Tests/WebCore/.*Ctap.*"
+ r"|Tools/TestWebKitAPI/Tests/WebCore/.*U2f.*"
+ r"|LayoutTests/http/wpt/webauthn/"
+ r"|Source/WebCore/Modules/credentialmanagement/",
+ },
"WebCryptoAPI": {
"filename": r"Source/WebCore/crypto/"
r"|Source/WebCore/bindings/js/.*Crypto.*"
@@ -443,6 +458,8 @@
"XSS": [ "[email protected]" ],
"webkitperl": [ "[email protected]" ],
"webkitpy": [ "[email protected]" ],
+ "AppSSO": [ "[email protected]" ],
+ "WebAuthenticationAPI": [ "[email protected]" ],
"WebCryptoAPI": [ "[email protected]" ],
"WebGPU": [ "[email protected]" ],
"WebRTC": [ "[email protected]" ],
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes