[webkit-reviews] review granted: [Bug 212322] [GTK4] Implement file chooser : [Attachment 400822] Patch

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


Carlos Garcia Campos <cgarcia at igalia.com> has granted Santosh Mahto
<santosh.mahto at collabora.com>'s request for review:
Bug 212322: [GTK4] Implement file chooser
https://bugs.webkit.org/show_bug.cgi?id=212322

Attachment 400822: Patch

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




--- 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))


More information about the webkit-reviews mailing list