1. 0211f57e Refactor version-getting info into a chrome::VersionInfo object. by [email protected] · 15 years ago
  2. 37858e5 Move prefs-related files under chrome/browser/ into a prefs/ subdir. by [email protected] · 15 years ago
  3. 57ecc4b Make prefs use std::string for keys rather than wstrings. by [email protected] · 15 years ago
  4. bd7e7044 FBTF: Remove unneeded headers from base/ (part 5) by [email protected] · 15 years ago
  5. de6b8b6d FBTF: Remove unneeded headers from base/ (part 1) by [email protected] · 15 years ago
  6. e7b418b Convert DictionaryValue's keys to std::string (from wstring). by [email protected] · 15 years ago
  7. 1eeb5e0 Cleanup: Break another common->app dependency. by [email protected] · 15 years ago
  8. e8c287c87 Send the gpu information along with the rest of the metrics. by [email protected] · 15 years ago
  9. ddd231e Change a bunch of string types. by [email protected] · 15 years ago
  10. c9d81137 Convert WebPluginInfo from wstring to string16 by [email protected] · 15 years ago
  11. 1226abb Relanding this CL as the earlier attempt broke ChromeOS metrics tests. by [email protected] · 15 years ago
  12. 5efd48f Revert 49354 - causing regression in MetricsLogTest.ChromeOSEmptyRecord on CrOS by [email protected] · 15 years ago
  13. 69fc4705 Preparation CL for adding crash metrics UMA counters to ChromeFrame. Basically this would mean that metrics reporting would be done directly by [email protected] · 15 years ago
  14. 85ed9d4 Submitting CL http://codereview.chromium.org/2324001 on behalf of [email protected]: by [email protected] · 15 years ago
  15. bcff05a Refactor FileVersionInfo into an interface with platform implementations. by [email protected] · 15 years ago
  16. 9165f74 Switch to continuous reporting of uptime by [email protected] · 16 years ago
  17. 1cb92b8 chrome 3: string_util.h -> utf_string_conversions.h fix. by [email protected] · 16 years ago
  18. efc607b Switch to putting appversion at top level of XML by [email protected] · 16 years ago
  19. 052313b Move pref_{member,service} and important_file_writer from chrome/common by [email protected] · 16 years ago
  20. e4bece4 Revert 39421 - Switch to putting appversion at top level of XML by [email protected] · 16 years ago
  21. 70bb82dc Switch to putting appversion at top level of XML by [email protected] · 16 years ago
  22. 225c5084 Use buildtime to ensure stability stats by [email protected] · 16 years ago
  23. 7a90e37 Add GMT restriction to buildtime calculation by [email protected] · 16 years ago
  24. 37f39e4 Add buildtime to UMA upload data by [email protected] · 16 years ago
  25. 5ed7d457 Enable UMA data upload in ChromeFrame by [email protected] · 16 years ago
  26. 1f08562 Improve reporting of subprocess crashes. by [email protected] · 16 years ago
  27. 4dad9ad8 Many changes to DictionaryValues: by [email protected] · 16 years ago
  28. 978df34 Move base64 from 'net/base' into 'base'. by [email protected] · 16 years ago
  29. afe3a167 Use plain strings instead of wstrings for UMA actions by [email protected] · 16 years ago
  30. 15cf713da Remove the UMA stats for whether the renderer was in a new desktop or not. by [email protected] · 16 years ago
  31. be6bf5e Solve a strict-aliasing issue in metrics_log.cc to appease gcc 4.4 on Linux. by [email protected] · 16 years ago
  32. f88ba61a Add back in log info about histogram hashes by [email protected] · 16 years ago
  33. 0e3e3e3 Add GTK options window (no options actually configurable yet.) by [email protected] · 16 years ago
  34. 0bfc29a Searching by keyword now generates a visit against the site with a by [email protected] · 16 years ago
  35. 8e50b60 revert broken change 10833 by [email protected] · 17 years ago
  36. 3a79b3c Port DictionaryValue to use string16 instead of wstring. by [email protected] · 17 years ago
  37. 6470ee8f Revert dsh's change 10818 by [email protected] · 17 years ago
  38. 32c1471 Port DictionaryValue to use string16 instead of wstring. by [email protected] · 17 years ago
  39. 541f7792 Discard crash data during first run of a new version. by [email protected] · 17 years ago
  40. a27a938 Refactor plugin process code in the browser process so that the browser/about:memory/task manager/metrics code doesn't depend on PluginProcessHost pointers. In a future changelist I'll add one central child process registry in the browser process. by [email protected] · 17 years ago
  41. cd1adc2 Move metrics files into a subdir by [email protected] · 17 years ago[Renamed (99%) from chrome/browser/metrics_log.cc]
  42. 046344c Fix layout test failures. Looks like keying the plugins based on OriginalFileName didn't work, since different filenames might still have the same value (i.e. QuickTime). Instead I did what Firefox does, which is collect the list of directories in one pass, then crawl them in another. by [email protected] · 17 years ago
  43. b734450 Get rid of lowercasing plugin filenames in order to determine if two paths point to the same plugin. Check plugin versions and load the latest version if multiple versions are found.I've also refactored and cleaned PluginList so that it doesn't depend on PluginLib, which only made sense a long time ago when plugins were loaded in process. Now PluginLib will only be loaded in the plugin process (and not in the browser process as well). by [email protected] · 17 years ago
  44. 147bbc0b (Correctly) acquire real-time UMA stats for aggregation by [email protected] · 17 years ago
  45. 690a99c Move plugins to FilePaths, some cleanup by [email protected] · 17 years ago
  46. 5e324b7 Switched MetricsService over to using UTF8 string values. by [email protected] · 17 years ago
  47. 0b33f80b Increase UMA upload interval, and upload usage stats more often by [email protected] · 17 years ago
  48. 29d02e5 Port few files in browser/ to Linux. by [email protected] · 17 years ago
  49. 381e299 Omnibox metrics logging patch splitout, part 6: Log more omnibox data (client side). by [email protected] · 17 years ago
  50. d1be67b Send the chrome.dll base address in the UMA initial log. This will help us detect address space collisions where chrome.dll is needing to be rebased, and it will help us choose a better base address. by [email protected] · 17 years ago
  51. ffaf78a Omnibox metrics logging patch splitout, part 1: Random miscellaneous small style and similar changes. In one or two cases the motivation is not obvious without looking at the original patch. by [email protected] · 17 years ago
  52. e1acf6f Move Time, TimeDelta and TimeTicks into namespace base. by [email protected] · 17 years ago
  53. d01b873 by [email protected] · 17 years ago
  54. 05f9b68 Refactoring for portability: by [email protected] · 17 years ago
  55. 8c8824b Revert change 2419 because it breaks the build by [email protected] · 17 years ago
  56. 5495d83 This is the same change as issue 1633 ( http://codereview.chromium.org/1633 ) together with the disabling of a test called MetricsServiceTest.CloseRenderersNormally which the change makes obsolete (see bug 2522.) by [email protected] · 17 years ago
  57. ed6fc35 Fix a typo in r2358. Review URL: http://codereview.chromium.org/3142 by [email protected] · 17 years ago
  58. fadf97f Add cross platform base::SysInfo::AmountOfPhysicalMemoryMB to replace the Windows only env_util::GetPhysicalMemoryMB. by [email protected] · 17 years ago
  59. 22004320 Back r2151 since it causes ui tests failures. by [email protected] · 17 years ago
  60. f4f2df8 Added routines to MetricsService to parse the server response and respond to the request to cease uploading with some probability. by [email protected] · 17 years ago
  61. bf09a50 Use a more compact license header in source files. by license.bot · 17 years ago
  62. e73c0197 Add a couple of metrics to help us quantify two cases that can prevent us to get crash reports. by [email protected] · 17 years ago
  63. a9bb6f69 Move some more classes from net/base into the net:: namespace. by [email protected] · 17 years ago
  64. 8e674e4 Send the "shutdown didn't get to finish" metric to UMA. by [email protected] · 17 years ago
  65. 46072d4 Try to cut down on some unnecessary dependencies. Remove any unused includes of gurl.h in header files, and forward declare GURL where possible. by [email protected] · 17 years ago
  66. 09911bf Add chrome to the repository. by initial.commit · 17 years ago