summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_main.cc
Commit message (Expand)AuthorAgeFilesLines
* Add -profile command line switchdavemoore@chromium.org2009-11-301-49/+42
* Make SystemMonitor not a Singleton and move it out of basephajdan.jr@chromium.org2009-11-261-8/+4
* Fix signal handlers so we don't fail a DCHECK.thestig@chromium.org2009-11-261-10/+11
* Move last shutdown file access off the UI thread and onto the file thread.jam@chromium.org2009-11-251-8/+7
* Posix: Catch SIGHUP/SIGINT and do a clean shutdown.thestig@chromium.org2009-11-251-9/+31
* Assorted cleanup.estade@chromium.org2009-11-231-1/+1
* Fix bug when accessing g_browser_process->broker_services() at shutdown.jam@chromium.org2009-11-231-1/+2
* Enable WebSocketExperiment backukai@chromium.org2009-11-191-4/+0
* Hook up the memory purger to all the relevant locations.pkasting@chromium.org2009-11-181-3/+0
* Stop top-crasher regression by disabling WebSocketExperimentRunnerjar@chromium.org2009-11-181-0/+4
* Use GetSwitchValuePath.evan@chromium.org2009-11-161-2/+2
* Use Chrome to transport Chrome OS metrics. rvargas@google.com2009-11-131-0/+5
* Write a test for loading libcros.so on startup of Chrome. You just pass thebrettw@chromium.org2009-11-131-2/+11
* WebSocket Live Experimentukai@chromium.org2009-11-111-0/+4
* Fix first run ui hanging. The threads need to get started earlier.jam@chromium.org2009-11-051-6/+7
* Remove themes/default.dll and merge the resources into chrome.dll.tc@google.com2009-11-021-2/+0
* Third patch in getting rid of caching MessageLoop pointers and always using C...jam@chromium.org2009-11-021-2/+1
* Use FilePath in UserDataDirDialog to remove the use of FilePath::FromWStringH...avi@chromium.org2009-10-301-2/+1
* Move chromeos code to namespace chromeos.chocobo@google.com2009-10-301-1/+1
* Design changes in browser/privacy_blacklist needed to integratephajdan.jr@chromium.org2009-10-291-15/+0
* Move a Linux only #include into the right place.thestig@chromium.org2009-10-281-1/+1
* Cleanup a few FirstRun methods that are only applicable to Windows.kuchhal@chromium.org2009-10-281-1/+7
* Fix the crashes in interactive_ui_tests on Linux.jam@chromium.org2009-10-281-4/+6
* Simplify threading in browser thread by making only ChromeThread deal with di...jam@chromium.org2009-10-271-7/+10
* Changes the initialization of enabling the reporting metrics to initialize fr...gwilson@google.com2009-10-221-3/+2
* Make importer obey import_search_engine preference even if FRUI is enabled.kuchhal@chromium.org2009-10-191-2/+6
* Eliminate all uses of strerror() in code that uses src/base. strerror() is in...tschmelcher@chromium.org2009-10-131-2/+2
* SIGTERM should cause the application to exit on the Mac.mark@chromium.org2009-10-121-6/+29
* Adding a SIGTERM handler for OS_POSIX builds. This is needed so that Chrome ...cmasone@google.com2009-10-071-0/+25
* Add framework of MemoryPurger, a class to dump memory from everywhere possibl...pkasting@chromium.org2009-10-011-0/+3
* Relanding:mbelshe@google.com2009-09-301-0/+4
* Linux: remove --google-internal-crash-reporting.agl@chromium.org2009-09-281-5/+3
* Refuse to start if we can't get the user data directory.evan@chromium.org2009-09-251-7/+19
* linux: drop temp_scaffolding_stubsevan@chromium.org2009-09-251-3/+9
* Make Linux Breakpad initialization call to lsb_release asynchronous. Also wra...thestig@chromium.org2009-09-231-12/+28
* Move FTP LIST parsing code to the renderer process.phajdan.jr@chromium.org2009-09-221-41/+3
* linux: fix a notimplemented by sharing mac codeevan@chromium.org2009-09-221-4/+3
* Chrome should shut down cleanly when quit from the Dock icon menu, duringmark@chromium.org2009-09-151-1/+1
* Send Breakpad and debugger status to the metrics service on the Mac.mark@chromium.org2009-09-141-21/+2
* Disable browser shutdown measurements on non-Windows platforms.agl@chromium.org2009-09-121-0/+2
* Move StringPiece into the base namespace. It is collidingtony@chromium.org2009-09-101-2/+2
* Error diagnostics for Blacklist IOidanan@chromium.org2009-09-101-0/+14
* Add 3 more flavors of the try chrome toastcpu@chromium.org2009-09-091-2/+5
* Convert std::wstring encoding names to std::string in a bunch of files.tony@chromium.org2009-09-041-1/+1
* Change default homepage experience.kuchhal@chromium.org2009-08-281-11/+14
* Fix linux views build.estade@chromium.org2009-08-271-2/+4
* GTK: Set the default icon list so we don't have to set it on every window all...estade@chromium.org2009-08-271-0/+4
* Fix a FORWARD_NULL defect reported by Coverity.wtc@chromium.org2009-08-261-1/+1
* Turn tips on by default, and turn off tip loading during UI testing.mirandac@chromium.org2009-08-261-1/+1
* Reverting 24385.mirandac@chromium.org2009-08-261-1/+1