Branch libreoffice-5-0-4
[LibreOffice.git] / extensions / README
blobaefd5b8852b208b2b6e7db0a00dd27f5ea20fb17
1 Browser plugin, activex control, scanner bits.  Online update.
3 == Application online update checking ==
5 When we start LO, first InitUpdateCheckJobThread is created, via
6 UpdateCheckJob::execute() (from extensions/source/update/check/updatecheckjob.cxx),
7 as a reaction to a "onFirstVisibleTask" event. It waits 25 seconds (so that it
8 does not interfere with the startup itself), and then calls
9 UpdateCheck::initialize() (from extensions/source/update/check/updatecheck.cxx).
11 This creates one more thread, UpdateCheckThread, that regularly checks whether
12 we have reached the time when we should ask for the update.  If yes, asks for
13 that, and shows the download button in the menu (if the new update is
14 available).