Bug 211561 - [GTK4] Add support for clipboard operations
Summary: [GTK4] Add support for clipboard operations
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on: 211511
Blocks: GTK4
  Show dependency treegraph
 
Reported: 2020-05-07 05:58 PDT by Carlos Garcia Campos
Modified: 2020-05-12 08:22 PDT (History)
2 users (show)

See Also:


Attachments
Patch (9.16 KB, patch)
2020-05-07 06:00 PDT, Carlos Garcia Campos
no flags Details | Formatted Diff | Diff
Patch (9.16 KB, patch)
2020-05-07 06:14 PDT, Carlos Garcia Campos
aperez: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2020-05-07 05:58:28 PDT
.
Comment 1 Carlos Garcia Campos 2020-05-07 06:00:30 PDT
Created attachment 398725 [details]
Patch
Comment 2 Carlos Garcia Campos 2020-05-07 06:14:38 PDT
Created attachment 398727 [details]
Patch
Comment 3 Adrian Perez 2020-05-12 08:18:23 PDT
Comment on attachment 398727 [details]
Patch

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

> Source/WebKit/UIProcess/gtk/ClipboardGtk4.cpp:146
> +                gssize writtenBytes = g_output_stream_splice_finish(G_OUTPUT_STREAM(stream), result, nullptr);

Nice use of file splicing ^_^
Comment 4 Carlos Garcia Campos 2020-05-12 08:22:18 PDT
Committed r261555: <https://trac.webkit.org/changeset/261555>