Title: [251423] trunk/Source/WebKit
Revision
251423
Author
carlo...@webkit.org
Date
2019-10-22 01:48:25 -0700 (Tue, 22 Oct 2019)

Log Message

[GTK] C++ comments used in C header files
https://bugs.webkit.org/show_bug.cgi?id=203191

Reviewed by Žan Doberšek.

* UIProcess/API/gtk/WebKitAutocleanups.h:
* UIProcess/API/gtk/WebKitDefines.h:
* UIProcess/API/gtk/WebKitForwardDeclarations.h:
* UIProcess/API/gtk/WebKitWebViewBase.h:
* UIProcess/API/wpe/WebKitAutocleanups.h:
* UIProcess/API/wpe/WebKitDefines.h:
* WebProcess/InjectedBundle/API/gtk/WebKitWebEditor.h:
* WebProcess/InjectedBundle/API/gtk/WebKitWebExtensionAutocleanups.h:
* WebProcess/InjectedBundle/API/wpe/WebKitWebEditor.h:
* WebProcess/InjectedBundle/API/wpe/WebKitWebExtensionAutocleanups.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (251422 => 251423)


--- trunk/Source/WebKit/ChangeLog	2019-10-22 08:20:34 UTC (rev 251422)
+++ trunk/Source/WebKit/ChangeLog	2019-10-22 08:48:25 UTC (rev 251423)
@@ -1,3 +1,21 @@
+2019-10-22  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        [GTK] C++ comments used in C header files
+        https://bugs.webkit.org/show_bug.cgi?id=203191
+
+        Reviewed by Žan Doberšek.
+
+        * UIProcess/API/gtk/WebKitAutocleanups.h:
+        * UIProcess/API/gtk/WebKitDefines.h:
+        * UIProcess/API/gtk/WebKitForwardDeclarations.h:
+        * UIProcess/API/gtk/WebKitWebViewBase.h:
+        * UIProcess/API/wpe/WebKitAutocleanups.h:
+        * UIProcess/API/wpe/WebKitDefines.h:
+        * WebProcess/InjectedBundle/API/gtk/WebKitWebEditor.h:
+        * WebProcess/InjectedBundle/API/gtk/WebKitWebExtensionAutocleanups.h:
+        * WebProcess/InjectedBundle/API/wpe/WebKitWebEditor.h:
+        * WebProcess/InjectedBundle/API/wpe/WebKitWebExtensionAutocleanups.h:
+
 2019-10-22  Wenson Hsieh  <wenson_hs...@apple.com>
 
         imported/w3c/web-platform-tests/clipboard-apis/async-navigator-clipboard-basics.https.html is flaky

Modified: trunk/Source/WebKit/UIProcess/API/gtk/WebKitAutocleanups.h (251422 => 251423)


--- trunk/Source/WebKit/UIProcess/API/gtk/WebKitAutocleanups.h	2019-10-22 08:20:34 UTC (rev 251422)
+++ trunk/Source/WebKit/UIProcess/API/gtk/WebKitAutocleanups.h	2019-10-22 08:48:25 UTC (rev 251423)
@@ -83,7 +83,7 @@
 G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitWebsiteData, webkit_website_data_unref)
 G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitWebViewSessionState, webkit_web_view_session_state_unref)
 
-#endif // __GI_SCANNER__
-#endif // G_DEFINE_AUTOPTR_CLEANUP_FUNC
+#endif /* __GI_SCANNER__ */
+#endif /* G_DEFINE_AUTOPTR_CLEANUP_FUNC */
 
-#endif // WebKitAutocleanups_h
+#endif /* WebKitAutocleanups_h */

Modified: trunk/Source/WebKit/UIProcess/API/gtk/WebKitDefines.h (251422 => 251423)


--- trunk/Source/WebKit/UIProcess/API/gtk/WebKitDefines.h	2019-10-22 08:20:34 UTC (rev 251422)
+++ trunk/Source/WebKit/UIProcess/API/gtk/WebKitDefines.h	2019-10-22 08:48:25 UTC (rev 251423)
@@ -45,4 +45,4 @@
 #define WEBKIT_DEPRECATED WEBKIT_API G_DEPRECATED
 #define WEBKIT_DEPRECATED_FOR(f) WEBKIT_API G_DEPRECATED_FOR(f)
 
-#endif // WebKitDefines_h
+#endif /* WebKitDefines_h */

Modified: trunk/Source/WebKit/UIProcess/API/gtk/WebKitForwardDeclarations.h (251422 => 251423)


--- trunk/Source/WebKit/UIProcess/API/gtk/WebKitForwardDeclarations.h	2019-10-22 08:20:34 UTC (rev 251422)
+++ trunk/Source/WebKit/UIProcess/API/gtk/WebKitForwardDeclarations.h	2019-10-22 08:48:25 UTC (rev 251423)
@@ -36,4 +36,4 @@
 typedef struct _WebKitContextMenu     WebKitContextMenu;
 typedef struct _WebKitContextMenuItem WebKitContextMenuItem;
 
-#endif // WebKitForward_h
+#endif /* WebKitForward_h */

Modified: trunk/Source/WebKit/UIProcess/API/gtk/WebKitWebViewBase.h (251422 => 251423)


--- trunk/Source/WebKit/UIProcess/API/gtk/WebKitWebViewBase.h	2019-10-22 08:20:34 UTC (rev 251422)
+++ trunk/Source/WebKit/UIProcess/API/gtk/WebKitWebViewBase.h	2019-10-22 08:48:25 UTC (rev 251423)
@@ -68,4 +68,4 @@
 
 G_END_DECLS
 
