summaryrefslogtreecommitdiffstats
path: root/chrome/browser/crash_handler_host_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Fix Google chrome Linux builds.jam@chromium.org2011-03-011-1/+1
* Breakpad Linux: Fix crash handler writing to disk on the wrong thread.thestig@chromium.org2011-02-171-43/+65
* Adding crash reporting on Linux for the GPU process.vangelis@chromium.org2011-02-031-0/+16
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Add a new GetInstance() method for singleton classes used in chrome/browser f...satish@chromium.org2010-12-091-0/+11
* Linux: Fix the uptime in crash reports for renderers and plugins.thestig@chromium.org2010-12-031-3/+9
* base: Get rid of 'using' declaration of StringAppendF.tfarina@chromium.org2010-11-151-2/+2
* Fix DCHECK in ~CrashHandlerHostLinux.thestig@chromium.org2010-11-111-6/+16
* Rename ChromeThread to BrowserThread Part19:tfarina@chromium.org2010-10-121-1/+1
* Rename ChromeThread to BrowserThread Part14:tfarina@chromium.org2010-10-101-2/+2
* Linux: Fix pure call in CrashHandlerHostLinux::Init().thestig@chromium.org2010-09-161-5/+9
* Linux: Handle renderer and plugin crashes on a separate thread. (try 2)thestig@chromium.org2010-09-021-23/+84
* Revert 58403 - Linux: Handle renderer and plugin crashes on a separate thread.nsylvain@chromium.org2010-09-021-84/+23
* Linux: Handle renderer and plugin crashes on a separate thread.thestig@chromium.org2010-09-021-23/+84
* Change the message size for breakpad notifications. Due to alignment issues,markus@chromium.org2010-08-111-1/+1
* Pid computation for breakpad had a race condition that could cause themarkus@chromium.org2010-08-091-7/+18
* Linux: Guess the thread id for crashing renderers in a different PID namespace.thestig@chromium.org2010-07-161-5/+49
* Add DISABLE_RUNNABLE_METHOD_REFCOUNT to make disabling refcounts in RunnableM...ajwong@chromium.org2010-06-161-4/+1
* Convert variables in chrome/common/env_vars.cc from wchar_t to char. Enable C...thestig@chromium.org2010-04-061-4/+4
* Linux: Fix official build breakage from r41451.thestig@chromium.org2010-03-121-1/+1
* Use env_vars::kHeadless instead of hard coded strings.thestig@chromium.org2010-03-121-1/+2
* Linux: Revert r33888. We no longer need to collect the list of loaded plugins...thestig@chromium.org2010-01-231-2/+0
* Linux: Record the list of plugins loaded in browser process crash reports.thestig@chromium.org2009-12-041-0/+2
* Linux: Use upstream google-breakpad instead of our fork.thestig@chromium.org2009-12-021-3/+3
* Linux: Catch plugin crashes.thestig@chromium.org2009-11-091-0/+242