summaryrefslogtreecommitdiffstats
path: root/chrome/browser/first_run
Commit message (Expand)AuthorAgeFilesLines
* views: Migrate the cases of "new .*NativeTextButton(" to LabelButton.tfarina@chromium.org2013-04-061-3/+5
* chrome: Update the include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-03-311-1/+1
* Allows disabling of the "set as default browser" infobar for specific version...macourteau@chromium.org2013-03-292-0/+9
* Fix a bug wherein a member method masked a windows API call.erikwright@chromium.org2013-03-281-2/+2
* Inconsistent use of [x] close panel icon. Code changes.varkha@chromium.org2013-03-271-3/+3
* Pulling user experiment code from BrowserDistribution to a new class. huangs@chromium.org2013-03-151-11/+8
* Disable FirstRunIntegrationBrowserTest.WaitForImport on mac_asan.tapted@chromium.org2013-03-121-1/+3
* Fix sync promo first run bugssail@chromium.org2013-03-091-5/+0
* Do not use a relative path to launch the import process.gab@chromium.org2013-03-061-1/+8
* Introduce //components/user_prefs.joi@chromium.org2013-03-061-1/+1
* chrome: Update include paths of string_split.h to its new location.tfarina@chromium.org2013-02-281-1/+1
* Capture the exit status of the first-run AutoImport and make it available to ...tapted@chromium.org2013-02-273-5/+39
* Revert 184352brettw@chromium.org2013-02-243-5/+4
* Add utf_string_conversions to base namespace.brettw@chromium.org2013-02-243-4/+5
* Move file_path.h to base/files.brettw@chromium.org2013-02-245-6/+6
* Removing the installer's dependence on googleurl (GURL).huangs@chromium.org2013-02-211-1/+15
* Use static flags instead of non-persistent prefs for a couple of first-run fe...joi@chromium.org2013-02-214-48/+49
* Support variations_seed parameter in MasterPrefs.asvitkine@chromium.org2013-02-154-17/+40
* Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/.joi@chromium.org2013-02-114-5/+5
* Introduce PrefRegistrySyncable, simplifying PrefServiceSyncable.joi@chromium.org2013-02-102-6/+7
* Merge branch 'master' into file_path_browserbrettw@chromium.org2013-02-109-61/+64
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-082-3/+3
* Linux/ChromeOS Chromium style checker cleanup, chrome/browser edition.rsleevi@chromium.org2013-02-071-1/+1
* Remove PrefServiceSimple, replacing it with PrefService and PrefRegistrySimple.joi@chromium.org2013-02-061-5/+9
* Add FilePath to base namespace.brettw@chromium.org2013-02-022-10/+16
* Skip a first-run import on Mac when there is nothing left to import.tapted@chromium.org2013-02-014-4/+74
* Remove TabStripModel wrapper use.avi@chromium.org2013-01-291-2/+3
* OWNERS for chrome/browser/first_run/gab@chromium.org2013-01-071-0/+3
* Failing to CopyPrefFile() shouldn't prevent processing of other preferences.gab@chromium.org2013-01-021-1/+1
* Refactor first_run, very few things should depend on whether the First Run se...gab@chromium.org2013-01-026-11/+54
* Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable.joi@chromium.org2012-12-222-6/+8
* [Fixit Dec-2012] Fix suppress_first_run_bubble master preference.gab@chromium.org2012-12-213-22/+55
* Do not load extension system in the Profile import process.tapted@chromium.org2012-12-214-0/+57
* Remove skip_first_run_ui master preference and refactor AutoImport.gab@chromium.org2012-12-206-218/+124
* [Fixit Dec-2012] Remove show_welcome_page distribution preference.gab@chromium.org2012-12-191-11/+0
* The 2013 inactive user toast dialogcpu@chromium.org2012-12-122-29/+62
* Non-platform specific code for first_run::ProcessMasterPreferences().gab@chromium.org2012-12-124-194/+160
* Enable web-based sign in flow by default. Can use command line argumentrogerta@chromium.org2012-12-081-2/+2
* browser: Move FindBrowserWithWebContents() into chrome namespace.tfarina@chromium.org2012-12-021-1/+1
* Move Windows-specific first run task out of chrome_browser_main.cc by introdu...gab@chromium.org2012-11-301-1/+0
* Don't show first run bubble in new web-based sign in flow.rogerta@chromium.org2012-11-201-0/+9
* Return first_run_win to using the Chrome path provider to look up the user da...robertshield@chromium.org2012-11-192-11/+17
* chromeos: Disable first-run UI.derat@chromium.org2012-11-171-0/+7
* Get the toast working on win aura. This fixes TryChromeDialogBrowserTest.Toas...jam@chromium.org2012-11-162-3/+14
* add chrome.runtime.requestUpdateCheck method.mek@chromium.org2012-11-141-1/+1
* views: Improve the constant names of the ButtonState enum.tfarina@chromium.org2012-11-141-5/+5
* Refactor ExtensionUpdater/ExtensionDownloader to be able to get more meaningf...mek@chromium.org2012-11-131-1/+2
* Replace Label::Alignment with gfx::HorizontalAlignment.msw@chromium.org2012-11-071-1/+1
* No longer install all-users shortcuts on system-level installs; instead insta...gab@chromium.org2012-10-303-45/+4
* [Coverity] pass-by-val -> pass-by-refgroby@chromium.org2012-10-231-1/+1