1. 19f9aa38 [Mac] Put command-line switches into crash keys. by [email protected] · 14 years ago
  2. cfc7db31 Fix the naming of a crash report metadata field (gpu-venid) to match other platforms. by [email protected] · 14 years ago
  3. 8408bcf Remove a NOTIMPLEMENTED() for logging command line flags on mac. by [email protected] · 14 years ago
  4. 783f06f [Windows] Include the about:flags experiments in crash reports. by [email protected] · 14 years ago
  5. 812befe3 Refactor Mac crash key reporting - move to base/mac/crash_logging.{h,mm} by [email protected] · 14 years ago
  6. f24a1e2b Moved code that runs in both the browser and GPU process from content/gpu to content/common/gpu. by [email protected] · 14 years ago
  7. 6cc8ece6 Refactoring GPUInfo: 1) remove the level field; instead, having a finalized field indicating if more info might be collected. 2) change version data from uint32 to string. by [email protected] · 14 years ago
  8. d6d8f71 Move GPU messages to content. I've also switched the IPC structs to use the new IPC macros that generate serialization code. by [email protected] · 14 years ago
  9. 317e270 linux crash dump now includes gpu data by [email protected] · 14 years ago
  10. a61508e5 Make GPUInfo a struct, which it should be according to the C++ guidelines. This makes it easy to write automated serilization code for it. by [email protected] · 14 years ago
  11. 7004d7eb Refactor and improve gpu_info_collector: collect information on linux; by [email protected] · 15 years ago
  12. 77bf960 [Mac] Log extensions loaded with crash dumps. by [email protected] · 15 years ago
  13. 409d8d46 Update the key names for the mac breakpad dumps so that they match windows and are more clearly labeled with "gpu". by [email protected] · 15 years ago
  14. 3231c2e Add number of tabs opened in the process to crash meta data. by [email protected] · 15 years ago
  15. 6dde9d7 Make crash reporting client_id accessible through child_process_logging. by [email protected] · 15 years ago
  16. 528c56d Move the number conversions from string_util to a new file. by [email protected] · 15 years ago
  17. a110dd1 Adding gpu_info to the breakpad info collection before sending off a crash. by [email protected] · 15 years ago
  18. c886596 Fix regression where we stopped running content scripts in extension processes. by [email protected] · 16 years ago
  19. aab98a5 Ok, here is a different approach at this change. by [email protected] · 16 years ago
  20. 2c58efc6 Revert 33255 - Report active extensions in crash reports. This only implements Windows right now. Mac and linux will be separate CLs. by [email protected] · 16 years ago
  21. 48844c643 Revert 33256 - Fix build break from r33255. by [email protected] · 16 years ago
  22. b2fc5d8 Fix build break from r33255. by [email protected] · 16 years ago
  23. 1e4c456 Report active extensions in crash reports. This only implements Windows right now. Mac and linux will be separate CLs. by [email protected] · 16 years ago
  24. 157d547 Change id that identifies client in crash reports. Whenever metrics service recording is enabled, it sets the client id for crash reporting. by [email protected] · 16 years ago
  25. 35941fd Renable sending page urls in renderer crashes on Mac. by [email protected] · 16 years ago
  26. fe19854 Get the Mac build compiling while we figure out how SetActiveUrl should be implemented on Mac. by [email protected] · 16 years ago
  27. ef91627 Add the page url to plugin crashes to aid debugging. by [email protected] · 16 years ago[Renamed (81%) from chrome/renderer/renderer_logging_mac.mm]
  28. ce18586 Revert change 20173 because it breaks the ui_tests, plugin_tests by [email protected] · 16 years ago[Renamed (81%) from chrome/common/child_process_logging_mac.mm]
  29. bd11ba3 Add the page url to plugin crashes to aid debugging. by [email protected] · 16 years ago[Renamed (81%) from chrome/renderer/renderer_logging_mac.mm]
  30. 139ec96 1)When we enabled breakpad on first run we weren't correctly setting the process type. by [email protected] · 16 years ago
  31. fcf1954 * Breakpad on OSX now works with stock Breakpad framwork. by [email protected] · 16 years ago