summaryrefslogtreecommitdiffstats
path: root/chrome/installer/gcapi
Commit message (Expand)AuthorAgeFilesLines
* Update uses of UTF conversions in chrome/installer, chrome/renderer, chrome/s...avi@chromium.org2013-12-253-3/+5
* Add base:: to string16s in chrome/.dbeam@chromium.org2013-12-205-29/+30
* Port experiment_labels.h to be cross-platform.rohitrao@chromium.org2013-12-063-25/+31
* Revert "Revert 234367 "Base: Make RegistryOverrideManager support sharde...""tommycli@chromium.org2013-11-151-6/+2
* Revert 234367 "Base: Make RegistryOverrideManager support sharde..."tommycli@chromium.org2013-11-121-2/+6
* Base: Make RegistryOverrideManager support sharded/parallel tests.tommycli@chromium.org2013-11-121-6/+2
* GCAPI should append to the existing experiment_labels instead of clobbering t...gab@chromium.org2013-11-077-40/+316
* Also check kC1FSentKey in GCAPI's IsC1FSent().gab@chromium.org2013-08-221-13/+14
* Fix GCAPIReactivationTest.ExperimentLabelCheckgab@chromium.org2013-08-221-26/+9
* Fixes the NOTINSTALLED case.macourteau@chromium.org2013-08-211-1/+1
* Adds SetRelaunchOffered.macourteau@chromium.org2013-08-175-20/+107
* Fixes the comments which were triggering the android webview_licenses error.macourteau@chromium.org2013-08-163-19/+121
* Revert 217872 "Adds the CanOfferRelaunch function.", android webview_licenses...mattm@chromium.org2013-08-163-121/+19
* Adds the CanOfferRelaunch function.macourteau@chromium.org2013-08-163-19/+121
* Update include paths in chrome/installer/ for base/process changes.rsesek@chromium.org2013-07-231-1/+1
* Use a direct include of time headers in chrome/common/, chrome/installer, chr...avi@chromium.org2013-06-285-6/+6
* Define a LoggingSettings struct to use for InitLogging()akalin@chromium.org2013-06-211-6/+3
* Use a direct include of strings headers in chrome/installer/, part 1.avi@chromium.org2013-06-114-6/+6
* Use a direct include of utf_string_conversions.h in chrome/app/, chrome/commo...avi@chromium.org2013-06-072-2/+2
* Cleanup: Remove unneeded base/file_util.h includes in chrome.thestig@chromium.org2013-05-151-2/+0
* Makes omaha experiment label utility functions cross-platform.rohitrao@chromium.org2013-03-191-2/+2
* Revert 184352brettw@chromium.org2013-02-242-3/+3
* Add utf_string_conversions to base namespace.brettw@chromium.org2013-02-242-3/+3
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Move FilePath->base::FilePathbrettw@chromium.org2013-02-111-3/+3
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-083-4/+4
* Add a VariationsRegistrySyncer class, which synchronizes Google Update relate...stevet@chromium.org2013-01-301-41/+2
* GCAPI change that uses WMI to prevent chrome from ever taking foreground.robertshield@chromium.org2013-01-211-27/+55
* Refactor SetOmahaExperimentLabel out of gcpai and into install_util.stevet@chromium.org2013-01-094-40/+48
* Add a LaunchGoogleChromeInBackground export to GCAPIrobertshield@chromium.org2012-11-153-14/+33
* Handle the multiple-window case a little better when using the GCAPI method L...robertshield@chromium.org2012-11-071-39/+23
* Fix window resizing and repositioning in GCAPI.robertshield@chromium.org2012-10-251-27/+76
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-114-4/+0
* Factor out logic to find chrome.exe from Omaha client state.erikwright@chromium.org2012-06-211-24/+3
* Move guid generation from chrome/common/ to base/.marja@chromium.org2012-06-142-5/+5
* Reused target.vitalybuka@chromium.org2012-05-311-0/+5
* mac: Start implementing gcapi.thakis@chromium.org2012-05-171-14/+19
* This patch modifies some aspects of GCAPI in support of the new Chrome reacti...mgraboski@google.com2012-03-276-115/+50
* Adding fallback to LaunchGoogleChrome in case Omaha process launcher is not r...robertshield@chromium.org2012-02-291-0/+7
* Mike's change to allow the type of reactivation to be specified based on curr...robertshield@chromium.org2012-02-278-51/+122
* Fixing "error C2039: 'back_inserter' : is not a member of 'std'" on Windows (...alexeypa@chromium.org2012-02-241-0/+1
* Make google_update.gyp write shared files to SHARED_INTERMEDIATE_DIRrsleevi@chromium.org2012-02-101-2/+1
* Implementation of Omaha experiment_label code for GCAPI.robertshield@chromium.org2012-02-085-5/+177
* Re-add source files to gyp config for gcapi_dll. Removing them seems to make ...robertshield@chromium.org2012-01-317-5/+409
* Revert 119841 - Implementation of GCAPI reactivation.thestig@chromium.org2012-01-317-409/+5
* Implementation of GCAPI reactivation.robertshield@chromium.org2012-01-317-5/+409
* Fix bug caused by looking for last_run times in HKLM for system-level install...robertshield@chromium.org2012-01-262-100/+57
* Fix up GCAPI's LaunchGoogleChrome() method to use the current way of finding ...robertshield@chromium.org2011-12-052-42/+77
* Add functionality to the GCAPI to detect when Chrome was last run.robertshield@chromium.org2011-11-145-31/+252
* Make the windows_version.h functions threadsafe by using a singleton. Add ac...pkasting@chromium.org2011-04-071-31/+33