summaryrefslogtreecommitdiffstats
path: root/chrome/browser/first_run
Commit message (Expand)AuthorAgeFilesLines
* Move RootView to the internal namespace.ben@chromium.org2011-05-201-2/+1
* first_run: Call ResourceBundle::GetNativeImageNamed() instead of GetBitmapNam...tfarina@chromium.org2011-05-191-4/+5
* Re-land:ben@chromium.org2011-05-131-1/+1
* Revert 85269 - Split the hierarchy. ben@chromium.org2011-05-131-1/+1
* Split the hierarchy. ben@chromium.org2011-05-131-1/+1
* Refactor preference syncing.zea@chromium.org2011-05-091-2/+1
* Turn off the search engine selector for the Russian locale.mirandac@chromium.org2011-05-052-0/+12
* Submitting http://codereview.chromium.org/6901058/ on behalf of rhashimotosaintlou@chromium.org2011-04-291-0/+1
* Move UserMetrics to content.michaeln@google.com2011-04-272-1/+2
* Rename CreateParams to InitParams.ben@chromium.org2011-04-261-1/+1
* Rework the way Widget::Init works:ben@chromium.org2011-04-261-7/+7
* views: Move LinkController into its own header file.tfarina@chromium.org2011-04-252-8/+9
* first-run: Make two specific windows functions private to first_run_win.cctfarina@chromium.org2011-04-192-32/+33
* first-run: Move ShowFirstRunDialog() function to first_run_dialog.htfarina@chromium.org2011-04-186-141/+26
* Mac: Fix official build failure from r81810.thestig@chromium.org2011-04-151-0/+4
* first-run: Pull out FirstRunBrowserProcess/ImportObserver into their own head...tfarina@chromium.org2011-04-158-84/+127
* first-run: Pull IsBrowserAlreadyRunning() out of upgrade_util_win.h.tfarina@chromium.org2011-04-152-23/+0
* first-run: Eliminate the ifdefs in upgrade_util.htfarina@chromium.org2011-04-145-36/+55
* first-run: Remove ifdefs from upgrade_util_linux.cc.tfarina@chromium.org2011-04-141-4/+0
* first-run: Refactor TryChromeDialogView to eliminate ShowTryChromeDialog() fu...tfarina@chromium.org2011-04-144-92/+89
* first-run: Reland refactor of Upgrade class into upgrade_util API.tfarina@chromium.org2011-04-138-180/+175
* Broke ARM compile.siggi@chromium.org2011-04-138-172/+181
* first-run: Refactor Upgrade class into a common upgrade_util API.tfarina@chromium.org2011-04-138-181/+172
* More https for support URLs.cevans@chromium.org2011-04-131-1/+1
* first-run: Refactor Upgrade class.tfarina@chromium.org2011-04-1210-535/+673
* Include base/win/scoped_comptr.h instead of base/scoped_comptr_win.h.tfarina@chromium.org2011-04-121-2/+2
* importer: Cleanup ImporterList some more.tfarina@chromium.org2011-04-081-1/+1
* importer: Cleanup ProfileInfo calls a little bit.tfarina@chromium.org2011-04-063-20/+21
* Change determination of when to show the first run search engine selection di...mirandac@chromium.org2011-04-055-35/+15
* importer: Refactor ImporterList so it doesn't have to know about Importer.tfarina@chromium.org2011-04-043-15/+31
* Convert more WidgetWin/WidgetGtk creations to use a new cross-platform static...ben@chromium.org2011-03-281-14/+12
* Move some files from base to base/memory.levin@chromium.org2011-03-282-3/+3
* importer: Rip out ImporterObserver::ImportCanceled().tfarina@chromium.org2011-03-243-11/+4
* Convert some WidgetWin construction to use CreateParams.ben@chromium.org2011-03-241-3/+3
* Revert 79211 - Convert some WidgetWin construction to use CreateParams.ben@chromium.org2011-03-231-3/+3
* Convert some WidgetWin construction to use CreateParams.ben@chromium.org2011-03-231-3/+3
* Toasting by brand code. finnur@chromium.org2011-03-231-13/+13
* Move app/app_switches to ui/gfx/gl/gl_switches.backer@chromium.org2011-03-211-1/+0
* autofill: Rename all the entries remaining with AutoFill to Autofill.tfarina@chromium.org2011-03-212-4/+4
* importer: Sort the methods of ImporterHost class according to our c++ style g...tfarina@chromium.org2011-03-192-1/+3
* Move the remaining files in chrome\common to content\common.jam@chromium.org2011-03-172-2/+2
* importer: Pull ExternalProcessImporterHost out of ImporterHost.tfarina@chromium.org2011-03-131-0/+1
* Build out NativeWindow interface for Window method pass-thrus.ben@chromium.org2011-03-101-1/+1
* importer: Move chrome/browser/importer/importer.[cc,h] to importer_host.[cc,h].tfarina@chromium.org2011-03-092-3/+3
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-091-5/+5
* importer: Pull ImporterHost::Observer out into its own header.tfarina@chromium.org2011-03-081-6/+9
* Make the toast more reliable and less dangerouscpu@chromium.org2011-03-082-5/+15
* Removing dead code.grt@chromium.org2011-03-071-37/+0
* importer: Factor out StartImportingWithUI() function in its own file.tfarina@chromium.org2011-03-022-21/+22
* importer: Factor out ImportObserver in its own file.tfarina@chromium.org2011-03-022-47/+61