summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-05-19also include the platform into the build configMarkus Mohrhard
Change-Id: Ia586e813b33dde0e0b2468c54bed9471c03e8c5a
2017-05-19change of plans, we are not going to use balrogMarkus Mohrhard
Balrog makes a lot of assumptions about the Mozilla infrastructure that we can't clone. As an example the whole admin interface assumes an external authenication system, most likely LDAP. Also it would not support my plans for language pack and SDK handling. We will copy some of the ideas of Balrog but will need an own simple webservice for that. Change-Id: I2e31f3ef7887b19edcd248ddbd02a1965f71b3e3
2017-05-19use the new file based approach for the mar creationMarkus Mohrhard
Change-Id: Ie025709b76960b1dd850fbb2d1f114f7a413611a
2017-05-19allow to create mar files for LibO with symbolsMarkus Mohrhard
LibO with symbols mar files are around 1.5GB. I'm not yet sure if they are really useful but at least we have the option to create them. Most likely the better option is to use the crash reporter and upload the symbol information there. Change-Id: I7c5af9ca3b52f7d712e60115bf23da22240160bb
2017-05-19add a way to create mar file from fileMarkus Mohrhard
We exceed the command line limit when we try to use the stuff directly so storing it in a file seems like the best approach. Currently the memory that we allocate in the new code path is leaked but as the program ends a bit later anyway this is not too bad. Change-Id: I87350c617e577a319ce4be37cbd707011c0bd502
2017-05-19add makefile part to generate mar file and update infoMarkus Mohrhard
We still need some parts for the partial update files but we already generate the build information and the complete mar file. Change-Id: I2ae0de0b83518bc3093848b66b6f3054ebd388e1
2017-05-19add configure setting for the update channelMarkus Mohrhard
This only makes sense with the mar based updater and is currently only used for uploading the builds. Change-Id: I8baec67419bd1042e89d0373ca868973b23d8a5f
2017-05-19apply the mar file after downloadingMarkus Mohrhard
Change-Id: Id793ecc7954e1bb8f6859a7fbb3f4aad6e84fb37
2017-05-19improve the update checkerMarkus Mohrhard
Change-Id: I78fff95e835d5480c84fc334ee6cd716be531163
2017-05-19tempMarkus Mohrhard
Change-Id: I5a3b395d59727be83d4e0a1bdf37f82500f99853
2017-05-19improve update checker and update downloader codeMarkus Mohrhard
2017-05-19install onlineupdate executables correctlyMarkus Mohrhard
Change-Id: I9bcb23ff9e953d9c5e42e10804031e1537c4b774
2017-05-19add files to send update info to balrog serverMarkus Mohrhard
Change-Id: Iffd2c87987c7bb0b3f892bf8b3038822daf67439
2017-05-19register the new updater properties in postprocessMarkus Mohrhard
Change-Id: If5bcfddc627f77cf4a7cfb9eb32ec9f29e5072b9
2017-05-19indentation fixMarkus Mohrhard
Change-Id: Iff26d67f13e2801b77e9fb9ad77399b5956fe324
2017-05-19make it possible to use mar feature in ifdefsMarkus Mohrhard
Change-Id: Ibfaf3ec8bf9a1e831ac18ad5ff7f2c519d9cb56f
2017-05-19remove more references to GONKMarkus Mohrhard
Change-Id: I8d51cc42161c3dee5b7a6a791e724cb939e3fc64
2017-05-19remove gonk reference from build filesMarkus Mohrhard
We don't use the build files but they are useful documentation. The GONK case however does not apply to us at all. Change-Id: I2be03d973110957aef93da17ac3b21e9142563d2
2017-05-19remove mozilla certificatesMarkus Mohrhard
Change-Id: I673ce7f7099a2af3ea3d16c01776d24420bbb3be
2017-05-19don't run the updates when the updater has been disabledMarkus Mohrhard
Change-Id: I9cf046d94ec0db2af965380f6e0935f0193e427d
2017-05-19fix descripton of the updater configuration propertiesMarkus Mohrhard
Change-Id: I2db29360dc26b4e83e851c3b1b504ef4748368b9
2017-05-19first version of the two step updaterMarkus Mohrhard
Change-Id: Ic449b625843c2aaaec69a95d25fbdafd45bb7409
2017-05-19we use a static lib for this nowMarkus Mohrhard
Change-Id: Iec7ba672ec5be5422a110bc8c09eb77cf31611be
2017-05-19only compile the windows files on windowsMarkus Mohrhard
Change-Id: I489aa2877ff23b556ab587a0fae5125de3b76d21
2017-05-19remove unneeded parts from the updater codeMarkus Mohrhard
Change-Id: I6643d00572eceb5c934ac9ecd0edc61da60a3043
2017-05-19add initial version of running the updaterMarkus Mohrhard
Change-Id: If21aa08ec4f535d79e6f5cbe6fc1a10626752bea
2017-05-19we only want to build winhelper on windowsMarkus Mohrhard
Change-Id: Iae098ef00d000099e13c54349ba37619e545fe4a
2017-05-19make the updater code also work on windowsMarkus Mohrhard
Change-Id: If533ba273237d35cad11fec296e7c48cbc2cd2f2
2017-05-19fix unitialized memoryMarkus Mohrhard
Change-Id: I743df0c568984a1effef34be5a3190a10647e092
2017-05-19make the winhelper library compile on windowsMarkus Mohrhard
Change-Id: I4bfa678b6a028a91a63b79a24f6db3a3644d086a
2017-05-19compile as a true c++ ojectMarkus Mohrhard
Change-Id: Id37074b695e096a057c818a80e3567015422bfb6
2017-05-19temp windows fixesMarkus Mohrhard
Change-Id: I86972657e333821a153bb0c1e154f22841f624e5
2017-05-19we need to link to nssMarkus Mohrhard
Change-Id: I94940d1146430980f11d9dcb1e6c538982a31a1c
2017-05-19use the new winhelper static lib on windowsMarkus Mohrhard
Change-Id: Iecb4328e4c665f7dd24fa7c6a66c3328942fb196
2017-05-19add files for starting windows processMarkus Mohrhard
Change-Id: Idb2d6a43c8bc86a51fb8e5b937784bedc05a0308
2017-05-19include the new files into the build systemMarkus Mohrhard
2017-05-19add files for the new update service on windowsMarkus Mohrhard
2017-05-19add script for incremental mar generationMarkus Mohrhard
Change-Id: Icb444e71d62c69d83e4c0a2ab78f6eeed4d80a1a
2017-05-19start work on the updater serviceMarkus Mohrhard
Change-Id: Ic0b98c859cf2115195a75e9521c35ef32bd8b833
2017-05-19add makefile parts for creating mar filesMarkus Mohrhard
Change-Id: I004af6b1a5aaa87869ad316dedde1777d2f3cf95
2017-05-19add registry part for new automated updaterMarkus Mohrhard
Change-Id: I34ebc8b971374dd7223f98ea6710b54240bda565
2017-05-19use std::thread instead of own solutionMarkus Mohrhard
Change-Id: Id3d71897127c7af39688c9071dbb0e04b08fb327
2017-05-19add script to generate complete mar filesMarkus Mohrhard
Script is taken from http://hg.mozilla.org/mozilla-central/file/tip/tools/update-packaging Change-Id: I98237266f543441b98bc22e217eb70d87e6a007c
2017-05-19conditionaly execute tests that depend on additional fontsMarkus Mohrhard
Change-Id: Ie32c69d0ec66006807adfc58ea956a8a0906d238 Reviewed-on: https://gerrit.libreoffice.org/37798 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2017-05-18Updated coreAdolfo Jayme Barrientos
Project: help ee2a29423da11c4f61ce4ca2176383d1a631ec84 Clean up some <emph> tag vomit Change-Id: Icd5b0e048e4dc2824302d6a92c30a1d22bc2b750
2017-05-18Revert "Fix typos"Stephan Bergmann
This reverts commit 26a67002fcb9381b54de6cae1aaa37120d49066a. "Iff" is not a typo, see 2a65bf32ec270484dcea4d22d3c93552dc0c24dd "Revert 'Typo: iff->if'".
2017-05-18tdf#107176: just return initial selection when there's no rangeJulien Nabet
See https://bugs.documentfoundation.org/show_bug.cgi?id=107176#c2 Change-Id: I606b7f248821bb24b3a9026ecd26a9bc93971748 Reviewed-on: https://gerrit.libreoffice.org/36582 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2017-05-18tdf#107782 xmlsecurity PDF verify: handle empty X509 certificateMiklos Vajna
Leaving Signer as an empty reference will do exactly what we want: the signature will be considered invalid. Change-Id: I25d7cbd260384110173fe953fc24f3dcf6b9acd5 Reviewed-on: https://gerrit.libreoffice.org/37770 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2017-05-18conditional execute test that depends on additional fontsMarkus Mohrhard
Change-Id: Ib08cba9074eb6d8149eac518794178c4f72998f0 Reviewed-on: https://gerrit.libreoffice.org/37784 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2017-05-18Fix typosAndrea Gelmini
Only replaced "iff" with "if" Change-Id: Ib9dfa5c12b05500043147fe3b65f923b1b12a581 Reviewed-on: https://gerrit.libreoffice.org/37782 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com>