[Webkit-unassigned] [Bug 154553] New: [GTK] Expose user content filters in WebKitUserContentManager

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 22 12:45:02 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=154553

            Bug ID: 154553
           Summary: [GTK] Expose user content filters in
                    WebKitUserContentManager
    Classification: Unclassified
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aperez at igalia.com
                CC: bugs-noreply at webkitgtk.org

Expose support for “content blockers” (a.k.a. “user content filters”) in the
WebKitGTK+ API. Like user style sheets and user scripts, this could be added
as methods on WebKitUserContentManager:

  void webkit_user_content_manager_add_filter(WebKitUserContentManager*
                                              WebKitUserContentFilter*);

  void webkit_user_content_manager_remove_all_filters(WebKitUserContentManager*);

Plus functions to instantiate and ref/unref WebKitUserContentFilter objects,
like it's done for WebKitUser{Script,StyleSheet}.

(As per discussion at https://lists.webkit.org/pipermail/webkit-gtk/2016-February/002628.html)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160222/5300a38a/attachment.html>


More information about the webkit-unassigned mailing list