Title: [275404] trunk/Source/WebKit
Revision
275404
Author
[email protected]
Date
2021-04-01 22:00:33 -0700 (Thu, 01 Apr 2021)

Log Message

Add a macro to help staging logDiagnosticMessageWithDomain in Safari
https://bugs.webkit.org/show_bug.cgi?id=224081

Reviewed by Wenson Hsieh.

Checking this macro will allow the webkit clients to implement this API
and build with or without r275103.

* UIProcess/API/Cocoa/_WKDiagnosticLoggingDelegate.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (275403 => 275404)


--- trunk/Source/WebKit/ChangeLog	2021-04-02 04:42:15 UTC (rev 275403)
+++ trunk/Source/WebKit/ChangeLog	2021-04-02 05:00:33 UTC (rev 275404)
@@ -1,3 +1,15 @@
+2021-04-01  Said Abou-Hallawa  <[email protected]>
+
+        Add a macro to help staging logDiagnosticMessageWithDomain in Safari
+        https://bugs.webkit.org/show_bug.cgi?id=224081
+
+        Reviewed by Wenson Hsieh.
+
+        Checking this macro will allow the webkit clients to implement this API
+        and build with or without r275103.
+
+        * UIProcess/API/Cocoa/_WKDiagnosticLoggingDelegate.h:
+
 2021-04-01  Kimmo Kinnunen  <[email protected]>
 
         RemoteRenderingBackend should clean up CG resources after last Canvas is destroyed in Gpu process

Modified: trunk/Source/WebKit/UIProcess/API/Cocoa/_WKDiagnosticLoggingDelegate.h (275403 => 275404)


--- trunk/Source/WebKit/UIProcess/API/Cocoa/_WKDiagnosticLoggingDelegate.h	2021-04-02 04:42:15 UTC (rev 275403)
+++ trunk/Source/WebKit/UIProcess/API/Cocoa/_WKDiagnosticLoggingDelegate.h	2021-04-02 05:00:33 UTC (rev 275404)
@@ -27,6 +27,8 @@
 
 #import <Foundation/Foundation.h>
 
+#define HAS_DIAGNOSTIC_LOGGING_DOMAIN
+
 typedef NS_ENUM(NSInteger, _WKDiagnosticLoggingResultType) {
     _WKDiagnosticLoggingResultPass,
     _WKDiagnosticLoggingResultFail,
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to