summaryrefslogtreecommitdiffstats
path: root/chrome/common/child_process_logging_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* Set the client ID in crash reports via the crash key logging system.rsesek@chromium.org2013-10-011-46/+0
* Set the experiment/variation info in crash reports using the crash key loggin...rsesek@chromium.org2013-09-251-29/+0
* Set the command line switches in crash reports using the crash key logging sy...rsesek@chromium.org2013-09-191-31/+0
* Set the printer info in crash reports using the crash key logging system.rsesek@chromium.org2013-09-171-15/+0
* Revert 223610 "Set the printer info in crash reports using the c..."finnur@chromium.org2013-09-171-0/+15
* Set the printer info in crash reports using the crash key logging system.rsesek@chromium.org2013-09-171-15/+0
* Set the product channel in crash reports using the crash key logging system.rsesek@chromium.org2013-09-141-6/+0
* Set the number of views using the crash key logging system.rsesek@chromium.org2013-09-121-12/+0
* Set active extension IDs for crash reports using the crash key logging system.rsesek@chromium.org2013-09-071-21/+0
* Set the GPU info using the crash key system instead of platform-specific mech...rsesek@chromium.org2013-08-271-38/+0
* Set the active URL using the crash key system instead of platform-specific me...rsesek@chromium.org2013-08-161-43/+0
* chrome: Migrate from googleurl/ includes to url/ ones. Part 3.tfarina@chromium.org2013-07-041-1/+1
* Use a direct include of strings headers in chrome/common/, part 1.avi@chromium.org2013-06-111-2/+2
* Use a direct include of utf_string_conversions.h in chrome/app/, chrome/commo...avi@chromium.org2013-06-071-1/+1
* Move GPU device/driver info related code from content to gpu.zmo@chromium.org2013-05-231-3/+3
* Revert 201380 "Move GPU device/driver info related code from con..."zmo@chromium.org2013-05-211-3/+3
* Move GPU device/driver info related code from content to gpu.zmo@chromium.org2013-05-211-3/+3
* Rename sys_string_conversions in chrome.brettw@chromium.org2013-03-281-1/+1
* chrome: Update include paths of string_split.h to its new location.tfarina@chromium.org2013-02-281-1/+1
* Revert 184352brettw@chromium.org2013-02-241-1/+1
* Add utf_string_conversions to base namespace.brettw@chromium.org2013-02-241-1/+1
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-1/+1
* Create a cross-platform crash key system in base/debug/crash_logging.h.rsesek@chromium.org2013-01-031-80/+63
* Revert 163888 - Call UTF8String to test if it's the source of crashes.vitalybuka@chromium.org2012-10-291-5/+0
* Call UTF8String to test if it's the source of crashes.vitalybuka@chromium.org2012-10-241-0/+5
* [Linux] Add field trial tuples to breakpad crash reports.asvitkine@chromium.org2012-08-301-4/+4
* Move Variations stuff into variations/ directories and add OWNERS files for t...stevet@chromium.org2012-08-151-1/+1
* Rename all of experiments_helper to variations_helper, including files, names...stevet@chromium.org2012-08-131-6/+6
* [Mac] Add field trial tuples to breakpad crash reports.asvitkine@chromium.org2012-06-291-2/+26
* Change GPUInfo to handle multiple GPUs.zmo@chromium.org2012-05-101-2/+2
* Add experiments info to crash dumps.mad@chromium.org2012-04-051-0/+4
* Revert 128910 - Add experiments info to crash dumps.alokp@chromium.org2012-03-261-9/+0
* Add experiments info to crash dumps.mad@chromium.org2012-03-261-0/+9
* Use correct format for size_t in child_process_logging_mac.mmakalin@chromium.org2012-03-161-1/+1
* Added SetPrinterInfo to include information about printer driver. This inform...vitalybuka@chromium.org2012-03-161-0/+15
* Revert 126866 - Added SetPrinterInfo to include information about printer dri...markusheintz@chromium.org2012-03-151-15/+0
* Added SetPrinterInfo to include information about printer driver. This inform...vitalybuka@chromium.org2012-03-151-0/+15
* Add a breakpad key for "channel".shess@chromium.org2012-02-221-0/+7
* Change %d to %zu to handle size_t argument.rdsmith@chromium.org2012-02-041-1/+1
* mac: Fix 2 harmless -Wformat issues found by clang.thakis@chromium.org2012-01-301-2/+2
* Remove 2 pointless NULL checks.thakis@chromium.org2011-12-061-3/+1
* Move GPUInfo to content/public/common and put it into the content namespace.jam@chromium.org2011-10-201-3/+3
* [Mac] Make switch-N crash keys 1-based.shess@chromium.org2011-09-301-3/+3
* [Mac] Put command-line switches into crash keys.shess@chromium.org2011-09-261-2/+32
* Fix the naming of a crash report metadata field (gpu-venid) to match other pl...eroman@chromium.org2011-09-231-1/+1
* Remove a NOTIMPLEMENTED() for logging command line flags on mac.eroman@chromium.org2011-09-191-1/+0
* [Windows] Include the about:flags experiments in crash reports.eroman@chromium.org2011-09-141-0/+5
* Refactor Mac crash key reporting - move to base/mac/crash_logging.{h,mm}jeremy@chromium.org2011-09-111-23/+13
* Moved code that runs in both the browser and GPU process from content/gpu to ...apatrick@chromium.org2011-04-081-2/+2
* Refactoring GPUInfo: 1) remove the level field; instead, having a finalized f...zmo@google.com2011-03-141-3/+3