summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_main_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* Update references to the now-gone LaunchApp() from the code.evan@chromium.org2011-07-191-1/+1
* Don't set exit_cleanly bit early if shutdown can be canceled.oshima@google.com2011-06-281-4/+7
* Replace many OS_LINUX ifdefs with OS_POSIX & !OS_MACOSX, since most of them a...chromium@hybridsource.org2011-05-281-3/+3
* Add shutdown trace functionsdavemoore@chromium.org2011-05-091-1/+26
* Drop RAW_LOGs that describe ordinary conditions nobody cares about.mark@chromium.org2011-04-191-6/+0
* Linux: Refactor PrintDialogGtk in preparation for adding dialog-less printing.thestig@chromium.org2011-04-111-3/+2
* Cleanup: Update a bunch of files to the new location of browser_list.h. Part ...tfarina@chromium.org2011-04-061-1/+1
* startup: move some browser-specific startup into browser_mainevan@chromium.org2011-03-021-0/+11
* Update a bunch of files to the new location of browser_thread.hjam@chromium.org2011-03-011-1/+1
* Linux: Refactor printing to be more linux Windows/Mac.thestig@chromium.org2011-02-191-1/+13
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-311-5/+6
* Fix in BrowserTest.PosixSessionEnd in ui_tests failure on dbg build for Chrom...satorux@chromium.org2010-11-241-8/+0
* Record logout time stats for Chrome OS.satorux@chromium.org2010-11-221-0/+8
* startup: move some browser startup code into BrowserMainevan@chromium.org2010-11-121-9/+0
* Convert LOG(INFO) to VLOG(1) - misc. chrome/browser/*.pkasting@chromium.org2010-10-211-1/+1
* Rename ChromeThread to BrowserThread Part19:tfarina@chromium.org2010-10-121-1/+1
* Rename ChromeThread to BrowserThread Part14:tfarina@chromium.org2010-10-101-2/+2
* Add new chromeos specific message loop observer to map Alt-Click todavemoore@chromium.org2010-10-081-2/+2
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-2/+2
* Add a comment about a leak/suppression.viettrungluu@chromium.org2010-07-271-0/+2
* BrowserMain() refactoring, part 2.viettrungluu@chromium.org2010-07-271-63/+60
* Linux: Set thread name on ShutdownDetector thread.mattm@chromium.org2010-07-231-0/+2
* Posix: Stop crashing on SIG{INT|HUP|TERM}.willchan@chromium.org2010-07-121-18/+18
* Start at cleaning up BrowserMain().viettrungluu@chromium.org2010-07-071-0/+228