summaryrefslogtreecommitdiffstats
path: root/chrome/browser/first_run/first_run.cc
Commit message (Expand)AuthorAgeFilesLines
* Move the guts of user_metrics to a new static lib in //base/metrics.ben@chromium.org2014-01-131-1/+1
* Supress first run bubble on inline signin pageguohui@chromium.org2014-01-021-1/+3
* Revert 242454 "Revert 242450 "Update some uses of UTF conversion..."avi@chromium.org2013-12-241-1/+1
* Revert 242450 "Update some uses of UTF conversions in chrome/bro..."avi@chromium.org2013-12-241-1/+1
* Update some uses of UTF conversions in chrome/browser to use the base:: names...avi@chromium.org2013-12-241-1/+1
* Update some uses of Value in chrome/browser to use the base:: namespace.avi@chromium.org2013-12-231-1/+1
* Do not call SetDefaultBrowser() twice on first run.gab@chromium.org2013-12-111-29/+26
* Move directory creation functions to base namespace.brettw@chromium.org2013-12-031-1/+1
* Handle startup urls pref migration during master_prefs import.robertshield@chromium.org2013-11-011-24/+34
* Do not leak an ExternalProcessImporterHost in first_run::AutoImport().earthdok@chromium.org2013-10-301-7/+8
* Add "Bookmarks File" to ImporterList interactively.tfarina@chromium.org2013-10-031-1/+1
* Convert SigninTracker to use OAuth2TokenService notifications instead of Toke...rogerta@chromium.org2013-09-121-4/+1
* Introduce --cancel-first-run and reduce the strength of --no-first-run.gab@chromium.org2013-08-081-2/+8
* Cleanup sync promo preferences (rename "Sync" to "SignIn" and remove unused p...fdoray@chromium.org2013-08-071-1/+1
* Show the "You can search from here" bubble after the user has configured sync.fdoray@chromium.org2013-08-021-82/+116
* Do not CreateSentinel until after the process singleton has been grabbed by t...gab@chromium.org2013-07-311-25/+17
* No bookmark sync promo if sync is disabled by policy. fdoray@chromium.org2013-07-311-2/+2
* Merge 3 different ways of obtaining first run state (BrowserMain's |is_first_...gab@chromium.org2013-07-311-12/+26
* Delete the message_loop forwarding header.avi@chromium.org2013-07-181-1/+1
* Refactor utility methods that don't use the ProfileManager directly out of th...noms@chromium.org2013-07-181-3/+4
* Move most importer code to chrome/utility/importerscottmg@chromium.org2013-07-161-1/+1
* Rename base::Delete to base::DeleteFilebrettw@chromium.org2013-07-161-1/+1
* Update some includes of chrome_notification_types.hjam@chromium.org2013-07-121-1/+1
* Move PathExists to base namespace.brettw@chromium.org2013-07-111-3/+3
* Move Copy* into the base namespace.brettw@chromium.org2013-07-091-1/+1
* Allow Chrome OS login profile to have different default pref valuesbartfab@chromium.org2013-07-051-1/+1
* Delete the in-process import code (ImporterHost), porting its shared function...gab@chromium.org2013-07-031-7/+7
* Cleanup includes in c/b/first_run/first_run_*.(cc|mm) code.gab@chromium.org2013-07-031-3/+0
* Move importer messages to commonscottmg@chromium.org2013-07-031-1/+1
* chrome/browser: Migrate from googleurl/ includes to url/ ones. Part 1tfarina@chromium.org2013-07-021-1/+1
* Remove Google Toolbar importer (aka google.com/bookmarks importer).gab@chromium.org2013-07-021-1/+1
* Move file_util::Delete to the base namespacebrettw@chromium.org2013-07-011-1/+1
* OOP import on Linux (i.e., on all platforms since Linux is the only one left!).gab@chromium.org2013-06-221-17/+2
* move sync_promo_ui to non-webui-specific directorybcwhite@chromium.org2013-06-211-1/+1
* Enable AutoImport for Aura.gab@chromium.org2013-06-211-2/+0
* Add the application's locale to SourceProfile as it is required by the Firefo...gab@chromium.org2013-06-201-1/+2
* Remove non web-based sign in flow from SyncSetupHandler, and its associatedrogerta@chromium.org2013-06-121-4/+0
* Use a direct include of strings headers in chrome/browser/e*-h*/.avi@chromium.org2013-06-101-1/+1
* Use a direct include of utf_string_conversions.h in chrome/browser/, part 2.avi@chromium.org2013-06-071-1/+1
* Remove uses of UseWebBasedSigninFlow().rogerta@chromium.org2013-06-071-5/+4
* chrome: Use base::MessageLoop. (Part 3)xhwang@chromium.org2013-05-281-2/+2
* Revert 201968 "Revert 201837 "OOP import on Windows.""dbeam@chromium.org2013-05-241-80/+123
* Revert 201837 "OOP import on Windows."dbeam@chromium.org2013-05-241-123/+80
* OOP import on Windows.gab@chromium.org2013-05-231-80/+123
* Record first run startup metrics.gab@chromium.org2013-05-071-13/+1
* components: Move PrefRegistrySyncable into user_prefs namespace.tfarina@chromium.org2013-05-061-4/+5
* Make ImporterHost delete itself instead of being refcounted.bauerb@chromium.org2013-05-031-2/+5
* Some first_run code cleanups (extracted from https://codereview.chromium.org/...gab@chromium.org2013-04-251-45/+40
* Remove unused |first_run| parameter in ImporterHost::CheckForFirefoxLock() wh...gab@chromium.org2013-04-241-2/+1
* Remove unused ImportProgressDialog.gab@chromium.org2013-04-241-17/+26