Title: [285966] trunk/Source/WebKit
Revision
285966
Author
wenson_hs...@apple.com
Date
2021-11-17 16:38:36 -0800 (Wed, 17 Nov 2021)

Log Message

Add a Translation WebKit2 logging category
https://bugs.webkit.org/show_bug.cgi?id=233286

Reviewed by Tim Horton.

Add the new category.

* Platform/Logging.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (285965 => 285966)


--- trunk/Source/WebKit/ChangeLog	2021-11-18 00:10:02 UTC (rev 285965)
+++ trunk/Source/WebKit/ChangeLog	2021-11-18 00:38:36 UTC (rev 285966)
@@ -1,3 +1,14 @@
+2021-11-17  Wenson Hsieh  <wenson_hs...@apple.com>
+
+        Add a Translation WebKit2 logging category
+        https://bugs.webkit.org/show_bug.cgi?id=233286
+
+        Reviewed by Tim Horton.
+
+        Add the new category.
+
+        * Platform/Logging.h:
+
 2021-11-17  J Pascoe  <j_pas...@apple.com>
 
         [WebAuthn] Add SPI for makeCredential / getAssertion using clientDataHash

Modified: trunk/Source/WebKit/Platform/Logging.h (285965 => 285966)


--- trunk/Source/WebKit/Platform/Logging.h	2021-11-18 00:10:02 UTC (rev 285965)
+++ trunk/Source/WebKit/Platform/Logging.h	2021-11-18 00:38:36 UTC (rev 285966)
@@ -99,6 +99,7 @@
     M(Storage) \
     M(StorageAPI) \
     M(TextInput) \
+    M(Translation) \
     M(UIHitTesting) \
     M(ViewGestures) \
     M(ViewState) \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to