1. b3c785b Need the unsigned constants marked as unsigned. by backer@chromium.org · 13 years ago
  2. 04a166c Added a Unique ID for a Field Trial containing it's hashed name and the selected group ID. by mad@chromium.org · 13 years ago
  3. 67c1bb3 Prevent calling internal metrics code with invalid values. by rkc@chromium.org · 13 years ago
  4. b30c203 Update Sleep() calls in metrics tests to use TimeDelta instead of int. by tedvessenes@gmail.com · 13 years ago
  5. d84df40 Replace all usages of FRIEND_TEST() with FRIEND_TEST_ALL_PREFIXES() by robertshield@chromium.org · 13 years ago
  6. 08e6a60 Add OVERRIDE to base/. by avi@chromium.org · 13 years ago
  7. 5c753a0 Support using UMA_HISTOGRAM_CUSTOM_ENUMERATION from the renderer. by fischman@chromium.org · 13 years ago
  8. b9206f4 base: export GetBuildTime by agl@chromium.org · 13 years ago
  9. 5faed3c Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. by brettw@chromium.org · 13 years ago
  10. 8167d20 Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. by brettw@chromium.org · 13 years ago
  11. 951e6ff Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. by brettw@chromium.org · 13 years ago
  12. f84534c Cache the ranges_ vector and share the ranges_ vector by rtenneti@chromium.org · 13 years ago
  13. fe8501e Fix of unused variable warnings related to DHISTOGRAM* in release builds. by pph34r@gmail.com · 13 years ago
  14. 231024d Expand the inline documentation for the HISTOGRAM_ENUMERATION macros. by isherman@chromium.org · 13 years ago
  15. bd6391d Update SHA1_LENGTH -> kSHA1Length to match previous change to SHA256_LENGTH. by pkasting@chromium.org · 13 years ago
  16. 1374f1d Some possible comment typos? by rogerta@chromium.org · 13 years ago
  17. 5fcf787 Remove Purify and Quantify.Doing so will reduce substantially the size of the project files. by jeanluc@chromium.org · 13 years ago
  18. c5d86fd Add acquire/release calls in one-time init for histograms by jar@chromium.org · 13 years ago
  19. e585bed Rename BASE_API to BASE_EXPORT. by darin@chromium.org · 13 years ago
  20. 4470685 Removed wchat_t from Time::FromString. by shinyak@google.com · 13 years ago
  21. 2c90099 Revert 94426 - Removed wchat_t from Time::FromString. by morrita@chromium.org · 13 years ago
  22. 3731022 Removed wchat_t from Time::FromString. by shinyak@google.com · 13 years ago
  23. d0f33c2 Apply CSP to chrome: and about: pages by tsepez@chromium.org · 13 years ago
  24. 6865737 Add back a check for improper usage of IsOneTimeRandomizationEnabled. by joi@chromium.org · 13 years ago
  25. 2caffa9 Implement A/B experiment for anti-DDoS. by joi@chromium.org · 13 years ago
  26. efd4aaf Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 2) by thestig@chromium.org · 13 years ago
  27. bd1d78d Introduce the ANNOTATE_LEAKING_OBJECT_PTR annotation that can be used to mark by glider@chromium.org · 13 years ago
  28. bf79b4e Revert 86990 - Fix http://codereview.chromium.org/6869009 to ignore an existing object exactly once and land the CL again: by msw@chromium.org · 13 years ago
  29. 44cff0d Fix http://codereview.chromium.org/6869009 to ignore an existing object exactly once and land the CL again: by glider@chromium.org · 13 years ago
  30. 4fb614e Revert "Land http://codereview.chromium.org/6869009 for the third time." by oshima@google.com · 13 years ago
  31. aaa5dc8 Switch to the new CustomHistogram::ArrayToCustomRanges() utility by joi@chromium.org · 13 years ago
  32. 1d0c3fd Land http://codereview.chromium.org/6869009 for the third time. by glider@chromium.org · 13 years ago
  33. fd1b87b Add metrics for DHCP WPAD feature. Fix memory overwrite. by joi@chromium.org · 13 years ago
  34. d429e12 Revert 85898 - Re-land http://codereview.chromium.org/6869009 (except for the suppressions) by glider@chromium.org · 13 years ago
  35. 3cd6abb Re-land http://codereview.chromium.org/6869009 (except for the suppressions) by glider@chromium.org · 13 years ago
  36. dc6904a iwyu: Include stringprintf.h where appropriate, part 3. by jhawkins@chromium.org · 13 years ago
  37. 5ef6b49 Revert of 83710 which reverted 83641 - DNS Host resolver changes by rtenneti@chromium.org · 13 years ago
  38. df3561d Add one-time randomization support for FieldTrial, and the ability to by joi@chromium.org · 13 years ago
  39. d7e260d Revert 84197 - Add one-time randomization support for FieldTrial, and the ability to by joi@chromium.org · 13 years ago
  40. 62b5bc6 Add one-time randomization support for FieldTrial, and the ability to by joi@chromium.org · 13 years ago
  41. 381e966 Updating logging in src/base/. Using DCHECK_NE/EQ/LE/GE/GT() where possible by kushi.p@gmail.com · 13 years ago
  42. 5dd624c Revert 83641 - DNS Host resolver changes with retry logic. Fix for by jar@chromium.org · 13 years ago
  43. ed3e0ad DNS Host resolver changes with retry logic. Fix for by rtenneti@chromium.org · 13 years ago
  44. 40183e3 Field trials are currently implemented (commonly) using a static variable that is set by rtenneti@chromium.org · 13 years ago
  45. 3be14ad Revert r83048 "Removed wchar_t from Time::FromString." by maruel@chromium.org · 13 years ago
  46. 0d4f784 Removed wchar_t from Time::FromString. by shinyak@google.com · 13 years ago
  47. e486977 Update DCHECK() usage to utilize the more expressive debugging functions. by kushi.p@gmail.com · 13 years ago
  48. 36fc108 Revert 82460 - Introduce the ANNOTATE_LEAKING_OBJECT_PTR annotation that can be used to markheap allocated objects as intentionally leaked ones.Annotate the histograms produced by {Histogram,BooleanHistogram,LinearHistogram,CustomHistogram}::FactoryGet(), as leaked.Rename StatsHistogram::StatsHistogramFactoryGet to StatsHistogram::FactoryGet, annotate the result as leaky, update the suppressions.BUG=79322Review URL: http://codereview.chromium.org/6869009 by glider@chromium.org · 14 years ago
  49. 7ac9db6 Introduce the ANNOTATE_LEAKING_OBJECT_PTR annotation that can be used to mark by glider@chromium.org · 14 years ago
  50. 8cdb021 Add metric for whether Autofill is enabled or disabled. by isherman@chromium.org · 14 years ago
  51. 3457114 Use lock-free lazy initialization for static histogram references by jar@chromium.org · 14 years ago
  52. c8a31c6 Move flags initialization into block before sharing across threads by jar@chromium.org · 14 years ago
  53. 5c52868 Move some files from base to base/memory. by levin@chromium.org · 14 years ago
  54. e106ef6 Base: A few more files using BASE_API (for base.dll) by rvargas@google.com · 14 years ago
  55. 73eb5d0 Base: A few more files using BASE_API (for base.dll) by rvargas@google.com · 14 years ago
  56. c854654 Remove the sum of square tally from histograms by jar@chromium.org · 14 years ago
  57. 7f8d770 Removed the static on all stats macros and changed the static declaration by rtenneti@chromium.org · 14 years ago
  58. b254e39 Relanding histogram static removal changes. This is a revert by rtenneti@chromium.org · 14 years ago
  59. 63f3480 Revert 78460 - Removed the static on all histogram macros. If this change by rtenneti@chromium.org · 14 years ago
  60. 5250a35 Rework field_trial.h comment. by gavinp@chromium.org · 14 years ago
  61. d60eaaa Avoid racy construction of statics unless StatsTable is enabled. by rtenneti@chromium.org · 14 years ago
  62. 25167a2 Removed the static on all histogram macros. If this change by rtenneti@chromium.org · 14 years ago
  63. 41b8eca Remove DCHECK on overflow by jar@chromium.org · 14 years ago
  64. a4ddc06 Revert 78333 - Removed "static" in histogram macros. Checking in to by rtenneti@chromium.org · 14 years ago
  65. 4023394 Removed "static" in histogram macros. Checking in to see the performance impact. by rtenneti@google.com · 14 years ago
  66. cfdfbef Reland code to detect corruption of histogram ranges by jar@chromium.org · 14 years ago
  67. 55e71ff Revert 76239 - Crash when we notice a corruption of the histogram range-vector by rsimha@chromium.org · 14 years ago
  68. 73220dd Revert 76345 - Small cleanup for previous histogram checkin by rsimha@chromium.org · 14 years ago
  69. 6ef07b5 Until we have sparse histograms, to track error codes, we are using by rtenneti@chromium.org · 14 years ago
  70. e736672 Small cleanup for previous histogram checkin by jar@chromium.org · 14 years ago
  71. b50903e Fix compilation bug on ARM by jar@chromium.org · 14 years ago
  72. c016a0d Crash when we notice a corruption of the histogram range-vector by jar@chromium.org · 14 years ago
  73. 0470b12 Minor fixes in FieldTrial. by cbentzel@chromium.org · 14 years ago
  74. 5a0b62f Added CHECKs to make sure histogram caller's don't create by rtenneti@chromium.org · 14 years ago
  75. f1c708f Initialize StatsTable::Private members. by finnur@chromium.org · 14 years ago
  76. 2dd8cd1 Stats tables are only used for debugging at this point, and when I turn by mbelshe@chromium.org · 14 years ago
  77. d00c64e Properly order the cc files based off the h files in base/. by erg@google.com · 14 years ago
  78. abe477a Remove obsolete base/lock.h and fix up callers to use the new header file and by brettw@chromium.org · 14 years ago
  79. cefeffa .c Feature to disable field trials in old versions of Chromium. Field trials by rtenneti@chromium.org · 14 years ago
  80. 37c078e Order function definitions in base/ according to the header. by erg@google.com · 14 years ago
  81. d5fffd4 Start sorting methods in class declarations. by erg@google.com · 14 years ago
  82. e439a96 Move base/lock and base/condition_variable to base/synchronization/ by brettw@chromium.org · 14 years ago
  83. 6139182 Move platform_thread to base/threading and put in the base namespace. I left a by brettw@chromium.org · 14 years ago
  84. 6396558 Move thread local stuff from base to base/threading and consistently use the by brettw@chromium.org · 14 years ago
  85. 34f964f Move some misc thread-related stuff from base to base/thread and into the base by brettw@chromium.org · 14 years ago
  86. 42f95b5 Properly lock access to static variables. by mad@chromium.org · 14 years ago
  87. 190e7b0 Start deinlining non-empty virtual methods. (This will be automatically checked by erg@google.com · 14 years ago
  88. 5788179 Turn off field trials and reporting of metrics when running benchmarking. by mbelshe@google.com · 14 years ago
  89. 03c103b Remove a pair of overly aggressive DCHECKs by jar@chromium.org · 14 years ago
  90. 5b40683 Revert previous commit which was by accident by jabdelmalek@google.com · 14 years ago
  91. b07b8b4 Fix compile error on Linux by jabdelmalek@google.com · 14 years ago
  92. ae56e48 Allow histograms in cache stats.cc to bypass corruption checks by jar@chromium.org · 14 years ago
  93. 0fa489c Revert 64687 - Try to detect internal corruption of histogram instances. by jar@chromium.org · 14 years ago
  94. af7db52 Try to detect internal corruption of histogram instances. by jar@chromium.org · 14 years ago
  95. 625aa23 Convert implicit scoped_refptr constructor calls to explicit ones, part 1 by thakis@chromium.org · 14 years ago
  96. bb6b763 Fix up SharedMemory implementation so that it is more equivalent on Windows vs Posix and enforces exclusive creates. by dmaclach@chromium.org · 14 years ago
  97. c87836e Revert 63012 - Revert 63011 - Convert a lot of DCHECK()s to DCHECK_EQ() and similar, so that when they fail they print the values in question. by pkasting@chromium.org · 14 years ago
  98. 6509fdb Revert 63011 - Convert a lot of DCHECK()s to DCHECK_EQ() and similar, so that when they fail they print the values in question. by dpranke@chromium.org · 14 years ago
  99. 219b05a Convert a lot of DCHECK()s to DCHECK_EQ() and similar, so that when they fail they print the values in question. by pkasting@chromium.org · 14 years ago
  100. 99d88cd ** Think this may have caused TabSwitchingTest to fail, as it is parsing log files. ** by tim@chromium.org · 14 years ago