summaryrefslogtreecommitdiffstats
path: root/chrome/installer
Commit message (Expand)AuthorAgeFilesLines
* Revert 147650 - Implement installation of the Chrome App Host.erikwright@chromium.org2012-07-2043-1751/+544
* Register Chrome in Active Setup to be called by Windows at user login.gab@chromium.org2012-07-209-5/+375
* More -Wunused-private-field cleanups.thakis@chromium.org2012-07-201-1/+1
* Implement installation of the Chrome App Host.erikwright@chromium.org2012-07-2043-544/+1751
* Add markers to app_host.exe and setup.exe to allow them to expose app command...erikwright@chromium.org2012-07-191-0/+10
* Add windows 8 secondary tile logo to the installer.benwells@chromium.org2012-07-191-0/+1
* Convert SID string to ASCII before taking md5gab@chromium.org2012-07-111-1/+3
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-1182-82/+0
* Remove two deprecated methods from base::Versionisherman@chromium.org2012-07-1111-90/+87
* Switch to TimeDelta interfaces in installer setup.tedvessenes@gmail.com2012-07-091-2/+3
* Refactor CreateOrUpdateChromeShortcuts() for a better public API.gab@chromium.org2012-07-064-127/+153
* Use a better registration suffix that will always be unique while respecting ...gab@chromium.org2012-07-064-56/+283
* Do not suffix ChromeHTML\Application\ApplicationName in the Windows registry ...gab@chromium.org2012-07-041-1/+1
* Add the opennewwindow verb to the list of verbs created with a DelegateExecut...ananta@chromium.org2012-07-032-0/+5
* Supply an explicit designated requirement for all internal components duringmark@chromium.org2012-07-031-4/+16
* Make RegisterChromeOnMachine() and CreateOrUpdateChromeShortcuts() public in ...gab@chromium.org2012-06-302-192/+198
* base: Remove dereference structure operator (i.e ->) from ScopedVector.tfarina@chromium.org2012-06-301-2/+2
* Remove --do-not-create-shortcuts flag from setup.exegab@chromium.org2012-06-276-14/+1
* Remove annoying DCHECK in ShellUtil::MakeChromeDefault that triggers when run...robertshield@chromium.org2012-06-271-1/+0
* Omit nacl-related targets from mini_installer when disable_nacl==1.grt@chromium.org2012-06-261-0/+8
* Revert 143782 - Use a better registration suffix that will always be unique w...kbr@chromium.org2012-06-243-216/+44
* Use a better registration suffix that will always be unique while respecting ...gab@chromium.org2012-06-233-44/+216
* Clarify that the returned path is guaranteed to exist if not empty.erikwright@chromium.org2012-06-221-0/+1
* Prototype version of the first-run dialog for Windows 8.motek@chromium.org2012-06-221-0/+1
* Factor out logic to find chrome.exe from Omaha client state.erikwright@chromium.org2012-06-213-24/+128
* Replace all spaces by '_' in the AppUserModelIdgab@chromium.org2012-06-201-0/+2
* Notify Windows Shell after making Chrome default interactivelygrt@chromium.org2012-06-191-1/+4
* Suffix Chrome's appid on user-level installsgrt@chromium.org2012-06-1915-52/+184
* Make chrome the default browser interactively if possible, register it if not.grt@chromium.org2012-06-183-13/+50
* Make all registrations in HKCU for user-level installs on Win8gab@chromium.org2012-06-173-44/+72
* Abstract suffixing logic away from GetApplicationNamegab@chromium.org2012-06-1718-50/+64
* Always suffix ChromeHTML entries on Windows for user-level installs.gab@chromium.org2012-06-176-216/+317
* Move guid generation from chrome/common/ to base/.marja@chromium.org2012-06-142-5/+5
* Fix all hardcoded Windows registry lookups.gab@chromium.org2012-06-132-19/+33
* Fix RegisterChromeBrowser definition and usage in shell_utilgab@chromium.org2012-06-112-21/+21
* Fix subscript out of range error when rolling back an empty value.grt@chromium.org2012-06-112-11/+7
* Disable tests crashing on VS2010.hbono@chromium.org2012-06-111-1/+7
* Clarify the use of --register-chrome-browser-suffix which triggers |unique_su...gab@chromium.org2012-06-081-2/+4
* The CL adds to ShellUtil and ShellIntegration and adjusts invocations of the ...motek@chromium.org2012-06-082-11/+53
* Sign Chrome with the new Apple Developer ID certificate.mark@chromium.org2012-06-062-83/+1
* Adding an additional gyp flag to enable mini_installer_support for official b...robertshield@chromium.org2012-06-061-1/+2
* Add a --criteria-check option to gcapi_example.thakis@chromium.org2012-06-021-1/+9
* Move ProgramCompare from setup_util to install_util.gab@chromium.org2012-05-317-184/+182
* Reused target.vitalybuka@chromium.org2012-05-311-0/+5
* Remove the enable_metro GYP flag, effectively making it on by default.joi@chromium.org2012-05-263-11/+11
* Add version check to only register the DelegateExecute verb handler if Win8 b...gab@chromium.org2012-05-241-2/+32
* Remove installer_util_strings.rc from chrome.dll.tony@chromium.org2012-05-243-11/+42
* mac gcapi: Make keystone registration work with existing system keystone and ...thakis@chromium.org2012-05-241-2/+8
* mac: Expand gcapi_examplethakis@chromium.org2012-05-242-12/+79
* mac gcapi: Add a InstallGoogleChrome() function.thakis@chromium.org2012-05-243-26/+272