summaryrefslogtreecommitdiffstats
path: root/chrome/browser/crash_handler_host_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert r206949 - "Start moving breakpad integration to a component."jochen@chromium.org2013-06-291-2/+2
* Start moving breakpad integration to a component.jochen@chromium.org2013-06-181-2/+2
* Use a direct include of strings headers in chrome/browser/a*-c*/.avi@chromium.org2013-06-101-2/+2
* [Linux] Implement the crash key logging mechanism.rsesek@chromium.org2013-05-291-12/+19
* chrome: Use base::MessageLoop. (Part 3)xhwang@chromium.org2013-05-281-2/+2
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Merge branch 'master' into file_path_browserbrettw@chromium.org2013-02-101-1/+1
* Specify a file size limit for minidumpsmkrebs@chromium.org2012-11-221-1/+4
* Move eintr_wrapper.h from base to base/posixbrettw@chromium.org2012-11-141-1/+1
* Because of UID isolation on Android, crash dump generation has to happenjcivelli@chromium.org2012-10-241-0/+1
* Fix breakpad compilation on Android.yfriedman@chromium.org2012-09-041-1/+1
* Breakpad support for ASan: take 2.glider@chromium.org2012-08-231-1/+41
* Revert r150326 - "Breakpad support for AddressSanitizer."mnissler@chromium.org2012-08-071-40/+1
* Breakpad support for AddressSanitizer.glider@chromium.org2012-08-071-1/+40
* Rename back _linuxish to linux.wangxianzhu@chromium.org2012-06-261-0/+495
* Upstream crash changes for android.carlosvaldivia@google.com2012-04-101-484/+0
* Revert 131593erg@google.com2012-04-101-0/+484
* Upstream Android native crash handling changes.carlosvaldivia@google.com2012-04-101-484/+0
* Revert 131404 - Upstream native crash handling changes for Android.msw@chromium.org2012-04-091-0/+484
* Upstream native crash handling changes for Android.carlosvaldivia@google.com2012-04-091-484/+0
* Linux: Report the failed memory allocation size on OOM crashes.thestig@chromium.org2012-03-231-4/+11
* base::Bind() conversion for crash handler/uploader.dcheng@chromium.org2011-11-221-15/+16
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+1
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-1/+1
* Fix for crash dump on Linux when procfs syscall is not supported.jcivelli@chromium.org2011-10-061-1/+3
* browser: Fix compiler error related to stringprintf in crash_handler_host_lin...tfarina@chromium.org2011-08-171-2/+5
* Linux: Adding crash reporting for extension processes.thestig@chromium.org2011-07-011-12/+28
* Always search TIDs for the crashing processes.kmixter@chromium.org2011-06-211-33/+38
* Fix crash reporting for ppapipiman@google.com2011-04-151-0/+16
* Linux: Don't pass a variable on the stack when posting a task.thestig@chromium.org2011-04-151-4/+12
* 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