1. 3853a4c Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/. by [email protected] · 12 years ago
  2. 650b2d5 Merge branch 'master' into file_path_browser by [email protected] · 12 years ago
  3. 3ea1b18 Rename FilePath to base::FilePath and use new location of string_number_conversions in some chrome subdirectories. by [email protected] · 12 years ago
  4. 5c18155 [Autofill] Add the browser installation timestamp to the Risk protocol buffer. by [email protected] · 12 years ago
  5. b94584a Linux/ChromeOS Chromium style checker cleanup, chrome/browser edition. by [email protected] · 12 years ago
  6. b1de2c7 Remove PrefServiceSimple, replacing it with PrefService and PrefRegistrySimple. by [email protected] · 12 years ago
  7. dd98f39 content: convert user action notification to callbacks by [email protected] · 12 years ago
  8. 8542bcc metrics: Remove bookmarks code since it's no longer relevant. by [email protected] · 12 years ago
  9. 5b19952 Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable. by [email protected] · 13 years ago
  10. ebd7196 Exclude PluginService for builds with enable_plugins==0 by [email protected] · 13 years ago
  11. 0de615a Moved JsonPrefStore to use SequencedWorkerPool instead of FILE thread. The pool also ensures that the same file requests are written in order received and that they block on shutdown. by [email protected] · 13 years ago
  12. dfa9add Revert 165062 - We believe this change broke startup_tests by [email protected] · 13 years ago
  13. 782c3ac Moved JsonPrefStore to use SequencedWorkerPool instead of FILE thread. The pool also ensures that the same file requests are written in order received and that they block on shutdown. by [email protected] · 13 years ago
  14. 4423768 Add a histogram to record when users use the reset-variation-state flag. by [email protected] · 13 years ago
  15. 410938e0 Make it possible to enable and disable metrics reporting separately from recording by [email protected] · 13 years ago
  16. 0c906e9 Add a histogram to track when the low entropy source has been created. by [email protected] · 13 years ago
  17. 12180f8 Shorten metrics timers for Android and iOS by [email protected] · 13 years ago
  18. 2b100df Add extra buckets to CrashExitCodes histogram for sandbox terminations. by [email protected] · 13 years ago
  19. 459f350 Switch NOTIFICATION_TAB_PARENTED to use WebContents. by [email protected] · 13 years ago
  20. e63a9ef Handle low entropy source values read from prefs more robustly. by [email protected] · 13 years ago
  21. 5d490e4 Adds a PageLoad user that gets recorded on every page load, exactly at the same time as the pageload count histogram is updated. by [email protected] · 13 years ago
  22. 20f999b5 Use a different algorithm with the low entropy source for field trials. by [email protected] · 13 years ago
  23. 5fbffb7 Record the first recorded entropy source instead of the last. by [email protected] · 13 years ago
  24. e535432 Inform GetEntropySource of whether or not metrics reporting will be enabled. by [email protected] · 13 years ago
  25. e07f2da Removing instances of profile_->GetBookmarkModel() as part of converting BookmarkModel to a PKS. by [email protected] · 13 years ago
  26. e764e58 chrome: Move browser_otr_state.h into chrome namespace. by [email protected] · 13 years ago
  27. 10b132b0 Refactor SyncedWindowDelegateAndroid into TabModel by [email protected] · 13 years ago
  28. 567d30e Move StatisticsRecorder out of histogram.cc/h for further refactoring. by [email protected] · 13 years ago
  29. 83ab4a28 Histograms - Support histograms for Plugins, GPU by [email protected] · 13 years ago
  30. c15faf37 Make metrics state machine more lenient about OLD vs. CURRENT by [email protected] · 13 years ago
  31. f167520 Remove the code to wait on disconnected child processes to get the exit code. This was done in r101435 to fix a problem where we were seeing processes "quit" but the result code wasn't ready. It looks like r68831 caused this, since it made the channel be disconnected before the process exits. by [email protected] · 13 years ago
  32. cd93707 Send UMA statistics about plug-in loading errors. by [email protected] · 13 years ago
  33. 19871a9 browser: Extract AutocompleteLog from autocomplete.*. by [email protected] · 13 years ago
  34. 117fbdf2 Add MetricsService::OnAppEnterBack/Foreground by [email protected] · 13 years ago
  35. 7d41ae6d Simplify the state-change logic in MetricsLog persisting by [email protected] · 13 years ago
  36. cd1ac71 Make the metrics logic for cutting a new log and uploading an old log clearer by [email protected] · 13 years ago
  37. 3dc1bc4 Move content::URLFetcher static functions to net::URLFetcher by [email protected] · 13 years ago
  38. d7c1fa6 Add histograms showing the breakdown of exit codes for renderer/extension crashes. by [email protected] · 13 years ago
  39. 7e49ad3 Move guid generation from chrome/common/ to base/. by [email protected] · 13 years ago
  40. bf02f92 Remove VLOGs from MetricsService by [email protected] · 13 years ago
  41. d6bebb9 Add a histogram to track UMA upload creation success vs. failure rate. by [email protected] · 13 years ago
  42. dc61fe9 [Metrics] Re-try failed protocol buffer uploads as well as failed XML uploads. by [email protected] · 13 years ago
  43. d119f22 Fix typo: asynchronus -> asynchronous by [email protected] · 13 years ago
  44. 29d81ee0 Explicitly check reporting state when returning the entropy source. by [email protected] · 13 years ago
  45. e61003a Add a non-identfying entropy source to MetricsService and use it in FieldTrialList. by [email protected] · 13 years ago
  46. 9f5c1ce8 Expand UMA upload success vs. failure histogram to explicitly track network failures (no connection?) by [email protected] · 13 years ago
  47. d3ec669b Change most content::URLFetcher references to net::URLFetcher by [email protected] · 13 years ago
  48. 15fb2aa Remove content::URLFetcherDelegate by [email protected] · 13 years ago
  49. 4266def2 Add histograms to track UMA upload success vs. failure rates. by [email protected] · 13 years ago
  50. 197c077 Add logging of Google Update configuration/statistics to UMA report. by [email protected] · 13 years ago
  51. 10c2d69 Move URLFetcherDelegate to net/ and split URLFetcher between net/ and content/ by [email protected] · 13 years ago
  52. 448ca4d [ChromeFrame] Upload metrics data to both the XML and the protocol buffer pipeline. by [email protected] · 13 years ago
  53. e7508d8 Keep track of pending uploads when persisting metrics logs by [email protected] · 13 years ago
  54. 3a7b66d Disallow UI/IO thread blocking on any other thread. by [email protected] · 13 years ago
  55. ed0fd00 [UMA] Add performance profile data to UMA uploads. by [email protected] · 13 years ago
  56. 1a838cc Revert 133773 - [UMA] Add performance profile data to UMA uploads. by [email protected] · 13 years ago
  57. a546a472 [UMA] Add performance profile data to UMA uploads. by [email protected] · 13 years ago
  58. 4306df7 cros: Log per-process memory use on low memory events by [email protected] · 13 years ago
  59. b8ddb05 Don't cache the IO thread in the MetricsService by [email protected] · 13 years ago
  60. 884033e Move notifications used only in chrome/ out of content/. by [email protected] · 13 years ago
  61. 6b44e9b5 Fix a DCHECK in the MetricsService implementation. by [email protected] · 13 years ago
  62. c372148 Revert 128369 - Histogram times surrounding render crashes by [email protected] · 13 years ago
  63. bc66d53 [UMA] Fully fill out the SystemProfileProto for each upload. by [email protected] · 13 years ago
  64. 897e2dc Histogram times surrounding render crashes by [email protected] · 13 years ago
  65. b4a72d84 Launch HTTP pipelining compatibility field trial for 1% of canary users. by [email protected] · 13 years ago
  66. 79f0ccc Revert 127579 - Launch HTTP pipelining compatibility field trial for 1% of canary users. by [email protected] · 13 years ago
  67. 75c34605 Launch HTTP pipelining compatibility field trial for 1% of canary users. by [email protected] · 13 years ago
  68. 604d8a06 Convert LogKeywords() into LogNumKeywords(). This avoids passing a const TemplateURLService*, which will be important once some of TemplateURLService's APIs become non-const. by [email protected] · 13 years ago
  69. 09d31d5 Move LoadNotificationDetails to content/public/browser and put it in the content namespace. by [email protected] · 13 years ago
  70. adbb376 Add a disabled FieldTrial for HTTP pipelining compatibility. by [email protected] · 13 years ago
  71. 7e56010 Convert uses of int ms to TimeDelta in chrome/browser and net (second try). by [email protected] · 13 years ago
  72. bd493ca Revert 124890 - Convert uses of int ms to TimeDelta in chrome/browser and net. by [email protected] · 13 years ago
  73. 343b50e9 Convert uses of int ms to TimeDelta in chrome/browser and net. by [email protected] · 13 years ago
  74. 2994826 Begin to separate the MetricsService logic for creating vs uploading logs by [email protected] · 13 years ago
  75. fe58acc2 Upload UMA data using protocol buffers. by [email protected] · 13 years ago
  76. c94d738 Eliminate race condition in MetricsService and re-enable WizardControllerTest by [email protected] · 13 years ago
  77. e324f6b Revert 123901 - Upload UMA data using protocol buffers. by [email protected] · 13 years ago
  78. b2a4812d Upload UMA data using protocol buffers. by [email protected] · 13 years ago
  79. 5cbeeef7 Fix regression in empty client_id being used for field trials that happen on startup. by [email protected] · 13 years ago
  80. 279703f Remove MetricsLogBase::AsMetricsLog() in favor of static_cast. by [email protected] · 14 years ago
  81. 4967f79 Add a Content API around BrowserChildProcessHost, similar to what was done with ChildProcessHost. Now classes like PluginProcessHost don't derive from it, but instead use composition. by [email protected] · 14 years ago
  82. f177ffd Revert 118415 - Add a Content API around BrowserChildProcessHost, similar to what was done with ChildProcessHost. Now classes like PluginProcessHost don't derive from it, but instead use composition. by [email protected] · 14 years ago
  83. 3b0032a Add a Content API around BrowserChildProcessHost, similar to what was done with ChildProcessHost. Now classes like PluginProcessHost don't derive from it, but instead use composition. by [email protected] · 14 years ago
  84. fc4252a7 Convert use of int ms to TimeDelta in files owned by jar. by [email protected] · 14 years ago
  85. 2e4cd1a Move chrome/common/metrics* files into a shared subdirectory. by [email protected] · 14 years ago
  86. fbe17c8a Remove PrefService::ScheduleSavePersistentPrefs and change SavePersistentPrefs calls to CommitPendingWrites. by [email protected] · 14 years ago
  87. 3a5180ae Create an API around PluginService and use it from Chrome. by [email protected] · 14 years ago
  88. 04d2728b Added the server names for TCP/UDP echo servers to by [email protected] · 14 years ago
  89. ed10dd1 Remove BrowserThread::UnsafeGetBrowserThread, add UnsafeGetMessageLoopForThread. by [email protected] · 14 years ago
  90. 4306c379 Get rid of the ChildProcessInfo class. It was carrying unnecessary data, and the fact that some processes inherited from it was confusing. There's now a simpler struct, content::ChildProcessData. BrowserChildProcessHost uses composition instead of inheritence. by [email protected] · 14 years ago
  91. bd5d6cf Move the ProcessType enum out to its own file. This is in preparation for getting rid of ChildProcessInfo. by [email protected] · 14 years ago
  92. 2226c22 base::Bind() conversion for MetricsService. by [email protected] · 14 years ago
  93. 8454aeb Migrate several instances of NewRunnableMethod to base::Bind in browser/metrics by [email protected] · 14 years ago
  94. f3b1a08 Define the public interface for content browser RenderProcessHost. This interface is implemented by the RenderProcessHostImpl class which lives in content\browser\renderer_host\render_process_host_impl.cc/.h. The RenderProcessHostImpl class is a consolidation of the RenderProcessHost and BrowserRenderProcessHost classes. by [email protected] · 14 years ago
  95. 8d5f1dae Include PPAPI plugin crashes in the plugin crash data. by [email protected] · 14 years ago
  96. 6f37144 Extract a ProcessMap class from ExtensionProcessManager. This is a dumb data class that can be used on both the IO and UI threads to test extension/process associations. by [email protected] · 14 years ago
  97. f520b5b Revert r108760 / reland r108744, r108753 w/ fix by [email protected] · 14 years ago
  98. 47217cf0 Revert r108744, r108753 - "Modify code in chrome to call wrapper functions on PluginService" by [email protected] · 14 years ago
  99. 8dc30c4 Modify code in chrome to call wrapper functions on PluginService by [email protected] · 14 years ago
  100. 631bb74 Move BrowserThread to content namespace. by [email protected] · 14 years ago