summaryrefslogtreecommitdiffstats
path: root/chrome/installer/mac
Commit message (Expand)AuthorAgeFilesLines
* Make install.sh call lsregister more like .keystone_install. Don't touch themark@chromium.org2012-10-051-5/+5
* Use find_tool to locate xz tools in the scripts' own directories, falling backmark@chromium.org2012-10-052-2/+2
* Remove more set noparentsben@chromium.org2012-07-251-1/+0
* Use lsregister -f to work around Launch Services problems.mark@chromium.org2012-07-231-1/+1
* Make version comparisons in keystone_install.sh more generic.mark@chromium.org2012-07-231-57/+104
* Update keystone_install.sh for 10.8, avoiding cfprefsd when reading frommark@chromium.org2012-07-231-19/+52
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Supply an explicit designated requirement for all internal components duringmark@chromium.org2012-07-031-4/+16
* Sign Chrome with the new Apple Developer ID certificate.mark@chromium.org2012-06-062-83/+1
* mac gcapi: Add a InstallGoogleChrome() function.thakis@chromium.org2012-05-241-3/+3
* Do Keychain reauthorization at update time.mark@chromium.org2012-05-164-4/+152
* Add missing "designated =>" to the requirement string for code signing.mark@chromium.org2012-05-161-0/+1
* Implement Keychain reauthorization.mark@chromium.org2012-05-151-2/+9
* First pass at content shell for the Mac. Doesn't work yet.avi@chromium.org2012-03-061-2/+2
* Give plug-in processes an executable heap and disable PIE/ASLR for Nativemark@chromium.org2011-08-242-2/+14
* Update pkg-dmg to include *.so files, normally excluded by rsync -Cmark@chromium.org2011-08-031-7/+7
* Wean goobsdfiff off of its OpenSSL libcrypto dependency.mark@chromium.org2011-07-287-17/+83
* Remove the comments setting emands and vim tab width and expansion variables.tony@chromium.org2011-07-112-12/+0
* Update dmgdiffer in-app usage to reflect the additional product_name argumentmark@chromium.org2011-06-021-1/+1
* Update XZ Utils to 5.0.3.mark@chromium.org2011-06-023-19/+21
* Use --version-path and --version-key when available during an update, ifmark@chromium.org2011-05-241-0/+16
* A less wordy version of r85947 and r85948.mark@chromium.org2011-05-202-3/+3
* Globally replace <(library) with static_libraryevan@chromium.org2011-05-191-1/+1
* bash 4.0 compatibility for dirdiffer.sh. In bash 4.0, "declare VAR" no longermark@chromium.org2011-05-191-4/+6
* bash 4.0 compatibility for .keystone_install. In bash 4.0, "declare VAR" nomark@chromium.org2011-05-191-2/+4
* Only the stable channel should have a brand code.mark@chromium.org2011-05-171-27/+48
* Update keystone_install.sh to understand canaries.mark@chromium.org2011-04-221-5/+20
* Update dmgdiffer to produce canaries.mark@chromium.org2011-04-191-22/+32
* PWN chrome/installer/mac.mark@chromium.org2011-04-141-0/+3
* Typo police.avi@chromium.org2011-04-065-18/+18
* Make licenses.py happy about xz license.phajdan.jr@chromium.org2010-09-132-1/+1
* Simplify goobspatch: the in and out members of xzfile don't need to bemark@chromium.org2010-06-281-18/+4
* Add an exported symbol list to liblzma_decompress to allow dead-code strippingmark@chromium.org2010-06-242-1/+30
* Make pkg-dmg executable. This regressed in r50566 (unreviewed?)mark@chromium.org2010-06-241-0/+0
* xz/LZMA2 compression for dirdiffer/dirpatcher.mark@chromium.org2010-06-233-17/+68
* Fix files with svn:executable permissions.thestig@chromium.org2010-06-231-0/+0
* Emergency goobsdiff patch: don't use LZMA_RUN after LZMA_FINISH.mark@chromium.org2010-06-221-3/+5
* Use -Os to minimize the size of the installer tools.mark@chromium.org2010-06-222-0/+24
* xz/LZMA2 compression for goobsdiff/goobspatch.mark@chromium.org2010-06-225-43/+290
* Add chrome/installer/mac/third_party/xz, and update DEPS to add r50504 on Macmark@chromium.org2010-06-223-0/+840
* Minor change to keystone_install.sh: use "${!array[@]}" syntax to listmark@chromium.org2010-06-171-3/+3
* Binary differential (delta) updates: keystone_install dmgpatcher support.mark@chromium.org2010-06-151-128/+380
* Adapt keystone_install.sh to the shell scripting guidelines. Tidy it up a bit.mark@chromium.org2010-06-141-537/+855
* Provide the complete complement of application and Keystone version numbersmark@chromium.org2010-06-141-41/+60
* Save the Keystone product ID in .patch/product_id on update disk images.mark@chromium.org2010-06-141-13/+23
* Small cleanups in dmgdiffer, dirdiffer, and dirpatcher.mark@chromium.org2010-06-143-36/+32
* Add dmgdiffer, to create update disk images given old and new full-installmark@chromium.org2010-06-112-4/+424
* Stupid fixesmark@chromium.org2010-06-111-4/+4
* Split sign.sh into two pieces to allow the contents of the versioned directorymark@chromium.org2010-06-115-99/+168
* Finish the job that r48732 started. Move the remainder of themark@chromium.org2010-06-113-0/+1689