Changeset 241936 in webkit


Ignore:
Timestamp:
Feb 21, 2019 11:19:38 PM (5 years ago)
Author:
Adrian Perez de Castro
Message:

[WPE][GTK] No API documentation generated for WebKitUserContentFilterStore
https://bugs.webkit.org/show_bug.cgi?id=194908

Reviewed by Carlos Garcia Campos.

  • UIProcess/API/gtk/docs/webkit2gtk-4.0.types: Add entry for webkit_user_content_filter_store_get_type().
  • UIProcess/API/gtk/docs/webkit2gtk-docs.sgml: Add entry for WebKitUserContentFilterStore.
  • UIProcess/API/wpe/docs/wpe-docs.sgml: Ditto.
Location:
trunk/Source/WebKit
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r241935 r241936  
     12019-02-21  Adrian Perez de Castro  <aperez@igalia.com>
     2
     3        [WPE][GTK] No API documentation generated for WebKitUserContentFilterStore
     4        https://bugs.webkit.org/show_bug.cgi?id=194908
     5
     6        Reviewed by Carlos Garcia Campos.
     7
     8        * UIProcess/API/gtk/docs/webkit2gtk-4.0.types: Add entry for webkit_user_content_filter_store_get_type().
     9        * UIProcess/API/gtk/docs/webkit2gtk-docs.sgml: Add entry for WebKitUserContentFilterStore.
     10        * UIProcess/API/wpe/docs/wpe-docs.sgml: Ditto.
     11
    1122019-02-21  Carlos Garcia Campos  <cgarcia@igalia.com>
    213
  • trunk/Source/WebKit/UIProcess/API/gtk/docs/webkit2gtk-4.0.types

    r238371 r241936  
    2828webkit_frame_get_type
    2929webkit_certificate_info_get_type
     30webkit_user_content_filter_store_get_type
    3031webkit_user_content_manager_get_type
    3132webkit_web_hit_test_result_get_type
  • trunk/Source/WebKit/UIProcess/API/gtk/docs/webkit2gtk-docs.sgml

    r241563 r241936  
    5252    <xi:include href="xml/WebKitFormSubmissionRequest.xml"/>
    5353    <xi:include href="xml/WebKitSecurityManager.xml"/>
     54    <xi:include href="xml/WebKitUserContentFilterStore.xml"/>
    5455    <xi:include href="xml/WebKitUserContentManager.xml"/>
    5556    <xi:include href="xml/WebKitUserContent.xml"/>
  • trunk/Source/WebKit/UIProcess/API/wpe/docs/wpe-docs.sgml

    r240962 r241936  
    4545    <xi:include href="xml/WebKitFormSubmissionRequest.xml"/>
    4646    <xi:include href="xml/WebKitSecurityManager.xml"/>
     47    <xi:include href="xml/WebKitUserContentFilterStore.xml"/>
    4748    <xi:include href="xml/WebKitUserContentManager.xml"/>
    4849    <xi:include href="xml/WebKitUserContent.xml"/>
Note: See TracChangeset for help on using the changeset viewer.