-#endif // WebKitWebViewBase_h
+#endif /* WebKitWebViewBase_h */

Modified: trunk/Source/WebKit/UIProcess/API/wpe/WebKitAutocleanups.h (251422 => 251423)


--- trunk/Source/WebKit/UIProcess/API/wpe/WebKitAutocleanups.h	2019-10-22 08:20:34 UTC (rev 251422)
+++ trunk/Source/WebKit/UIProcess/API/wpe/WebKitAutocleanups.h	2019-10-22 08:48:25 UTC (rev 251423)
@@ -78,7 +78,7 @@
 G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitWebsiteData, webkit_website_data_unref)
 G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitWebViewSessionState, webkit_web_view_session_state_unref)
 
-#endif // __GI_SCANNER__
-#endif // G_DEFINE_AUTOPTR_CLEANUP_FUNC
+#endif /* __GI_SCANNER__ */
+#endif /* G_DEFINE_AUTOPTR_CLEANUP_FUNC */
 
-#endif // WebKitAutocleanups_h
+#endif /* WebKitAutocleanups_h */

Modified: trunk/Source/WebKit/UIProcess/API/wpe/WebKitDefines.h (251422 => 251423)


--- trunk/Source/WebKit/UIProcess/API/wpe/WebKitDefines.h	2019-10-22 08:20:34 UTC (rev 251422)
+++ trunk/Source/WebKit/UIProcess/API/wpe/WebKitDefines.h	2019-10-22 08:48:25 UTC (rev 251423)
@@ -45,4 +45,4 @@
 #define WEBKIT_DEPRECATED WEBKIT_API G_DEPRECATED
 #define WEBKIT_DEPRECATED_FOR(f) WEBKIT_API G_DEPRECATED_FOR(f)
 
-#endif // WebKitDefines_h
+#endif /* WebKitDefines_h */

Modified: trunk/Source/WebKit/WebProcess/InjectedBundle/API/gtk/WebKitWebEditor.h (251422 => 251423)


--- trunk/Source/WebKit/WebProcess/InjectedBundle/API/gtk/WebKitWebEditor.h	2019-10-22 08:20:34 UTC (rev 251422)
+++ trunk/Source/WebKit/WebProcess/InjectedBundle/API/gtk/WebKitWebEditor.h	2019-10-22 08:48:25 UTC (rev 251423)
@@ -62,4 +62,4 @@
 
 G_END_DECLS
 
-#endif // WebKitWebEditor_h
+#endif /* WebKitWebEditor_h */

Modified: trunk/Source/WebKit/WebProcess/InjectedBundle/API/gtk/WebKitWebExtensionAutocleanups.h (251422 => 251423)


--- trunk/Source/WebKit/WebProcess/InjectedBundle/API/gtk/WebKitWebExtensionAutocleanups.h	2019-10-22 08:20:34 UTC (rev 251422)
+++ trunk/Source/WebKit/WebProcess/InjectedBundle/API/gtk/WebKitWebExtensionAutocleanups.h	2019-10-22 08:48:25 UTC (rev 251423)
@@ -35,7 +35,7 @@
 G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitWebHitTestResult, g_object_unref)
 G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitWebPage, g_object_unref)
 
-#endif // __GI_SCANNER__
-#endif // G_DEFINE_AUTOPTR_CLEANUP_FUNC
+#endif /* __GI_SCANNER__ */
+#endif /* G_DEFINE_AUTOPTR_CLEANUP_FUNC */
 
-#endif // WebKitWebExtensionAutocleanups_h
+#endif /* WebKitWebExtensionAutocleanups_h */

Modified: trunk/Source/WebKit/WebProcess/InjectedBundle/API/wpe/WebKitWebEditor.h (251422 => 251423)


--- trunk/Source/WebKit/WebProcess/InjectedBundle/API/wpe/WebKitWebEditor.h	2019-10-22 08:20:34 UTC (rev 251422)
+++ trunk/Source/WebKit/WebProcess/InjectedBundle/API/wpe/WebKitWebEditor.h	2019-10-22 08:48:25 UTC (rev 251423)
@@ -62,4 +62,4 @@
 
 G_END_DECLS
 
-#endif // WebKitWebEditor_h
+#endif /* WebKitWebEditor_h */

Modified: trunk/Source/WebKit/WebProcess/InjectedBundle/API/wpe/WebKitWebExtensionAutocleanups.h (251422 => 251423)


--- trunk/Source/WebKit/WebProcess/InjectedBundle/API/wpe/WebKitWebExtensionAutocleanups.h	2019-10-22 08:20:34 UTC (rev 251422)
+++ trunk/Source/WebKit/WebProcess/InjectedBundle/API/wpe/WebKitWebExtensionAutocleanups.h	2019-10-22 08:48:25 UTC (rev 251423)
@@ -35,7 +35,7 @@
 G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitWebHitTestResult, g_object_unref)
 G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitWebPage, g_object_unref)
 
-#endif // __GI_SCANNER__
-#endif // G_DEFINE_AUTOPTR_CLEANUP_FUNC
+#endif /* __GI_SCANNER__ */
+#endif /* G_DEFINE_AUTOPTR_CLEANUP_FUNC */
 
-#endif // WebKitWebExtensionAutocleanups_h
+#endif /* WebKitWebExtensionAutocleanups_h */
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to