| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
This change refactors the IsSelectionOwner method in the PlatformClipboardWrap at 72 columns.
// Tells if we currently own the selection for a given clipboard `buffer`.Update comment.
// Returns true if the current application writing data to the host clipboardUpdate comment.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +1 |
This change refactors the IsSelectionOwner method in the PlatformClipboardThomas AndersonWrap at 72 columns.
Done
// Tells if we currently own the selection for a given clipboard `buffer`.Thomas AndersonUpdate comment.
Done
// Returns true if the current application writing data to the host clipboardThomas AndersonUpdate comment.
Done
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
+Kramer for ui/ozone/public/platform_clipboard.h
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[X11] Make IsSelectionOwner asynchronous in PlatformClipboard
This change refactors the IsSelectionOwner method in the
PlatformClipboard interface and its implementations to be asynchronous.
This allows the X11 backend to eliminate a synchronous X11 Sync() call
in GetSelectionOwner, furthering the goal of an entirely asynchronous
clipboard architecture.
R=thestig
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
I think it seems likely that this CL is causing the `OmniboxViewTest.Paste` browsertest to fail on linux-rel-ready:
https://ci.chromium.org/ui/b/8687423217582013825
though I'm not sure that this is the cause.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |