| Auto-Submit | +1 |
| Owners-Override | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Bot-Commit | +1 |
| Commit-Queue | +2 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Revert "[X11] Make IsSelectionOwner asynchronous in PlatformClipboard"
This reverts commit 8dc861921d9d2891e2e2c58f9f9404a59416d2aa.
Reason for revert: likely cause of consistent failure of
OmniboxViewTest.Paste on linux64-rel-ready starting from
https://ci.chromium.org/ui/b/8687423217582013825
The first (of multiple) failures in that test was:
../../chrome/browser/ui/omnibox/omnibox_view_browsertest.cc:1374: Failure
Expected equality of these values:
kSearchText
Which is: u"abc"
omnibox_view->GetText()
Which is: u"about:blank"
Original change's description:
> [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
>
> Change-Id: Ic616ebb106d3fcb36a83a47c70da6742887a70d3
> Bug: 40398800
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7659748
> Commit-Queue: Thomas Anderson <thomasa...@chromium.org>
> Auto-Submit: Thomas Anderson <thomasa...@chromium.org>
> Reviewed-by: Kramer Ge <fang...@chromium.org>
> Reviewed-by: Lei Zhang <the...@chromium.org>
> Cr-Commit-Position: refs/heads/main@{#1599158}
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |