| Commit message (Expand) | Author | Age | Files | Lines |
* | Set the client ID in crash reports via the crash key logging system. | rsesek@chromium.org | 2013-10-01 | 1 | -19/+0 |
* | Set the experiment/variation info in crash reports using the crash key loggin... | rsesek@chromium.org | 2013-09-25 | 1 | -23/+1 |
* | Set the command line switches in crash reports using the crash key logging sy... | rsesek@chromium.org | 2013-09-19 | 1 | -15/+0 |
* | Set the printer info in crash reports using the crash key logging system. | rsesek@chromium.org | 2013-09-17 | 1 | -27/+0 |
* | Revert 223610 "Set the printer info in crash reports using the c..." | finnur@chromium.org | 2013-09-17 | 1 | -0/+27 |
* | Set the printer info in crash reports using the crash key logging system. | rsesek@chromium.org | 2013-09-17 | 1 | -27/+0 |
* | Set the product channel in crash reports using the crash key logging system. | rsesek@chromium.org | 2013-09-14 | 1 | -6/+0 |
* | Set the number of views using the crash key logging system. | rsesek@chromium.org | 2013-09-12 | 1 | -4/+0 |
* | Set active extension IDs for crash reports using the crash key logging system. | rsesek@chromium.org | 2013-09-07 | 1 | -18/+0 |
* | Set the GPU info using the crash key system instead of platform-specific mech... | rsesek@chromium.org | 2013-08-27 | 1 | -14/+0 |
* | Set the active URL using the crash key system instead of platform-specific me... | rsesek@chromium.org | 2013-08-16 | 1 | -39/+1 |
* | [Win] Fix base::debug::SetCrashKeyValue for child processes. | rsesek@chromium.org | 2013-08-14 | 1 | -0/+9 |
* | chrome: Migrate from googleurl/ includes to url/ ones. Part 3. | tfarina@chromium.org | 2013-07-04 | 1 | -1/+1 |
* | Use a direct include of strings headers in chrome/common/, part 1. | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Move GPU device/driver info related code from content to gpu. | zmo@chromium.org | 2013-05-23 | 1 | -2/+2 |
* | Revert 201380 "Move GPU device/driver info related code from con..." | zmo@chromium.org | 2013-05-21 | 1 | -2/+2 |
* | Move GPU device/driver info related code from content to gpu. | zmo@chromium.org | 2013-05-21 | 1 | -2/+2 |
* | Adding gl_vendor and gl_renderer to the crash report and UMA system profile p... | cramya@chromium.org | 2013-01-18 | 1 | -0/+2 |
* | Create a cross-platform crash key system in base/debug/crash_logging.h. | rsesek@chromium.org | 2013-01-03 | 1 | -6/+6 |
* | [Linux] Add field trial tuples to breakpad crash reports. | asvitkine@chromium.org | 2012-08-30 | 1 | -2/+4 |
* | Rename all of experiments_helper to variations_helper, including files, names... | stevet@chromium.org | 2012-08-13 | 1 | -4/+4 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | [Mac] Add field trial tuples to breakpad crash reports. | asvitkine@chromium.org | 2012-06-29 | 1 | -0/+5 |
* | Add experiments info to crash dumps. | mad@chromium.org | 2012-04-05 | 1 | -0/+10 |
* | Revert 128910 - Add experiments info to crash dumps. | alokp@chromium.org | 2012-03-26 | 1 | -12/+0 |
* | Add experiments info to crash dumps. | mad@chromium.org | 2012-03-26 | 1 | -0/+12 |
* | Added SetPrinterInfo to include information about printer driver. This inform... | vitalybuka@chromium.org | 2012-03-16 | 1 | -0/+27 |
* | Revert 126866 - Added SetPrinterInfo to include information about printer dri... | markusheintz@chromium.org | 2012-03-15 | 1 | -27/+0 |
* | Added SetPrinterInfo to include information about printer driver. This inform... | vitalybuka@chromium.org | 2012-03-15 | 1 | -0/+27 |
* | Fix missing change from https://chromiumcodereview.appspot.com/9416106 | yfriedman@chromium.org | 2012-02-28 | 1 | -1/+1 |
* | Add a breakpad key for "channel". | shess@chromium.org | 2012-02-22 | 1 | -1/+1 |
* | Linux: Add the product channel to crash reports. | thestig@chromium.org | 2012-01-28 | 1 | -1/+7 |
* | share all the needed linux code with OpenBSD in chrome and content | robert.nagy@gmail.com | 2011-11-11 | 1 | -1/+1 |
* | Move GPUInfo to content/public/common and put it into the content namespace. | jam@chromium.org | 2011-10-20 | 1 | -1/+4 |
* | Linux: Add more information to crash reports: | thestig@chromium.org | 2011-09-16 | 1 | -2/+18 |
* | Revert 101372 - Linux: Add more information to crash reports: | rsimha@chromium.org | 2011-09-15 | 1 | -18/+2 |
* | Linux: Add more information to crash reports: | thestig@chromium.org | 2011-09-15 | 1 | -2/+18 |
* | [Windows] Include the about:flags experiments in crash reports. | eroman@chromium.org | 2011-09-14 | 1 | -0/+5 |
* | Refactor Mac crash key reporting - move to base/mac/crash_logging.{h,mm} | jeremy@chromium.org | 2011-09-11 | 1 | -12/+8 |
* | linux crash dump now includes gpu data | jbates@chromium.org | 2011-03-09 | 1 | -0/+5 |
* | Make GPUInfo a struct, which it should be according to the C++ guidelines. T... | jam@chromium.org | 2011-03-08 | 1 | -1/+1 |
* | [Mac] Log extensions loaded with crash dumps. | shess@chromium.org | 2010-11-11 | 1 | -1/+1 |
* | Add number of tabs opened in the process to crash meta data. | antonm@chromium.org | 2010-09-02 | 1 | -0/+3 |
* | Make crash reporting client_id accessible through child_process_logging. | mnissler@chromium.org | 2010-08-26 | 1 | -0/+11 |
* | FBTF: Header cleanup in chrome/common. Part 1. | jhawkins@chromium.org | 2010-08-17 | 1 | -1/+2 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Adding gpu_info to the breakpad info collection before sending off a crash. | rlp@chromium.org | 2010-07-19 | 1 | -0/+4 |
* | Cleanup: Break some common->app dependencies. | thestig@chromium.org | 2010-06-25 | 1 | -1/+9 |
* | Fix regression where we stopped running content scripts in | aa@chromium.org | 2009-12-16 | 1 | -2/+2 |
* | Ok, here is a different approach at this change. | aa@chromium.org | 2009-12-02 | 1 | -0/+10 |