Title: [254332] trunk/Source
Revision
254332
Author
[email protected]
Date
2020-01-10 03:39:43 -0800 (Fri, 10 Jan 2020)

Log Message

Unreviewed. Fix GTK and WPE API docs generation

Source/_javascript_Core:

Add index for new symbols in 2.28.

* API/glib/docs/jsc-glib-docs.sgml:

Source/WebKit:

Fix the name of the new class. WebKitInputMethodFilter -> WebKitInputMethodContext.

* UIProcess/API/gtk/docs/webkit2gtk-docs.sgml:
* UIProcess/API/wpe/docs/wpe-docs.sgml:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/API/glib/docs/jsc-glib-docs.sgml (254331 => 254332)


--- trunk/Source/_javascript_Core/API/glib/docs/jsc-glib-docs.sgml	2020-01-10 10:53:29 UTC (rev 254331)
+++ trunk/Source/_javascript_Core/API/glib/docs/jsc-glib-docs.sgml	2020-01-10 11:39:43 UTC (rev 254332)
@@ -30,5 +30,10 @@
     <xi:include href="" /></xi:include>
   </index>
 
+  <index id="api-index-2-28" role="2.28">
+    <title>Index of new symbols in 2.28</title>
+    <xi:include href="" /></xi:include>
+  </index>
+
   <xi:include href="" /></xi:include>
 </book>

Modified: trunk/Source/_javascript_Core/ChangeLog (254331 => 254332)


--- trunk/Source/_javascript_Core/ChangeLog	2020-01-10 10:53:29 UTC (rev 254331)
+++ trunk/Source/_javascript_Core/ChangeLog	2020-01-10 11:39:43 UTC (rev 254332)
@@ -1,5 +1,13 @@
 2020-01-10  Carlos Garcia Campos  <[email protected]>
 
+        Unreviewed. Fix GTK and WPE API docs generation
+
+        Add index for new symbols in 2.28.
+
+        * API/glib/docs/jsc-glib-docs.sgml:
+
+2020-01-10  Carlos Garcia Campos  <[email protected]>
+
         [GLIB] Add GLib specific API for JSC JSValueRef.h's JSValueMakeFromJSONString and JSValueCreateJSONString methods
         https://bugs.webkit.org/show_bug.cgi?id=205161
 

Modified: trunk/Source/WebKit/ChangeLog (254331 => 254332)


--- trunk/Source/WebKit/ChangeLog	2020-01-10 10:53:29 UTC (rev 254331)
+++ trunk/Source/WebKit/ChangeLog	2020-01-10 11:39:43 UTC (rev 254332)
@@ -1,5 +1,14 @@
 2020-01-10  Carlos Garcia Campos  <[email protected]>
 
+        Unreviewed. Fix GTK and WPE API docs generation
+
+        Fix the name of the new class. WebKitInputMethodFilter -> WebKitInputMethodContext.
+
+        * UIProcess/API/gtk/docs/webkit2gtk-docs.sgml:
+        * UIProcess/API/wpe/docs/wpe-docs.sgml:
+
+2020-01-10  Carlos Garcia Campos  <[email protected]>
+
         Automation: resolveChildFrameWithNodeHandle should return NodeNotFound when node doesn't exist
         https://bugs.webkit.org/show_bug.cgi?id=205993
 

Modified: trunk/Source/WebKit/UIProcess/API/gtk/docs/webkit2gtk-docs.sgml (254331 => 254332)


--- trunk/Source/WebKit/UIProcess/API/gtk/docs/webkit2gtk-docs.sgml	2020-01-10 10:53:29 UTC (rev 254331)
+++ trunk/Source/WebKit/UIProcess/API/gtk/docs/webkit2gtk-docs.sgml	2020-01-10 11:39:43 UTC (rev 254332)
@@ -65,7 +65,7 @@
     <xi:include href=""
     <xi:include href=""
     <xi:include href=""
-    <xi:include href=""
+    <xi:include href=""
   </chapter>
 
   <chapter>

Modified: trunk/Source/WebKit/UIProcess/API/wpe/docs/wpe-docs.sgml (254331 => 254332)


--- trunk/Source/WebKit/UIProcess/API/wpe/docs/wpe-docs.sgml	2020-01-10 10:53:29 UTC (rev 254331)
+++ trunk/Source/WebKit/UIProcess/API/wpe/docs/wpe-docs.sgml	2020-01-10 11:39:43 UTC (rev 254332)
@@ -58,7 +58,7 @@
     <xi:include href=""
     <xi:include href=""
     <xi:include href=""
-    <xi:include href=""
+    <xi:include href=""
   </chapter>
 
   <chapter>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to