Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-19 | Wdeclaration-after-statement | Markus Mohrhard | |
Change-Id: Ie3a34305c824e2f04feb8b1db39c0df342588c43 | |||
2017-05-19 | Wsometimes-uninitialized | Markus Mohrhard | |
Change-Id: Ia160685694a386358506f94c4cc1510e5e2a6f62 | |||
2017-05-19 | Wunused-macros | Markus Mohrhard | |
Change-Id: Ib50bd405101acb908831d943d449c3cf86b2ac85 | |||
2017-05-19 | remove the newly unused files with old cert verification data | Markus Mohrhard | |
Change-Id: I9753197bcfbff1aaf9bb6ee292d65a356075348f | |||
2017-05-19 | generate the certificate verification data as part of the build | Markus Mohrhard | |
Change-Id: I30186f76302e7666c833933b059931e8b1b7b78c | |||
2017-05-19 | second part for user profile in instdir | Markus Mohrhard | |
This handles the replacement request part. The algorithm moves the user profile out of the backup back into the user profile. Change-Id: Ide45009d7a42b01ee645418b1a0c30b211842510 | |||
2017-05-19 | first step into supporting user profile in installation dir | Markus Mohrhard | |
Change-Id: I2485ad2b69ed28b7f964540ac3eecd22099b4f7c | |||
2017-05-19 | extract string typedefs to a shared file | Markus Mohrhard | |
Change-Id: I6e5d7c828f56b6a3f562ed8a9dd5f63a9d603ce0 | |||
2017-05-19 | add TODO | Markus Mohrhard | |
Change-Id: I2d913a878aba91fea41a010237dd685845b5b648 | |||
2017-05-19 | remove unused hard link support | Markus Mohrhard | |
Change-Id: I7f40598df74c8731b13c37b8adaa636086d204b4 | |||
2017-05-19 | without the wb+ reading the patch file will fail | Markus Mohrhard | |
Change-Id: I61be299647d41bb464bea039630ddd4ff545f412 | |||
2017-05-19 | add mbsdiff as build executable | Markus Mohrhard | |
Change-Id: I68c9b14937c219ee142386b72047a6995d004f47 | |||
2017-05-19 | better flexibility through configurable updated build directory | Markus Mohrhard | |
Change-Id: Icaa814cdcd27171fbafc2407d55161cdc13e750e | |||
2017-05-19 | add more TODO comments | Markus Mohrhard | |
2017-05-19 | add the astyle script used to format the files | Markus Mohrhard | |
2017-05-19 | use a more libreoffice like formatting | Markus Mohrhard | |
This formatting has been done by an astyle script. The idea is that with a consistent formatting it is much easier to bring in changes from Mozilla. Updating the code with the new version, running the astyle script and then looking through the diff seems like the most sensible option. | |||
2017-05-19 | add the resource to the updater | Markus Mohrhard | |
Change-Id: I80e80708346aa2850b2964c566ebc6423837a9cd | |||
2017-05-19 | add TODO comments for the places that need further inspection | Markus Mohrhard | |
This is just from a quick scroll through the code. Change-Id: I72132ba9244d7aa559befe63412f7a5ef2005ad1 | |||
2017-05-19 | hide the function behind the correct define checks | Markus Mohrhard | |
Change-Id: Ifef59d40975b6061a40b58d80817b6c15b856713 | |||
2017-05-19 | remove the MOZ_ prefix from a few env variables and defines | Markus Mohrhard | |
Change-Id: Icbb5f0751cd5f85fc2c4af8d2adbc8d64911a94b | |||
2017-05-19 | use std::min instead of own code | Markus Mohrhard | |
Change-Id: I4bb62a120c1d791d41cdaaa88faf0fed27cc4787 | |||
2017-05-19 | remove unnecessary case from updater code | Markus Mohrhard | |
Change-Id: I9001b661a929a66723cf8e83ed3d8f664f180b14 | |||
2017-05-19 | use own unique identifier | Markus Mohrhard | |
Change-Id: I6d3b6ca894eceef7ad5757dd7c5b4981eb839c61 | |||
2017-05-19 | make sure not to reuse the Mozilla registry keys and service name | Markus Mohrhard | |
Change-Id: I1e7208595313d54b6565c90dae19b8b51a047803 | |||
2017-05-19 | the update service is windows only | Markus Mohrhard | |
Change-Id: I9de1e8e8ec26dce85107c774c6a1d862dea3ab84 | |||
2017-05-19 | get the update service working | Markus Mohrhard | |
Change-Id: I25921090083f20c4bb416f9cfdd5ec6400a27a21 | |||
2017-05-19 | extract the common updater code to an own static library | Markus Mohrhard | |
We again need to use a static lib to prevent the file is in use problem during the update. Change-Id: I22d00ea2ab46949d32cdaae85c799896d6e0468f | |||
2017-05-19 | define UNICODE to get the unicode system functions | Markus Mohrhard | |
Change-Id: I6eb552d32bd7ef2bbc816549e4bf53e9a8a3de05 | |||
2017-05-19 | fix more platform define checks | Markus Mohrhard | |
Change-Id: I2e125770fc6c21141c45ccc057d95fada8ccf74c | |||
2017-05-19 | fix Wundef warnings | Markus Mohrhard | |
Change-Id: I36a68731e861a58d631249e6580233102cd3b702 | |||
2017-05-19 | include nss also on windows for the updater executable | Markus Mohrhard | |
Change-Id: I998355e0c4fb97a5b513be0072bced2a611c9928 | |||
2017-05-19 | more XP_WIN to _WIN32 | Markus Mohrhard | |
Change-Id: If2dd733f44675e1f4305afff84a1b16f8c8ff1c5 | |||
2017-05-19 | add missing windows error codes | Markus Mohrhard | |
Error codes taken for now from the mozilla code. Change-Id: Ib5b8ce4effb62ff0149a70a293ef6d19a0af4bb7 | |||
2017-05-19 | always build with NSS and therefore verify signatures | Markus Mohrhard | |
Change-Id: I7b697b95e620ce915d762ce5d09af33a9e812107 | |||
2017-05-19 | remove header includes | Markus Mohrhard | |
Change-Id: I72c4b65b733875c8bc18a7e6718e1470bcaf611d | |||
2017-05-19 | workaround for compile error | Markus Mohrhard | |
Change-Id: I23c0e39cf74424febc78a5e0785fa2a889d9cd56 | |||
2017-05-19 | fix warnings in windows only code | Markus Mohrhard | |
Change-Id: I33079d9f895e4c596a7804ec1bf6b3acde891ae7 | |||
2017-05-19 | disable warning 4204 | Markus Mohrhard | |
nonstandard extension used Change-Id: I7d24417dfb14fa659e50c36889bedee406ce9401 | |||
2017-05-19 | explicitly include header file for unique_ptr | Markus Mohrhard | |
Change-Id: I060c7554a0b293977c3e4363f246b31bb35b9055 | |||
2017-05-19 | fix unused parameter warnings | Markus Mohrhard | |
Change-Id: I959129f9cf2ea0534cadf89948f9d1f09a7e2540 | |||
2017-05-19 | add certificate parts for current daily build cert | Markus Mohrhard | |
Change-Id: I33fa792da09b5bfb05291eace3815c1312faa8de | |||
2017-05-19 | update the updater code from mozilla | Markus Mohrhard | |
Change-Id: I400a7d103cf5bbd1a8b86c54a5d1b84c7dbf34e8 | |||
2017-05-19 | store the correct version string in the updater and the mar executable | Markus Mohrhard | |
Change-Id: I52ca969b9fa84320614f77bd51b8aac736478c54 | |||
2017-05-19 | build the signing part for the updater | Markus Mohrhard | |
Change-Id: I422eed712da76a90f49b9d9cd5d6155fa394c223 | |||
2017-05-19 | make the script more python3 compliant | Markus Mohrhard | |
Change-Id: Id23b4890f121c0ffeb7aca4888e1e1d4d3748b91 | |||
2017-05-19 | some steps to getting mar signing working | Markus Mohrhard | |
Change-Id: Id5a37530f2660866e83b6072d4d55b45da4a083d | |||
2017-05-19 | don't use MOZ prefix for variables | Markus Mohrhard | |
Change-Id: I4d4cf18c4665ccd14b3a2b93da215113e4f2e23a | |||
2017-05-19 | document the no-link to LibO libraries policy | Markus Mohrhard | |
Change-Id: I6edec26c687c6b31d1847b0b568bda389d84f501 | |||
2017-05-19 | adapt indentation to LibO defaults | Markus Mohrhard | |
Change-Id: I652428a2f11f12d7a2b54d3d425fc6034e1cbbe3 | |||
2017-05-19 | obviously we need to use a LibreOffice registry key | Markus Mohrhard | |
Change-Id: I445c5c66f4363b5f20e140b3620a3ece84d73d23 |