1. d63b097 [Win] Fix reporting of the crash client ID/guid for non-browser crash reports. by [email protected] · 11 years ago
  2. 036a5f3 Update uses of UTF conversions in chrome/common to use the base:: namespace. by [email protected] · 12 years ago
  3. 264c0acac Set the client ID in crash reports via the crash key logging system. by [email protected] · 12 years ago
  4. 42d46a8 Set the experiment/variation info in crash reports using the crash key logging system. by [email protected] · 12 years ago
  5. a73bf87 Set the command line switches in crash reports using the crash key logging system. by [email protected] · 12 years ago
  6. c13f8a8 Set the printer info in crash reports using the crash key logging system. by [email protected] · 12 years ago
  7. dc04750 Revert 223610 "Set the printer info in crash reports using the c..." by [email protected] · 12 years ago
  8. 43a5c2c Set the printer info in crash reports using the crash key logging system. by [email protected] · 12 years ago
  9. 64da00e Set the number of views using the crash key logging system. by [email protected] · 12 years ago
  10. f6431be8 Set active extension IDs for crash reports using the crash key logging system. by [email protected] · 12 years ago
  11. 4b7d989 Set the GPU info using the crash key system instead of platform-specific mechanisms. by [email protected] · 12 years ago
  12. 4f05288 Set the active URL using the crash key system instead of platform-specific mechanisims. by [email protected] · 12 years ago
  13. 27b38d6 [Win] Fix base::debug::SetCrashKeyValue for child processes. by [email protected] · 12 years ago
  14. 5f5ef80 chrome: Migrate from googleurl/ includes to url/ ones. Part 3. by [email protected] · 12 years ago
  15. d2e754f Use a direct include of strings headers in chrome/common/, part 1. by [email protected] · 12 years ago
  16. 12bfb61 Use a direct include of utf_string_conversions.h in chrome/app/, chrome/common/, chrome/installer. by [email protected] · 12 years ago
  17. d7b5cc7 Move GPU device/driver info related code from content to gpu. by [email protected] · 12 years ago
  18. 7fba3e5 Revert 201380 "Move GPU device/driver info related code from con..." by [email protected] · 12 years ago
  19. c36744a Move GPU device/driver info related code from content to gpu. by [email protected] · 12 years ago
  20. 47e870b Revert 184352 by [email protected] · 12 years ago
  21. 5f0cebb Add utf_string_conversions to base namespace. by [email protected] · 12 years ago
  22. 3ea1b18 Rename FilePath to base::FilePath and use new location of string_number_conversions in some chrome subdirectories. by [email protected] · 13 years ago
  23. 7acb74c67 Fix Windows child process logging when experiments list is empty. by [email protected] · 13 years ago
  24. e098491 Rewrite Windows crash field trial tagging to use chrome_variations::GenerateVariationChunks. by [email protected] · 13 years ago
  25. dc1b5a6 Rename some chrome.exe exports: SetCommandLine --> SetCommandLine2, SetExperimentList --> SetExperimentList2. by [email protected] · 13 years ago
  26. 603e1f3 Don't pass class types across EXE/DLL boundaries for SetCommandLine() and SetExperimentList(). by [email protected] · 13 years ago
  27. a094e2c Change GPUInfo to handle multiple GPUs. by [email protected] · 13 years ago
  28. 4cb3c1fc Add experiments info to crash dumps. by [email protected] · 13 years ago
  29. e34f2d1a Revert 128910 - Add experiments info to crash dumps. by [email protected] · 13 years ago
  30. c215cc0 Add experiments info to crash dumps. by [email protected] · 13 years ago
  31. 6724e59 Added SetPrinterInfo to include information about printer driver. This information will be added by Chrome (in different CL) just before performing error-prone printer related operations. by [email protected] · 13 years ago
  32. a97a27e Revert 126866 - Added SetPrinterInfo to include information about printer driver. This information will be added by Chrome (in different CL) just before performing error-prone printer related operations. by [email protected] · 13 years ago
  33. 19a12a1 Added SetPrinterInfo to include information about printer driver. This information will be added by Chrome (in different CL) just before performing error-prone printer related operations. by [email protected] · 13 years ago
  34. a80f5ece Move GPUInfo to content/public/common and put it into the content namespace. by [email protected] · 14 years ago
  35. 783f06f [Windows] Include the about:flags experiments in crash reports. by [email protected] · 14 years ago
  36. 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
  37. 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
  38. 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
  39. 317e270 linux crash dump now includes gpu data by [email protected] · 14 years ago
  40. 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
  41. 7004d7eb Refactor and improve gpu_info_collector: collect information on linux; by [email protected] · 15 years ago
  42. 80ddb04 Dump total number of extensions into crash dump meta data. by [email protected] · 15 years ago
  43. 3231c2e Add number of tabs opened in the process to crash meta data. by [email protected] · 15 years ago
  44. 6dde9d7 Make crash reporting client_id accessible through child_process_logging. by [email protected] · 15 years ago
  45. a83d4229 FBTF: Header cleanup in chrome/common. Part 1. by [email protected] · 15 years ago
  46. 528c56d Move the number conversions from string_util to a new file. by [email protected] · 15 years ago
  47. a110dd1 Adding gpu_info to the breakpad info collection before sending off a crash. by [email protected] · 15 years ago
  48. d289d0b Cleanup: Break some common->app dependencies. by [email protected] · 15 years ago
  49. d55194ca win: string_util.h -> utf_string_conversions.h fix. by [email protected] · 15 years ago
  50. c886596 Fix regression where we stopped running content scripts in extension processes. by [email protected] · 16 years ago
  51. aab98a5 Ok, here is a different approach at this change. by [email protected] · 16 years ago
  52. 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
  53. 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
  54. 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
  55. 192bae9 Added a static function pointer to cache the SetActiveURL pointer. by [email protected] · 16 years ago
  56. b2aba39b Revert checkin 29096 by [email protected] · 16 years ago
  57. 8d34c47 Temporarilly disable SetURL to evaluate perf impact by [email protected] · 16 years ago
  58. ef91627 Add the page url to plugin crashes to aid debugging. by [email protected] · 16 years ago
  59. ce18586 Revert change 20173 because it breaks the ui_tests, plugin_tests by [email protected] · 16 years ago
  60. bd11ba3 Add the page url to plugin crashes to aid debugging. by [email protected] · 16 years ago