summaryrefslogtreecommitdiffstats
path: root/chrome/installer
Commit message (Expand)AuthorAgeFilesLines
* Correct const accessors in base/values.(h|cc)vabr@chromium.org2012-07-274-5/+5
* Fix system-level toast regression.grt@chromium.org2012-07-261-0/+1
* Remove more set noparentsben@chromium.org2012-07-251-1/+0
* Fix multi-install update regression.grt@chromium.org2012-07-254-112/+99
* Renamed resource files to be more verbose, specifically:benrg@chromium.org2012-07-241-5/+5
* Fix two bugs in the toastcpu@chromium.org2012-07-231-10/+22
* 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
* (re-commit) Implement installation of the Chrome App Host.erikwright@chromium.org2012-07-2044-568/+1866
* Merge branch 'activesetup CL' into broken tree mergegab@chromium.org2012-07-201-2/+2
* 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