1. db7fec83 [UMA] Drop base-64 encoding from MetricsLogBase::CreateHashes by [email protected] · 12 years ago
  2. f31a01a [UMA] Rip out more of the deprecated XML logging code. by [email protected] · 12 years ago
  3. 86573d1 Add install_date from prefs into UMA logs with 1 hour granularity. by [email protected] · 12 years ago
  4. d5d38325 Change ChromeProcessType to NaClProcessType. by [email protected] · 12 years ago
  5. 761fa470 chrome/browser: Migrate from googleurl/ includes to url/ ones. Part 1 by [email protected] · 12 years ago
  6. 8481347 Use a direct include of time headers in chrome/browser/, part 6. by [email protected] · 12 years ago
  7. 7d793006 Remove PROCESS_TYPE_PROFILE_IMPORT since it's not used anymore. by [email protected] · 12 years ago
  8. 0eecc254 [UMA] Rip out some XML logging code. by [email protected] · 12 years ago
  9. cadac62 Call scoped_refptr<T>::get() rather than relying on implicit "operator T*" by [email protected] · 12 years ago
  10. f9b29436 Use a direct include of strings headers in chrome/browser/j*-n*/. by [email protected] · 12 years ago
  11. 112158af Use a direct include of utf_string_conversions.h in chrome/browser/, part 2. by [email protected] · 12 years ago
  12. 0fafc8d Rename AutocompleteLog to OmniboxLog and move it into c/b/omnibox. by [email protected] · 12 years ago
  13. d7b5cc7 Move GPU device/driver info related code from content to gpu. by [email protected] · 12 years ago
  14. 7fba3e5 Revert 201380 "Move GPU device/driver info related code from con..." by [email protected] · 12 years ago
  15. c36744a Move GPU device/driver info related code from content to gpu. by [email protected] · 12 years ago
  16. b7f64d74 Move AutocompleteMatch::Type enum to chrome/common/autocomplete_match_type.h by [email protected] · 12 years ago
  17. ffaf732 Cleanup: Remove unneeded base/file_util.h includes in chrome. by [email protected] · 12 years ago
  18. e245ace9 Correct DPI setting to account for undocumented scaling. by [email protected] · 12 years ago
  19. 728f9b2 [UMA] Re-enable uploading of Bluetooth metrics. by [email protected] · 12 years ago
  20. 1b3eb738 [UMA] Disable uploading Bluetooth metrics for now. by [email protected] · 12 years ago
  21. 611ae29a Bluetooth: gather usage metrics by [email protected] · 12 years ago
  22. 68d595c Revert 196990 "Bluetooth: gather usage metrics" by [email protected] · 12 years ago
  23. 5359e057 Bluetooth: gather usage metrics by [email protected] · 12 years ago
  24. 007b3f8 Rewrite std::string("") to std::string(), Linux edition. by [email protected] · 12 years ago
  25. 69d7f89 Revert "Rewrite std::string("") to std::string(), Linux edition." by [email protected] · 12 years ago
  26. e59558b7 Rewrite std::string("") to std::string(), Linux edition. by [email protected] · 12 years ago
  27. eabbfb1 Hide ContentClient getters from embedders so that they they don't reuse content's embedder API. The main reasons are that it makes content's embedder interfaces harder to change if they're reused by the embedder, and that its makes it confusing for embedder code when there are multiple ways to do the same thing. by [email protected] · 12 years ago
  28. f3b35769 Split the ProcessType enum into process types that content knows about (which will remain in src\content) and those that are for chrome (which moved to src\chrome). This way we won't get any more layering violations where nacl code is in content. by [email protected] · 12 years ago
  29. f608ea10 Change the way the omnibox handles CTRL-Enter navigations. by [email protected] · 12 years ago
  30. a703e71e Replacing DictionaryValue::key_iterator by DictionaryValue::Iterator in several folders in chrome/browser. by [email protected] · 12 years ago
  31. 5eae204c Add WifiPHYLayerProtocol to SystemProfile. by [email protected] · 12 years ago
  32. 3853a4c Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/. by [email protected] · 12 years ago
  33. 3ea1b18 Rename FilePath to base::FilePath and use new location of string_number_conversions in some chrome subdirectories. by [email protected] · 12 years ago
  34. b1de2c7 Remove PrefServiceSimple, replacing it with PrefService and PrefRegistrySimple. by [email protected] · 12 years ago
  35. f65859e Chrome: Enable ChromeOS-Wide-Profiling by [email protected] · 12 years ago
  36. 8542bcc metrics: Remove bookmarks code since it's no longer relevant. by [email protected] · 12 years ago
  37. 24b9bb39 Add Brand Code to UMA Uploads by [email protected] · 12 years ago
  38. 74b299e Add NetworkChangeNotifier::ConnectionType to SystemProfile. by [email protected] · 12 years ago
  39. d6bdfae Adding gl_vendor and gl_renderer to the crash report and UMA system profile protocol buffers. by [email protected] · 13 years ago
  40. 62b3ef5 Set AutocompleteLog.completed_length if available. by [email protected] · 13 years ago
  41. 76869ff Adding UMA stats for DPI. by [email protected] · 13 years ago
  42. 5b19952 Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable. by [email protected] · 13 years ago
  43. ebd7196 Exclude PluginService for builds with enable_plugins==0 by [email protected] · 13 years ago
  44. ca5ac4b Update comment that incorrectly specified a timestamp's units in milliseconds rather than seconds. by [email protected] · 13 years ago
  45. 35d5560 Omnibox: Log Elapsed Time Since Last Time The Default Match Changed by [email protected] · 13 years ago
  46. 9d58e3d Do not set completed_length to 0 if not available. by [email protected] · 13 years ago
  47. 0c8b7ad Don't report field trial groups until group() has been called. by [email protected] · 13 years ago
  48. cc5d7f4 [UMA] Rename the misleadinglingly named "install_date" field in the UMA uploads. by [email protected] · 13 years ago
  49. 0416226 [UMA] Un-swap the function and file name hashes for the uploaded profiler data. by [email protected] · 13 years ago
  50. 2532060 Implement Bookmark Autocomplete Provider by [email protected] · 13 years ago
  51. 0b6a4fb Cleanup: Rename to base::SysInfo::CPUArchitecture() to OperatingSystemArchitecture(). by [email protected] · 13 years ago
  52. ffabb1e Makes gfx::Screen an instance, rather than a collection of static methods. by [email protected] · 13 years ago
  53. 5106b3a Add Android fingerprint to metrics logs by [email protected] · 13 years ago
  54. 59a7ae4e Delete some unused code found by -Wunused-function by [email protected] · 13 years ago
  55. 0f5e57f5 Move chrome/browser/plugin_* to chrome/browser/plugins/ by [email protected] · 13 years ago
  56. dbacefb autocomplete: Add ContactProvider. by [email protected] · 13 years ago
  57. 35f1f4f0 autocomplete: Add AutocompleteProvider::Type enum. by [email protected] · 13 years ago
  58. aa9641797 Record device scale factor in the metrics log by [email protected] · 13 years ago
  59. cf265dc0 Move Variations stuff into variations/ directories and add OWNERS files for the variations client team. by [email protected] · 13 years ago
  60. 2ac73f6 Rename all of experiments_helper to variations_helper, including files, namespaces, and various function names. by [email protected] · 13 years ago
  61. 1bb25e0 [UMA] Add " (Metro)" to the OS name for UMA uploads from Chrome running under Windows 8's Metro mode. by [email protected] · 13 years ago
  62. a61890e Correct const accessors in base/values.(h|cc) by [email protected] · 13 years ago
  63. 9f8bc2f autocomplete: Rename autocomplete.* to autocomplete_input.*. by [email protected] · 13 years ago
  64. 73c2b163 autocomplete: Extract AutocompleteResult from autocomplete.*. by [email protected] · 13 years ago
  65. cd93707 Send UMA statistics about plug-in loading errors. by [email protected] · 13 years ago
  66. 19871a9 browser: Extract AutocompleteLog from autocomplete.*. by [email protected] · 13 years ago
  67. 30f5bc9 browser: Extract AutocompleteProvider from autocomplete.* by [email protected] · 13 years ago
  68. 42c0a0c6 Rename gfx::Screen::GetMonitorXXXX to gfx::Screen::GetDisplayXXX. by [email protected] · 13 years ago
  69. cf6256f Omnibox: In UMA logs, record typed_count of URLS. by [email protected] · 13 years ago
  70. 0e9e878 Adds per-provider information to omnibox UMA logs. by [email protected] · 13 years ago
  71. 197c077 Add logging of Google Update configuration/statistics to UMA report. by [email protected] · 13 years ago
  72. a094e2c Change GPUInfo to handle multiple GPUs. by [email protected] · 13 years ago
  73. 660fe8f3 Omnibox: Add logging of whether the user just deleted text from the omnibox by [email protected] · 13 years ago
  74. 1bc7519 Metrics should log size in pixel by [email protected] · 13 years ago
  75. ee90253 Omnibox: Add logging of what type of page was displayed when it's used by [email protected] · 13 years ago
  76. ad2461c Remove the hash fields from FieldTrials. by [email protected] · 13 years ago
  77. 8f82968 Explicitly track the time source type in base/profiler/alternate_timer.h by [email protected] · 13 years ago
  78. 00209ad Revert 134041 - Explicitly track the time source type in base/profiler/alternate_timer.h by [email protected] · 13 years ago
  79. b55d498 Explicitly track the time source type in base/profiler/alternate_timer.h by [email protected] · 13 years ago
  80. ed0fd00 [UMA] Add performance profile data to UMA uploads. by [email protected] · 13 years ago
  81. b82c42c4 * Separated implementation class from gfx::Screen by [email protected] · 13 years ago
  82. 1a838cc Revert 133773 - [UMA] Add performance profile data to UMA uploads. by [email protected] · 13 years ago
  83. a546a472 [UMA] Add performance profile data to UMA uploads. by [email protected] · 13 years ago
  84. 6595631 Add two missing Omnibox events to the protobuf version of the UMA pipeline by [email protected] · 13 years ago
  85. bc66d53 [UMA] Fully fill out the SystemProfileProto for each upload. by [email protected] · 13 years ago
  86. d1f43ab Refactoring to make GpuPerformanceStats part of gpu info collection. by [email protected] · 13 years ago
  87. 767c9d9 [UMA] Include field trial tuples in the UMA upload. by [email protected] · 13 years ago
  88. fe58acc2 Upload UMA data using protocol buffers. by [email protected] · 13 years ago
  89. e324f6b Revert 123901 - Upload UMA data using protocol buffers. by [email protected] · 13 years ago
  90. b2a4812d Upload UMA data using protocol buffers. by [email protected] · 13 years ago
  91. 79078df Add a Content API around GpuDataManager and use that from chrome. I moved GpuPerformanceStats to chrome since it wasn't used in content. by [email protected] · 13 years ago
  92. 9e34976 When UMA logs omnibox events, record omnibox modification time. by [email protected] · 13 years ago
  93. 67f92bc3 Convert all remaining explicit LeakyLazyInstanceTraits users to ::Leaky by [email protected] · 14 years ago
  94. 0fdc15d When UMA logs omnibox events, record the number of terms in the omnibox. by [email protected] · 14 years ago
  95. 279703f Remove MetricsLogBase::AsMetricsLog() in favor of static_cast. by [email protected] · 14 years ago
  96. 1df44b7 Clean up chrome/browser/metrics code a bit. by [email protected] · 14 years ago
  97. 6ebc316 Enable UMA logging of tab IDs for omnibox interactions. by [email protected] · 14 years ago
  98. 054c801 chrome: Remove 10 exit time destructors and 2 static initializers. by [email protected] · 14 years ago
  99. 6b7d954ff Move DisplayUtils methods into gfx::Screen. by [email protected] · 14 years ago
  100. 24c935e5 Don't log plugin enabled state when there is no profile. by [email protected] · 14 years ago