[Webkit-unassigned] [Bug 212322] [GTK4] Implement file chooser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 3 02:00:57 PDT 2020


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

Carlos Garcia Campos <cgarcia at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #400822|review?                     |review+, commit-queue-
              Flags|                            |

--- Comment #17 from Carlos Garcia Campos <cgarcia at igalia.com> ---
Comment on attachment 400822
  --> https://bugs.webkit.org/attachment.cgi?id=400822
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=400822&action=review

> Source/WebKit/UIProcess/API/gtk/WebKitWebViewGtk.cpp:60
> +            gchar* filename = g_file_get_path(static_cast<GFile*>(file->data));
> +            if (filename)

if (gchar* filename = g_file_get_path(G_FILE(file->data))

-- 
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/20200603/b62f4c39/attachment-0001.htm>


More information about the webkit-unassigned mailing list