summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_main.cc
Commit message (Expand)AuthorAgeFilesLines
* Flip: Comma delimit the various flip options. Redo the fixed testing server f...willchan@chromium.org2009-12-151-0/+14
* Remove the AsyncSlowStart experimentmbelshe@google.com2009-12-151-4/+0
* Speculative fix for a chrome browser crash which occurs with ChromeFrame. Bas...ananta@chromium.org2009-12-151-2/+0
* Retry landing the chrome-as-chromeos-login-manager changecmasone@google.com2009-12-141-0/+8
* Make BrowserProcess::GetApplicationLocale thread safe and migratetony@chromium.org2009-12-101-7/+12
* Revert 34134 - Viewsbased login window for Chrome OS. Doesn't yet actually d...jrg@chromium.org2009-12-091-8/+0
* Views-based login window for Chrome OS. Doesn't yet actually do anythingcmasone@google.com2009-12-091-0/+8
* Revert 34110 - Fix leak of ShutdownDetector. Broke Mac startup_test.willchan@chromium.org2009-12-091-48/+30
* Fix leak of ShutdownDetector.willchan@chromium.org2009-12-091-30/+48
* Make POSIX SIGTERM/SIGINT/SIGHUP handler async signal safe.willchan@chromium.org2009-12-081-31/+104
* Change LOG(WARNING) to LOG(INFO) in a couple places.estade@chromium.org2009-12-021-4/+4
* Kill holdback for Http Prioritization experiment. Turn on to 100%.willchan@chromium.org2009-12-021-10/+0
* Move WinSock initialize earlier in the startup process. I ran intombelshe@google.com2009-12-011-5/+5
* Remove another instance of using the transient pref service. This preftony@chromium.org2009-11-301-4/+0
* 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