diff options
author | Patrick Luby <plubius@neooffice.org> | 2023-01-08 14:41:24 -0500 |
---|---|---|
committer | Patrick Luby <plubius@neooffice.org> | 2023-01-13 14:10:00 +0000 |
commit | fed429e4f6f437997aa6a88e2d071f58aa00ee34 (patch) | |
tree | 0723aaf6f5e4698fbab4ce4bd368ad00e997c070 /package | |
parent | 1a79594a27f41ad369e7c387c51e00afb1352872 (diff) |
Related: tdf#152703 Eliminate potential blocking during live resize
Some events and timers call Application::Reschedule() or
Application::Yield() so don't block and wait for events when a
window is in live resize.
Also, only native events and timers need to be dispatched to redraw
the window so skip dispatching user events when a window is in
live resize.
Lastly, only higher priority tasks need to be fired to redraw the
window so skip firing potentially long-running tasks, such as the
Writer idle layout timer, when a window is in live resize.
Change-Id: I5d449caa432399e836b8e59781e5cc53af718873
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145211
Tested-by: Jenkins
Reviewed-by: Patrick Luby <plubius@neooffice.org>
Diffstat (limited to 'package')
0 files changed, 0 insertions, 0 deletions