| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Reviewer source(s):
dfr...@chromium.org is from context(googleclient/chrome/chromium_gwsq/chrome/browser/ui/views/config.gwsq)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
lgtm as a stopgap until weston is upreved
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
// On Wayland, the 2nd resize is for xdg_toplevel.set_fullscreen, so 2 isquestion: is the 2 here a result of the workaround you've built, is it tied to a particular reference implementation, or is it just how all Wayland works?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
// On Wayland, the 2nd resize is for xdg_toplevel.set_fullscreen, so 2 isquestion: is the 2 here a result of the workaround you've built, is it tied to a particular reference implementation, or is it just how all Wayland works?
It's how wayland works. it requires 2 resize triggers, 1 for requesting it to the compositor and 1 for receiving the fullscreen event from the compositor, these happen asynchronously.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
// On Wayland, the 2nd resize is for xdg_toplevel.set_fullscreen, so 2 isKramer Gequestion: is the 2 here a result of the workaround you've built, is it tied to a particular reference implementation, or is it just how all Wayland works?
It's how wayland works. it requires 2 resize triggers, 1 for requesting it to the compositor and 1 for receiving the fullscreen event from the compositor, these happen asynchronously.
Marking as resolved.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Fix flaky tests when WaylandExternalBeginFrameSource is enabled
Old version of weston does not ack empty frame callbacks immediately.
Hence, tests are flaky because we often run into timeouts.
Add test-only workaround to skip scheduling empty frame callbacks. And
fix an expectation in multi-content test.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |