Browser plugin, activex control, scanner bits. Online update. == Application online update checking == When we start LO, first InitUpdateCheckJobThread is created, via UpdateCheckJob::execute() (from extensions/source/update/check/updatecheckjob.cxx), as a reaction to a "onFirstVisibleTask" event. It waits 25 seconds (so that it does not interfere with the startup itself), and then calls UpdateCheck::initialize() (from extensions/source/update/check/updatecheck.cxx). This creates one more thread, UpdateCheckThread, that regularly checks whether we have reached the time when we should ask for the update. If yes, asks for that, and shows the download button in the menu (if the new update is available). ue='88e1e8fb06180fe070aaf0065d9c3403b477cfd7'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/tools/source/ref
AgeCommit message (Expand)Author
2023-02-09Fix build errors by suppressing warnings when building with Xcode 14.2Patrick Luby
2021-10-31Prepare for removal of non-const operator[] from Sequence in toolsMike Kaganski