1. 2962b2b Fixes for re-enabling more MSVC level 4 warnings: base/ edition by pkasting@chromium.org · 10 years ago
  2. 5694ea0 [UMA] Fix a crash on logging user actions posted from a non-UI thread. by isherman@chromium.org · 10 years ago
  3. ad313ef Pass the shared memory handle in to StatsTable rather than consulting the GlobaDescriptors. by brettw@chromium.org · 10 years ago
  4. d54dfe2 [UMA] Update documentation for running the extract_actions.py script. by isherman@chromium.org · 10 years ago
  5. 6a0d875 Revert 258395 "Add a death test to check field trial creation be..." by benwells@chromium.org · 10 years ago
  6. 97b0bb3 Add a death test to check field trial creation before FieldTrialList. by asvitkine@chromium.org · 10 years ago
  7. 1eea140 Change DCHECK_IS_ON() to DCHECK_IS_ON by wangxianzhu@chromium.org · 10 years ago
  8. bd55bcc Return a NULL histogram pointer on construction error by elijahtaylor@chromium.org · 10 years ago
  9. 5a1c392 [Metrics] Don't require clients of StatisticsDeltaReader to call StatisticsRecorder::Initialize(). by isherman@chromium.org · 10 years ago
  10. ceed605 Get rid of multiprocess_test's debug_on_start arguments. by viettrungluu@chromium.org · 10 years ago
  11. 132e4cf Deprecate named base::SharedMemory. by viettrungluu@chromium.org · 10 years ago
  12. 1c2e640 Deprecate base::SharedMemory's lock functionality. by viettrungluu@chromium.org · 10 years ago
  13. 5224662 Make code generated for histogram macros more compact. by asvitkine@chromium.org · 10 years ago
  14. 074bc11 Make some field trials unforceable via command-line in the official build. by gab@chromium.org · 10 years ago
  15. 4464f4a Let MetricsService know about some Android Activities by kkimlabs@chromium.org · 10 years ago
  16. 6761bae Change the operations touching counts_[] and redundant_count_ to be atomic. by glider@chromium.org · 11 years ago
  17. f6c76ad Refactor base/safe_numerics.h by jschuh@chromium.org · 11 years ago
  18. b02d8b1 Move the guts of user_metrics to a new static lib in //base/metrics. by ben@chromium.org · 11 years ago
  19. 99eddc2 Add a StatisticsDeltaReader class and use cases by lpromero@chromium.org · 11 years ago
  20. 233b389 Revert 242121 "Reland "Add a HistogramRecorder class and use cas..." by groby@chromium.org · 11 years ago
  21. f4732aa Rename base::FieldTrialList::RegistrationList --> RegistrationMap. by gavinp@chromium.org · 11 years ago
  22. e4a46ca Reland "Add a HistogramRecorder class and use cases." by lpromero@chromium.org · 11 years ago
  23. dc66ca7 Stop doing unnecessary UTF-8 to UTF-16 conversions in JSONWriter. by rsesek@chromium.org · 11 years ago
  24. 5c31094 Revert of https://codereview.chromium.org/100823007/ by antrim@chromium.org · 11 years ago
  25. ddbee0a Stop doing unnecessary UTF-8 to UTF-16 conversions in JSONWriter. by rsesek@chromium.org · 11 years ago
  26. 426502d Move std::string instance inside of loop. by grt@chromium.org · 11 years ago
  27. 87d6a36 Fix multiples typos while reading histogram. R=isherman@chromium.org BUG= by etienneb@chromium.org · 11 years ago
  28. e29d3e5 Add a switch to emit browser histograms. by grt@chromium.org · 11 years ago
  29. e871d32 Update order of FieldTrial functions. by asvitkine@chromium.org · 11 years ago
  30. ab53660 Add static FieldTrial::CreateSimulatedFieldTrial function. by asvitkine@chromium.org · 11 years ago
  31. 47ca9d8 Consolidate serialization code in base::HistogramDeltasSerializer by vitalybuka@chromium.org · 11 years ago
  32. 72e9e7c Pass StatsTable shared memory via global descriptors on Posix rather than using named shared memory. by rmcilroy@chromium.org · 11 years ago
  33. f820905 Use TotalCount not redundant_count to determine if to call RecordDelta by ccameron@chromium.org · 11 years ago
  34. 817335f FieldTrial: Remove friend declarations for non-existing tests by vabr@chromium.org · 11 years ago
  35. 6dc51ea Fix inconsistent FieldTrial group assignment due to float errors. by asvitkine@chromium.org · 11 years ago
  36. 2baaeb3 Re-enable pre-read experiment as a finch field trial. by rogerm@chromium.org · 11 years ago
  37. 938d5ff Re-land https://codereview.chromium.org/23602005: Use nobarrier atomics for lossy counters in base::HistogramSamples and base::SampleVector by glider@chromium.org · 11 years ago
  38. ee69d1c Revert 221168 "Use nobarrier atomics for platform-size lossy cou..." by glider@chromium.org · 11 years ago
  39. 71ca016 Use nobarrier atomics for platform-size lossy counters in base::HistogramSamples and base::SampleVector by glider@chromium.org · 11 years ago
  40. 0f4098e Remove deprecated FieldTrial::MakeName() API. by asvitkine@chromium.org · 11 years ago
  41. dd004f6 Fix off-by-one error in StatsTable::GetRowValue(). by rmcilroy@chromium.org · 11 years ago
  42. 01a0c8e Make field trial randomization type a constructor param. by asvitkine@chromium.org · 11 years ago
  43. 687756f Update include paths in base for base/process changes. by rsesek@chromium.org · 11 years ago
  44. 1706cb4 Revert 212378 "Add a HistogramRecorder class and use cases." by rnk@chromium.org · 11 years ago
  45. 3d83ae3 Add a HistogramRecorder class and use cases. by lpromero@chromium.org · 11 years ago
  46. a043a86 Use a direct include of the message_loop header in base/. by avi@chromium.org · 11 years ago
  47. a9b3411 Use a direct include of the shared_memory header in base/, chrome/, components/. by avi@chromium.org · 11 years ago
  48. 12004fc Make --force-fieldtrials not activate them in the browser process. by asvitkine@chromium.org · 11 years ago
  49. b039e8b Use a direct include of time headers in base/, part 1. by avi@chromium.org · 11 years ago
  50. 5de6adb [UMA] Remove redundant bucket_count variable from base::Histogram. by isherman@chromium.org · 11 years ago
  51. 30230a8 Rename base/hash_tables to base/containers/hash_tables. by brettw@chromium.org · 11 years ago
  52. 67d593d Use a direct include of strings headers in base/. by avi@chromium.org · 11 years ago
  53. 17f6062 Use a direct include of utf_string_conversions.h in android_webview/, apps/, ash/, base/. by avi@chromium.org · 11 years ago
  54. ba78f85 Remving global statics from the headers, so we can split-link. by cpu@chromium.org · 11 years ago
  55. 4ff9881 Delete Histogram.SharedRange.* suggested. by acleung@chromium.org · 11 years ago
  56. df894ed Telemetry startup tests: Add more histograms to startup tests by jeremy@chromium.org · 11 years ago
  57. 796b028 Update comment for UseOneTimeRandomizationWithCustomSeed(). by asvitkine@chromium.org · 11 years ago
  58. 4af9296 Fix --dump-histograms-on-exit and make it work for Release builds. by tonyg@chromium.org · 11 years ago
  59. f63f73c Support custom randomization seed for VariationsService trials. by asvitkine@chromium.org · 11 years ago
  60. 8164c2c Rewrite std::string("") to std::string(), Linux edition. by dcheng@chromium.org · 11 years ago
  61. 3070200 Revert "Rewrite std::string("") to std::string(), Linux edition." by dcheng@chromium.org · 11 years ago
  62. cb5b331 Rewrite std::string("") to std::string(), Linux edition. by dcheng@chromium.org · 11 years ago
  63. cea97ef Implement write methods for SparseHistogram by jrummell@chromium.org · 11 years ago
  64. 029d87a Telemetry: Don't silently compare histograms from different processes. by marja@chromium.org · 11 years ago
  65. 8dd402b Revert 192526 "Telemetry: Don't silently compare histograms from..." by marja@chromium.org · 11 years ago
  66. 1de4dcd Telemetry: Don't silently compare histograms from different processes. by marja@chromium.org · 11 years ago
  67. ce5fb1b Disable StatsTableTest.MultipleThreads under ThreadSanitizer v2 by glider@chromium.org · 11 years ago
  68. b6d4911 base: Update the include paths of base/string_piece.h to its new location. by tfarina@chromium.org · 11 years ago
  69. 46f620e remove redundant DCHECK that a size_t variable >= 0 by mostynb@opera.com · 11 years ago
  70. 8ef1a41 SparseHistogram macros by kaiwang@chromium.org · 11 years ago
  71. 2e708d0 Fix issue with identical group numbers being reported for forced field trials. by asvitkine@chromium.org · 11 years ago
  72. 7881e42 Connect SparseHistogram with the rest of stats system by kaiwang@chromium.org · 11 years ago
  73. abcde5c Move string_number_conversions to base/strings. by brettw@chromium.org · 12 years ago
  74. 7d4a0ec base: Convert the remaining uses of MessageLoop::RunUntilIdle to RunLoop variant. by tfarina@chromium.org · 12 years ago
  75. 053b8e7 Fix a double deletion in histogram test and re-enable by kaiwang@chromium.org · 12 years ago
  76. 51a1988 This is the continuation of https://codereview.chromium.org/11615008/ by kaiwang@chromium.org · 12 years ago
  77. 1c03039 Only HistogramBase is used outside of base/metrics. by kaiwang@chromium.org · 12 years ago
  78. 75c85a7 Remove temporary histograms in field_trial.cc now that the problem is fixed. by asvitkine@chromium.org · 12 years ago
  79. d6c4ad2 Add a histogram for renderer memory usage. by marja@chromium.org · 12 years ago
  80. 07615b4 Add missing, and remove unnecessary, 'explicit' from constructors. (base/) by hans@chromium.org · 12 years ago
  81. e4e800c Serialize/Deserialize support in HistogramBase by kaiwang@chromium.org · 12 years ago
  82. def614a GTTF: Enable debugallocation by default (try 3 or so). by phajdan.jr@chromium.org · 12 years ago
  83. c351888 Fix problem where field trials using kExpirationYearInFuture could get disabled. by asvitkine@chromium.org · 12 years ago
  84. 794af23 Incrementally make base histograms like UMA histograms. by gavinp@chromium.org · 12 years ago
  85. 4822e66 Fix data race when setting FieldTrial::group_reported_. by asvitkine@chromium.org · 12 years ago
  86. 99e38f8 Add another temporary histogram to understand field trial reporting issue. by asvitkine@chromium.org · 12 years ago
  87. bb5b42c Add temporary UMA histogram to understand how trials are getting disabled. by asvitkine@chromium.org · 12 years ago
  88. cd1a656 Standardize on |trial_name| and |group_name| in field trials API. by asvitkine@chromium.org · 12 years ago
  89. 5df1e9a Remove a DCHECK() in FieldTrial::SetForced(). by asvitkine@chromium.org · 12 years ago
  90. 2ccabf5 Ensure that field trials synced to the renderer process are considered "active". by asvitkine@chromium.org · 12 years ago
  91. ef86105 Make it so disabled field trials are not reported as active. by asvitkine@chromium.org · 12 years ago
  92. e3b6fd4 Delete unused |application_start_time| from FieldTrialList. by asvitkine@chromium.org · 12 years ago
  93. 0b215e3 Make FieldTrialList::StatesToString() only report active trials. by asvitkine@chromium.org · 12 years ago
  94. 3b94e0b Add a temporary histogram to track if a FieldTrial is disabled due to not having an entropy source. by stevet@chromium.org · 12 years ago
  95. 062d1a5 Don't report field trial groups until group() has been called. by asvitkine@chromium.org · 12 years ago
  96. 311ece0 Notify FieldTrial observers only once group() is called for the first time. by asvitkine@chromium.org · 12 years ago
  97. 7c950a8 Histogram type support in HistogramBase and remove SetRangeDescription function by kaiwang@chromium.org · 12 years ago
  98. 3831bf4 Add explicit tests for histogram factory matching. by gavinp@chromium.org · 12 years ago
  99. c6d1ac2 Histogram argument related change by kaiwang@chromium.org · 12 years ago
  100. 1b15bc7 DCHECK_EQ instead of DCHECK(...==...) for better error messages. by fischman@chromium.org · 12 years ago