Age | Commit message (Collapse) | Author |
|
The updater itself does not link to NSS on Windows and instead uses the
Windows-internal crypto libraries. However the mar executable needs to
link against NSS, so we need to split the code a bit.
Change-Id: Iea61c716aa507a876fdb444eb28ad828bdea18bd
Reviewed-on: https://gerrit.libreoffice.org/40608
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
|
|
Change-Id: Ia3cf2253ac750b53ccc18ea661cc95dee51a7b12
Reviewed-on: https://gerrit.libreoffice.org/38689
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
This is still quite confusing as I'm still confused myself with the user profile in the installation directory.
Change-Id: I77f56918d51069ec6c6967339e7e03de4f1a7e4a
|
|
Change-Id: I6edec26c687c6b31d1847b0b568bda389d84f501
|
|
Change-Id: Ic0b98c859cf2115195a75e9521c35ef32bd8b833
|
|
Change-Id: Id69448d893f7492e7321c6c6f84d6cccc9024220
|
|
This commit copies several source files around the Mozilla's online update
from the Mozilla sources to LibreOffice. The hope is that we will be able to
modify it so that LibreOffice can use the same update mechanism as Firefox,
including downloading the packs on background, and applying them on the next
start.
changeset: 248917:ce863f9d8864
The following locations in the Mozzila sources were copied:
firefox/modules/libmar -> onlineupdate/source/libmar
firefox/toolkit/mozapps/update -> onlineupdate/source/update
JavaScript parts were omitted.
Change-Id: I0c92dc0bf734bfd5d8746822f674e162d64fa62f
|