| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert r150326 - "Breakpad support for AddressSanitizer." | mnissler@chromium.org | 2012-08-07 | 1 | -40/+1 |
* | Breakpad support for AddressSanitizer. | glider@chromium.org | 2012-08-07 | 1 | -1/+40 |
* | Rename back _linuxish to linux. | wangxianzhu@chromium.org | 2012-06-26 | 1 | -0/+495 |
* | Upstream crash changes for android. | carlosvaldivia@google.com | 2012-04-10 | 1 | -484/+0 |
* | Revert 131593 | erg@google.com | 2012-04-10 | 1 | -0/+484 |
* | Upstream Android native crash handling changes. | carlosvaldivia@google.com | 2012-04-10 | 1 | -484/+0 |
* | Revert 131404 - Upstream native crash handling changes for Android. | msw@chromium.org | 2012-04-09 | 1 | -0/+484 |
* | Upstream native crash handling changes for Android. | carlosvaldivia@google.com | 2012-04-09 | 1 | -484/+0 |
* | Linux: Report the failed memory allocation size on OOM crashes. | thestig@chromium.org | 2012-03-23 | 1 | -4/+11 |
* | base::Bind() conversion for crash handler/uploader. | dcheng@chromium.org | 2011-11-22 | 1 | -15/+16 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 1 | -0/+1 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 1 | -1/+1 |
* | Fix for crash dump on Linux when procfs syscall is not supported. | jcivelli@chromium.org | 2011-10-06 | 1 | -1/+3 |
* | browser: Fix compiler error related to stringprintf in crash_handler_host_lin... | tfarina@chromium.org | 2011-08-17 | 1 | -2/+5 |
* | Linux: Adding crash reporting for extension processes. | thestig@chromium.org | 2011-07-01 | 1 | -12/+28 |
* | Always search TIDs for the crashing processes. | kmixter@chromium.org | 2011-06-21 | 1 | -33/+38 |
* | Fix crash reporting for ppapi | piman@google.com | 2011-04-15 | 1 | -0/+16 |
* | Linux: Don't pass a variable on the stack when posting a task. | thestig@chromium.org | 2011-04-15 | 1 | -4/+12 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -1/+1 |
* | Fix Google chrome Linux builds. | jam@chromium.org | 2011-03-01 | 1 | -1/+1 |
* | Breakpad Linux: Fix crash handler writing to disk on the wrong thread. | thestig@chromium.org | 2011-02-17 | 1 | -43/+65 |
* | Adding crash reporting on Linux for the GPU process. | vangelis@chromium.org | 2011-02-03 | 1 | -0/+16 |
* | Move base/thread.h to base/threading, fix up callers to use the new location. | brettw@chromium.org | 2011-01-01 | 1 | -1/+1 |
* | Add a new GetInstance() method for singleton classes used in chrome/browser f... | satish@chromium.org | 2010-12-09 | 1 | -0/+11 |
* | Linux: Fix the uptime in crash reports for renderers and plugins. | thestig@chromium.org | 2010-12-03 | 1 | -3/+9 |
* | base: Get rid of 'using' declaration of StringAppendF. | tfarina@chromium.org | 2010-11-15 | 1 | -2/+2 |
* | Fix DCHECK in ~CrashHandlerHostLinux. | thestig@chromium.org | 2010-11-11 | 1 | -6/+16 |
* | Rename ChromeThread to BrowserThread Part19: | tfarina@chromium.org | 2010-10-12 | 1 | -1/+1 |
* | Rename ChromeThread to BrowserThread Part14: | tfarina@chromium.org | 2010-10-10 | 1 | -2/+2 |
* | Linux: Fix pure call in CrashHandlerHostLinux::Init(). | thestig@chromium.org | 2010-09-16 | 1 | -5/+9 |
* | Linux: Handle renderer and plugin crashes on a separate thread. (try 2) | thestig@chromium.org | 2010-09-02 | 1 | -23/+84 |
* | Revert 58403 - Linux: Handle renderer and plugin crashes on a separate thread. | nsylvain@chromium.org | 2010-09-02 | 1 | -84/+23 |
* | Linux: Handle renderer and plugin crashes on a separate thread. | thestig@chromium.org | 2010-09-02 | 1 | -23/+84 |
* | Change the message size for breakpad notifications. Due to alignment issues, | markus@chromium.org | 2010-08-11 | 1 | -1/+1 |
* | Pid computation for breakpad had a race condition that could cause the | markus@chromium.org | 2010-08-09 | 1 | -7/+18 |
* | Linux: Guess the thread id for crashing renderers in a different PID namespace. | thestig@chromium.org | 2010-07-16 | 1 | -5/+49 |
* | Add DISABLE_RUNNABLE_METHOD_REFCOUNT to make disabling refcounts in RunnableM... | ajwong@chromium.org | 2010-06-16 | 1 | -4/+1 |
* | Convert variables in chrome/common/env_vars.cc from wchar_t to char. Enable C... | thestig@chromium.org | 2010-04-06 | 1 | -4/+4 |
* | Linux: Fix official build breakage from r41451. | thestig@chromium.org | 2010-03-12 | 1 | -1/+1 |
* | Use env_vars::kHeadless instead of hard coded strings. | thestig@chromium.org | 2010-03-12 | 1 | -1/+2 |
* | Linux: Revert r33888. We no longer need to collect the list of loaded plugins... | thestig@chromium.org | 2010-01-23 | 1 | -2/+0 |
* | Linux: Record the list of plugins loaded in browser process crash reports. | thestig@chromium.org | 2009-12-04 | 1 | -0/+2 |
* | Linux: Use upstream google-breakpad instead of our fork. | thestig@chromium.org | 2009-12-02 | 1 | -3/+3 |
* | Linux: Catch plugin crashes. | thestig@chromium.org | 2009-11-09 | 1 | -0/+242 |