| Commit message (Expand) | Author | Age | Files | Lines |
* | Make install.sh call lsregister more like .keystone_install. Don't touch the | mark@chromium.org | 2012-10-05 | 1 | -5/+5 |
* | Use find_tool to locate xz tools in the scripts' own directories, falling back | mark@chromium.org | 2012-10-05 | 2 | -2/+2 |
* | Remove more set noparents | ben@chromium.org | 2012-07-25 | 1 | -1/+0 |
* | Use lsregister -f to work around Launch Services problems. | mark@chromium.org | 2012-07-23 | 1 | -1/+1 |
* | Make version comparisons in keystone_install.sh more generic. | mark@chromium.org | 2012-07-23 | 1 | -57/+104 |
* | Update keystone_install.sh for 10.8, avoiding cfprefsd when reading from | mark@chromium.org | 2012-07-23 | 1 | -19/+52 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Supply an explicit designated requirement for all internal components during | mark@chromium.org | 2012-07-03 | 1 | -4/+16 |
* | Sign Chrome with the new Apple Developer ID certificate. | mark@chromium.org | 2012-06-06 | 2 | -83/+1 |
* | mac gcapi: Add a InstallGoogleChrome() function. | thakis@chromium.org | 2012-05-24 | 1 | -3/+3 |
* | Do Keychain reauthorization at update time. | mark@chromium.org | 2012-05-16 | 4 | -4/+152 |
* | Add missing "designated =>" to the requirement string for code signing. | mark@chromium.org | 2012-05-16 | 1 | -0/+1 |
* | Implement Keychain reauthorization. | mark@chromium.org | 2012-05-15 | 1 | -2/+9 |
* | First pass at content shell for the Mac. Doesn't work yet. | avi@chromium.org | 2012-03-06 | 1 | -2/+2 |
* | Give plug-in processes an executable heap and disable PIE/ASLR for Native | mark@chromium.org | 2011-08-24 | 2 | -2/+14 |
* | Update pkg-dmg to include *.so files, normally excluded by rsync -C | mark@chromium.org | 2011-08-03 | 1 | -7/+7 |
* | Wean goobsdfiff off of its OpenSSL libcrypto dependency. | mark@chromium.org | 2011-07-28 | 7 | -17/+83 |
* | Remove the comments setting emands and vim tab width and expansion variables. | tony@chromium.org | 2011-07-11 | 2 | -12/+0 |
* | Update dmgdiffer in-app usage to reflect the additional product_name argument | mark@chromium.org | 2011-06-02 | 1 | -1/+1 |
* | Update XZ Utils to 5.0.3. | mark@chromium.org | 2011-06-02 | 3 | -19/+21 |
* | Use --version-path and --version-key when available during an update, if | mark@chromium.org | 2011-05-24 | 1 | -0/+16 |
* | A less wordy version of r85947 and r85948. | mark@chromium.org | 2011-05-20 | 2 | -3/+3 |
* | Globally replace <(library) with static_library | evan@chromium.org | 2011-05-19 | 1 | -1/+1 |
* | bash 4.0 compatibility for dirdiffer.sh. In bash 4.0, "declare VAR" no longer | mark@chromium.org | 2011-05-19 | 1 | -4/+6 |
* | bash 4.0 compatibility for .keystone_install. In bash 4.0, "declare VAR" no | mark@chromium.org | 2011-05-19 | 1 | -2/+4 |
* | Only the stable channel should have a brand code. | mark@chromium.org | 2011-05-17 | 1 | -27/+48 |
* | Update keystone_install.sh to understand canaries. | mark@chromium.org | 2011-04-22 | 1 | -5/+20 |
* | Update dmgdiffer to produce canaries. | mark@chromium.org | 2011-04-19 | 1 | -22/+32 |
* | PWN chrome/installer/mac. | mark@chromium.org | 2011-04-14 | 1 | -0/+3 |
* | Typo police. | avi@chromium.org | 2011-04-06 | 5 | -18/+18 |
* | Make licenses.py happy about xz license. | phajdan.jr@chromium.org | 2010-09-13 | 2 | -1/+1 |
* | Simplify goobspatch: the in and out members of xzfile don't need to be | mark@chromium.org | 2010-06-28 | 1 | -18/+4 |
* | Add an exported symbol list to liblzma_decompress to allow dead-code stripping | mark@chromium.org | 2010-06-24 | 2 | -1/+30 |
* | Make pkg-dmg executable. This regressed in r50566 (unreviewed?) | mark@chromium.org | 2010-06-24 | 1 | -0/+0 |
* | xz/LZMA2 compression for dirdiffer/dirpatcher. | mark@chromium.org | 2010-06-23 | 3 | -17/+68 |
* | Fix files with svn:executable permissions. | thestig@chromium.org | 2010-06-23 | 1 | -0/+0 |
* | Emergency goobsdiff patch: don't use LZMA_RUN after LZMA_FINISH. | mark@chromium.org | 2010-06-22 | 1 | -3/+5 |
* | Use -Os to minimize the size of the installer tools. | mark@chromium.org | 2010-06-22 | 2 | -0/+24 |
* | xz/LZMA2 compression for goobsdiff/goobspatch. | mark@chromium.org | 2010-06-22 | 5 | -43/+290 |
* | Add chrome/installer/mac/third_party/xz, and update DEPS to add r50504 on Mac | mark@chromium.org | 2010-06-22 | 3 | -0/+840 |
* | Minor change to keystone_install.sh: use "${!array[@]}" syntax to list | mark@chromium.org | 2010-06-17 | 1 | -3/+3 |
* | Binary differential (delta) updates: keystone_install dmgpatcher support. | mark@chromium.org | 2010-06-15 | 1 | -128/+380 |
* | Adapt keystone_install.sh to the shell scripting guidelines. Tidy it up a bit. | mark@chromium.org | 2010-06-14 | 1 | -537/+855 |
* | Provide the complete complement of application and Keystone version numbers | mark@chromium.org | 2010-06-14 | 1 | -41/+60 |
* | Save the Keystone product ID in .patch/product_id on update disk images. | mark@chromium.org | 2010-06-14 | 1 | -13/+23 |
* | Small cleanups in dmgdiffer, dirdiffer, and dirpatcher. | mark@chromium.org | 2010-06-14 | 3 | -36/+32 |
* | Add dmgdiffer, to create update disk images given old and new full-install | mark@chromium.org | 2010-06-11 | 2 | -4/+424 |
* | Stupid fixes | mark@chromium.org | 2010-06-11 | 1 | -4/+4 |
* | Split sign.sh into two pieces to allow the contents of the versioned directory | mark@chromium.org | 2010-06-11 | 5 | -99/+168 |
* | Finish the job that r48732 started. Move the remainder of the | mark@chromium.org | 2010-06-11 | 3 | -0/+1689 |