Skip to content

Commit

Permalink
[WPE][GTK] Documentation for WebKitFileChooserRequest should not cont…
Browse files Browse the repository at this point in the history
…ain an upload button

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

Reviewed by Carlos Garcia Campos.

* Source/WebKit/UIProcess/API/glib/WebKitFileChooserRequest.cpp:

Canonical link: https://commits.webkit.org/257563@main
  • Loading branch information
mcatanzaro committed Dec 8, 2022
1 parent 66ffe5b commit 3bc9e9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/WebKit/UIProcess/API/glib/WebKitFileChooserRequest.cpp
Expand Up @@ -43,8 +43,8 @@ using namespace WebCore;
*
* A request to open a file chooser.
*
* Whenever the user interacts with an <input type='file' />
* HTML element, WebKit will need to show a dialog to choose one or
* Whenever the user interacts with an HTML input element with
* file type, WebKit will need to show a dialog to choose one or
* more files to be uploaded to the server along with the rest of the
* form data. For that to happen in a general way, instead of just
* opening a #GtkFileChooserDialog (which might be not desirable in
Expand Down

0 comments on commit 3bc9e9d

Please sign in to comment.