[Webkit-unassigned] [Bug 253146] New: [GTK][WPE] WebKitDownload destination should be a path instead of a URI

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 1 03:07:12 PST 2023


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

            Bug ID: 253146
           Summary: [GTK][WPE] WebKitDownload destination should be a path
                    instead of a URI
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Keywords: Gtk
          Severity: Normal
          Priority: P2
         Component: WebKitGTK
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: cgarcia at igalia.com
                CC: bugs-noreply at webkitgtk.org
            Blocks: 238748

Destination is handled as a patch internally, so using URIs in the API means we have to convert to/from URI all the time. We can't change this in the current API, but for simplicity we can allow passing a paths, while still support uris for backwards compatibility. WebKiDownload::created-destination always returns a URI in the old API for compatibilty, but webkit_download_get_destination() only returns a URI when a URI was set with webkit_download_set_destination().


Referenced Bugs:

https://bugs.webkit.org/show_bug.cgi?id=238748
[Bug 238748] [GLib] WebKitDownload API changes
-- 
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/20230301/b2b768af/attachment-0001.htm>


More information about the webkit-unassigned mailing list