1. 99debb1 Remove base::underlying_type, replace uses with std::underlying_type by danakj · 8 years ago
  2. d52ace3 Replace use of logging::DEBUG_MODE with DCHECK_IS_ON(). by wez · 8 years ago
  3. 1c421d4 Roll back ANALYSIS_ASSUME_TRUE() until bitfield support is developed by kmarshall · 8 years ago
  4. 889f6f8 Use universal references in templated analysis passthrough functions. by kmarshall · 8 years ago
  5. a4290e4 Shorten IMMEDIATE_CRASH() code size on win clang by scottmg · 8 years ago
  6. a153e26 [Reland] base: make CHECK macros trap at distinct addresses in official builds by primiano · 8 years ago
  7. 2127537 Fix win-clang build by shinyak · 8 years ago
  8. ae12c77 Make LoggingTest.CheckCausesDistinctBreakpoints work on clang win by scottmg · 8 years ago
  9. af25980 Revert of base: make CHECK macros trap at distinct addresses in official builds (patchset #10 id:180001 of https://codereview.chromium.org/2502953003/ ) by alph · 8 years ago
  10. c506250 base: make CHECK macros trap at distinct addresses in official builds by primiano · 8 years ago
  11. 5aed4c7 Make CHECK int 3 on Windows, rather than crash by scottmg · 8 years ago
  12. 59b86e2 Add ANALYSIS_ASSUME_TRUE annotations to DCHECK_OP impl bodies. by kmarshall · 8 years ago
  13. f1cd954 Add new macro "ANALYZER_ASSUME_TRUE" and integrate with all assertion types. by kmarshall · 8 years ago
  14. 41bb1ed Fix clang static analyzer false positives due to DCHECK. by kmarshall · 8 years ago
  15. 67b710a Make sure DCHECK compiles out completely if DCHECKS aren't enabled. by dcheng · 8 years ago
  16. b5a1733 Wrap the conditional in CHECK with UNLIKELY since it is. by danakj · 8 years ago
  17. 841e377 Move Partition Allocator into Chromium base. by palmer · 8 years ago
  18. 8026d4a Improve EAT_STREAM_PARAMETERS for Windows x86 by scottmg · 8 years ago
  19. b578e2b Revert of Improve EAT_STREAM_PARAMETERS for Windows x86 (patchset #10 id:240001 of https://codereview.chromium.org/2559323007/ ) by primiano · 8 years ago
  20. 5a45188 Improve EAT_STREAM_PARAMETERS for Windows x86 by scottmg · 8 years ago
  21. eeb20dc Move IMMEDIATE_CRASH and OOM_CRASH from wtf to base. by Chris Palmer · 8 years ago
  22. b219208 logging: Provide a specific MakeCheckOpValueString overload for functions by raphael.kubo.da.costa · 8 years ago
  23. d75ed46 Namespace-qualify calls to logging::MakeCheckOpString by kwiberg · 8 years ago
  24. 40ac79c Fix DCHECK usage doc comment. by pwnall · 8 years ago
  25. 114af1b Adds new logging type SYSLOG which logs to the system log. by pastarmovj · 8 years ago
  26. fb83c5a Unify usage of logging/assert macros in base/ by gab · 8 years ago
  27. 0654900 Use absolute namespace references in //base/logging.h macros by tsniatowski · 8 years ago
  28. 935f853 Reland of In official builds, let CHECK(false) crash instead of calling BreakDebugger. (https://codereview.chromium.org/2046593002/ ) by primiano · 8 years ago
  29. c356cf4 Revert of In official builds, let CHECK(false) crash instead of calling BreakDebugger. (patchset #2 id:20001 of https://codereview.chromium.org/1982123002/ ) by primiano · 8 years ago
  30. cc79904 base: Support using (D)CHECK on scoped enums. by jbroman · 8 years ago
  31. 6029cde In official builds, let CHECK(false) crash instead of calling BreakDebugger. by thakis · 8 years ago
  32. 45b7cfe Stop compiling and printing logging strings for CHECK() on Android. by danakj · 8 years ago
  33. 6869a74 Update DCHECK_EQ/NE for C++ 11 and nullptr by brucedawson · 8 years ago
  34. 174bac7 Ensure that DLOG(FATAL) also asserts in release-with-asserts builds. by jam · 9 years ago
  35. 2c22eae Revert of Patch to try dump-on-DCHECK. (patchset #13 id:240001 of https://codereview.chromium.org/1814423002/ ) by Scott Graham · 9 years ago
  36. f873579 Patch to try dump-on-DCHECK. by wez · 9 years ago
  37. 1d7db13 Revert of Patch to try dump-on-DCHECK. (patchset #13 id:240001 of https://codereview.chromium.org/1814423002/ ) by wez · 9 years ago
  38. 4a1d538 Patch to try dump-on-DCHECK. by wez · 9 years ago
  39. 32164d6 Revert of Patch to try dump-on-DCHECK. (patchset #11 id:200001 of https://codereview.chromium.org/1814423002/ ) by thakis · 9 years ago
  40. bfb76a3 Patch to try dump-on-DCHECK. by wez · 9 years ago
  41. b57520e Revert of Patch to try dump-on-DCHECK. (patchset #11 id:200001 of https://codereview.chromium.org/1814423002/ ) by shinyak · 9 years ago
  42. 876aba5 Patch to try dump-on-DCHECK. by wez · 9 years ago
  43. 0b0d9d1 Fix sense of CheckOpResult comment. by wez · 9 years ago
  44. 4d0074f Fix sense of CheckOpResult comment. by wez · 9 years ago
  45. 5dc27f9 Remove logging::LogAtLevel and rewrite its sole caller. by jbroman · 9 years ago
  46. cddad40 base: Remove SYSLOG* macros from logging.h. by jbroman · 9 years ago
  47. a6a6a68 Switch to standard integer types in base/. by avi · 9 years ago
  48. 190afae Don't evaluate args to LOG(INFO) and LOG(WARNING) in release builds. by skobes · 9 years ago
  49. 486c61f Switch to static_assert in base/. by avi · 9 years ago
  50. 6734e0a Reland: Remove DCHECK_IMPLIES/CHECK_IMPLIES. by vmpstr · 9 years ago
  51. 80f24d4 Revert of Remove DCHECK_IMPLIES/CHECK_IMPLIES. (patchset #3 id:40001 of https://codereview.chromium.org/1421483005/ ) by jbudorick · 9 years ago
  52. 73bf18b Remove DCHECK_IMPLIES/CHECK_IMPLIES. by vmpstr · 9 years ago
  53. 41fcb04 Cleanup: Pass std::string as const reference from ash/ + minor coding style changes in base/ by ki.stfu · 9 years ago
  54. 99b87ef Get logging to chrome_debug.log working again on Windows Vista+. by ananta · 9 years ago
  55. b02505e Make CHECK_EQ and friends work properly in an if/else structure without braces. by erikwright · 9 years ago
  56. 8645808 Reduce inline code size for CHECK() on Android builds. by tnagel · 9 years ago
  57. 45944c2 Improve comment in logging.h. by tnagel · 9 years ago
  58. 5c13f10 Chrome OS: Reduce NOTREACHED() overhead for release builds. by tnagel · 9 years ago
  59. 9b9688b Revert of Remove unnecessary ternaries to improve readability. (patchset #1 id:1 of https://codereview.chromium.org/1128513002/) by piman · 9 years ago
  60. b05d095 Remove unnecessary ternaries to improve readability. by tnagel · 9 years ago
  61. 457d6d7 Stronger comment for LAZY_STREAM macro. by chcunningham · 10 years ago
  62. 9a89f24 base: Change DCHECK_IS_ON to a macro DCHECK_IS_ON(). by danakj · 10 years ago
  63. c0078e1 NOTREACHED should use DCHECK if DCHECK_ALWAYS_ON is set on cros. by oshima · 10 years ago
  64. cee3941 Add __analysis_assume support to CHECK macros to reduce warnings with /analyze. by brucedawson · 10 years ago
  65. 35e8461 Enable "extern template" under MSVC by mdempsky · 10 years ago
  66. d7bd185 base: Add CHECK_IMPLIES and DCHECK_IMPLIES. by vmpstr · 10 years ago
  67. 9043c4e Fix more disabled MSVC warnings, base/ edition. by pkasting · 10 years ago
  68. f01cfba Move logging.h's definitions of operator<< into namespace std. by jyasskin@chromium.org · 10 years ago
  69. 15135cd [Android] Spill out CHECK error message in official build by feng@chromium.org · 10 years ago
  70. 3dc979c Remove two unused logging::LogMessage constructors. by viettrungluu@chromium.org · 10 years ago
  71. 96925ac Remove the LOG_ERROR_REPORT log severity level. by viettrungluu@chromium.org · 10 years ago
  72. 0572c5b Removed LOG_GETLASTERROR and LOG_ERRNO macros. by vitalybuka@chromium.org · 10 years ago
  73. e871736 Extracted logging::SystemErrorCodeToString function. by vitalybuka@chromium.org · 10 years ago
  74. 1eea140 Change DCHECK_IS_ON() to DCHECK_IS_ON by wangxianzhu@chromium.org · 11 years ago
  75. 75a5cd9 Let DCHECK in non-official-release build be opt-in with dcheck_always_on=1 only by wangxianzhu@chromium.org · 11 years ago
  76. fbb128c Avoid function call for disabled DCHECK in non-official release build by wangxianzhu@chromium.org · 11 years ago
  77. 452131f Documentation fix - Delete meaningless paragraph. by girard@chromium.org · 11 years ago
  78. 7fd86b3 Log an error in release builds when NOTREACHED is hit in ChromiumOS builds. This data can be collected on ChromiumOS when the user consents to it; this should help us collect more data about what shouldn't be happening in prod that happens anyways. by zork@chromium.org · 11 years ago
  79. 6d98720 Define a LoggingSettings struct to use for InitLogging() by akalin@chromium.org · 11 years ago
  80. 41b654a allow unofficial builds with DCHECK and DLOG disabled by mostynb@opera.com · 11 years ago
  81. ba78f85 Remving global statics from the headers, so we can split-link. by cpu@chromium.org · 11 years ago
  82. 92bc4e3 If OFFICIAL_BUILD is set on any platform, omit DCHECKs in Release mode. by jyasskin@chromium.org · 11 years ago
  83. 76bc94e Ensure that logging works in the GPU process when the --enable-logging and --v switches are specified. by ananta@chromium.org · 12 years ago
  84. 00e3a07 Fix compile breakage when using stream operators when NOTIMPLEMENTED_POLICY=5. by miu@chromium.org · 12 years ago
  85. c68f810 Only define ERROR on windows builds by joth@chromium.org · 12 years ago
  86. 6ecced4 Revert "Revert 147986 - [Android] Add remaining build/common.gypi changes from downstream and strip NOTIMPLEMENTED()s from official builds." by yfriedman@chromium.org · 12 years ago
  87. 7fe77cf Revert 147986 - [Android] Add remaining build/common.gypi changes from downstream and strip NOTIMPLEMENTED()s from official builds. by yfriedman@chromium.org · 12 years ago
  88. 5434b14 [Android] Add remaining build/common.gypi changes from downstream and strip NOTIMPLEMENTED()s from official builds. by yfriedman@chromium.org · 12 years ago
  89. 1d967bf Remove the rest of #pragma once in one big CL. by ajwong@chromium.org · 12 years ago
  90. 186eab2 Make NOTIMPLEMENTED_POLICY=0 actually work. by torne@chromium.org · 13 years ago
  91. e4d0c3f Add OSSTATUS_LOG API. Review URL: https://chromiumcodereview.appspot.com/9235084 by mark@chromium.org · 13 years ago
  92. 227369d Move operator<< for StringPiece into string_piece.{h,cc} by akalin@chromium.org · 13 years ago
  93. bd9f772 Extract common code from StringPiece and StringPiece16 into a templated base class. Convert copy-and-pasted unit tests into TYPED_TESTs. by erikwright@chromium.org · 13 years ago
  94. 7d8587f Revert "Extract common code from StringPiece and StringPiece16 into a templated base class.... by erikwright@chromium.org · 13 years ago
  95. 4b5f12d Extract common code from StringPiece and StringPiece16 into a templated base class. Convert copy-and-pasted unit tests into TYPED_TESTs. by erikwright@chromium.org · 13 years ago
  96. 6c56fa4 Don't delete g_vlog_info by stevenjb@chromium.org · 13 years ago
  97. 836c6e6 Make CHECK not print messages in official builds by akalin@chromium.org · 13 years ago
  98. a3c1d48 Fix bug where DVLOGs are treated as DLOG(INFO)s by akalin@chromium.org · 13 years ago
  99. 37128d4 base: Reenable external templates in logging.h when using component build. by erg@chromium.org · 13 years ago
  100. 67ec1be Remove no longer needed android hack from logging. by torne@chromium.org · 13 years ago