[Webkit-unassigned] [Bug 189505] New: [WPE][GTK] API documentation is unclear about how to modify requests before sending them

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 11 09:48:04 PDT 2018


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

            Bug ID: 189505
           Summary: [WPE][GTK] API documentation is unclear about how to
                    modify requests before sending them
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit API
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aperez at igalia.com

There are two places where a WebKitURIRequest can be inspected
before it is sent over the network, and it is not clear in the
documentation in which case the modifications apply to it will
be reflected in the actual data sent over the network:

 - Signal handlers for WebKitWebView::decide-policy
   Modifications *ARE NOT* sent over the network.

 - Signal handlers for WebKitPage::send-request (in a Web extension)
   Modifications *ARE* sent over the network.

It would be useful if the API documentation was explicit about
this.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180911/80c1b680/attachment.html>


More information about the webkit-unassigned mailing list