summaryrefslogtreecommitdiffstats
path: root/chrome/browser/first_run/first_run_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Record first run startup metrics.gab@chromium.org2013-05-071-1/+1
* Make ImporterHost delete itself instead of being refcounted.bauerb@chromium.org2013-05-031-2/+4
* Some first_run code cleanups (extracted from https://codereview.chromium.org/...gab@chromium.org2013-04-251-8/+8
* Remove unused |first_run| parameter in ImporterHost::CheckForFirefoxLock() wh...gab@chromium.org2013-04-241-1/+1
* Remove unused ImportProgressDialog.gab@chromium.org2013-04-241-8/+12
* Do not use a relative path to launch the import process.gab@chromium.org2013-03-061-1/+8
* chrome: Update include paths of string_split.h to its new location.tfarina@chromium.org2013-02-281-1/+1
* Revert 184352brettw@chromium.org2013-02-241-3/+2
* Add utf_string_conversions to base namespace.brettw@chromium.org2013-02-241-2/+3
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/.joi@chromium.org2013-02-111-1/+1
* Merge branch 'master' into file_path_browserbrettw@chromium.org2013-02-101-21/+22
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-2/+2
* Refactor first_run, very few things should depend on whether the First Run se...gab@chromium.org2013-01-021-0/+22
* Do not load extension system in the Profile import process.tapted@chromium.org2012-12-211-0/+4
* Remove skip_first_run_ui master preference and refactor AutoImport.gab@chromium.org2012-12-201-27/+0
* Non-platform specific code for first_run::ProcessMasterPreferences().gab@chromium.org2012-12-121-142/+31
* Return first_run_win to using the Chrome path provider to look up the user da...robertshield@chromium.org2012-11-191-8/+17
* add chrome.runtime.requestUpdateCheck method.mek@chromium.org2012-11-141-1/+1
* Refactor ExtensionUpdater/ExtensionDownloader to be able to get more meaningf...mek@chromium.org2012-11-131-1/+2
* No longer install all-users shortcuts on system-level installs; instead insta...gab@chromium.org2012-10-301-43/+2
* Refactor ShellUtil shortcut code -- single multi-purpose methods as opposed ...gab@chromium.org2012-10-051-15/+12
* Allow EULA beacon creation when the User Data dir is not present.robertshield@chromium.org2012-10-051-1/+3
* Enable EULA dialog to be shown from metro Chrome.robertshield@chromium.org2012-09-261-50/+69
* Relaunch into metro mode after chrome is made the default browser if desired.grt@chromium.org2012-09-141-22/+40
* Create chrome Windows desktop shortcuts through a checkbox in create/manager ...hallielaine@chromium.org2012-09-041-2/+1
* Adds browser preferences to configure first-run flow on Windows 8.motek@chromium.org2012-08-031-2/+0
* Speculative fix for bug 137157 as described in http://code.google.com/p/chrom...tbreisacher@chromium.org2012-07-201-0/+4
* Fix the first_run regression issue related to skip_first_run_ui setting proce...jennyz@google.com2012-07-101-0/+4
* startup: Put it in chrome namespace.tfarina@chromium.org2012-07-011-1/+1
* Prototype version of the first-run dialog for Windows 8.motek@chromium.org2012-06-221-0/+3
* chrome://terms should show the terms and conditionstony@chromium.org2012-06-201-4/+2
* Do not show the EULA if it has already been accepted by the user in another u...grt@chromium.org2012-06-161-3/+20
* Revert "Revert 137734 - Select theme resources from ResourceBundle at request...flackr@chromium.org2012-05-241-1/+3
* Revert 137734 - Select theme resources from ResourceBundle at requested scale...fischman@chromium.org2012-05-171-3/+1
* Select theme resources from ResourceBundle at requested scale factor.flackr@chromium.org2012-05-171-1/+3
* mac: Correctly set the default rlz ping delay, allow having a per-user master...thakis@chromium.org2012-04-251-13/+1
* Disable loading of unpacked extensions when '*' is blacklisted, both via the ...joaodasilva@chromium.org2012-04-181-18/+7
* Win 8 Start Menu shortcut changesgab@chromium.org2012-04-061-3/+2
* Clean up first run:pkasting@chromium.org2012-03-161-38/+24
* Split ExtensionUpdater into two smaller classes.joaodasilva@chromium.org2012-03-161-1/+1
* Progressively refactor FirstRun class to first_run namespace(part 7).jennyz@chromium.org2012-02-151-13/+151
* Make google_update.gyp write shared files to SHARED_INTERMEDIATE_DIRrsleevi@chromium.org2012-02-101-1/+1
* Create an API around UtilityProcessHost and use that from chrome.jam@chromium.org2012-02-031-0/+1
* Set the ShortcutCreated pref for when shortcuts are created on first run.stevet@chromium.org2012-01-311-3/+6
* Remove the first-run search engine dialog/ballot.msw@chromium.org2012-01-261-4/+0
* Check the browser distribution when determining whether or not we should crea...stevet@chromium.org2012-01-171-1/+1
* Progressively refacto FirstRun class to first_run namespace(part 4).jennyz@chromium.org2012-01-111-4/+3
* Refactor FirstRun class to first_run namespace progressively(part 3). This cl...jennyz@chromium.org2012-01-071-41/+53
* Refactor FirstRun class to first_run namespace progressively. This cl refactors:jennyz@chromium.org2012-01-051-53/+86