1. 190afae Don't evaluate args to LOG(INFO) and LOG(WARNING) in release builds. by skobes · 9 years ago
  2. 486c61f Switch to static_assert in base/. by avi · 9 years ago
  3. 6734e0a Reland: Remove DCHECK_IMPLIES/CHECK_IMPLIES. by vmpstr · 9 years ago
  4. 80f24d4 Revert of Remove DCHECK_IMPLIES/CHECK_IMPLIES. (patchset #3 id:40001 of https://codereview.chromium.org/1421483005/ ) by jbudorick · 9 years ago
  5. 73bf18b Remove DCHECK_IMPLIES/CHECK_IMPLIES. by vmpstr · 9 years ago
  6. 41fcb04 Cleanup: Pass std::string as const reference from ash/ + minor coding style changes in base/ by ki.stfu · 9 years ago
  7. 99b87ef Get logging to chrome_debug.log working again on Windows Vista+. by ananta · 9 years ago
  8. b02505e Make CHECK_EQ and friends work properly in an if/else structure without braces. by erikwright · 9 years ago
  9. 8645808 Reduce inline code size for CHECK() on Android builds. by tnagel · 9 years ago
  10. 45944c2 Improve comment in logging.h. by tnagel · 9 years ago
  11. 5c13f10 Chrome OS: Reduce NOTREACHED() overhead for release builds. by tnagel · 9 years ago
  12. 9b9688b Revert of Remove unnecessary ternaries to improve readability. (patchset #1 id:1 of https://codereview.chromium.org/1128513002/) by piman · 9 years ago
  13. b05d095 Remove unnecessary ternaries to improve readability. by tnagel · 9 years ago
  14. 457d6d7 Stronger comment for LAZY_STREAM macro. by chcunningham · 10 years ago
  15. 9a89f24 base: Change DCHECK_IS_ON to a macro DCHECK_IS_ON(). by danakj · 10 years ago
  16. c0078e1 NOTREACHED should use DCHECK if DCHECK_ALWAYS_ON is set on cros. by oshima · 10 years ago
  17. cee3941 Add __analysis_assume support to CHECK macros to reduce warnings with /analyze. by brucedawson · 10 years ago
  18. 35e8461 Enable "extern template" under MSVC by mdempsky · 10 years ago
  19. d7bd185 base: Add CHECK_IMPLIES and DCHECK_IMPLIES. by vmpstr · 10 years ago
  20. 9043c4e Fix more disabled MSVC warnings, base/ edition. by pkasting · 10 years ago
  21. f01cfba Move logging.h's definitions of operator<< into namespace std. by jyasskin@chromium.org · 10 years ago
  22. 15135cd [Android] Spill out CHECK error message in official build by feng@chromium.org · 10 years ago
  23. 3dc979c Remove two unused logging::LogMessage constructors. by viettrungluu@chromium.org · 10 years ago
  24. 96925ac Remove the LOG_ERROR_REPORT log severity level. by viettrungluu@chromium.org · 10 years ago
  25. 0572c5b Removed LOG_GETLASTERROR and LOG_ERRNO macros. by vitalybuka@chromium.org · 10 years ago
  26. e871736 Extracted logging::SystemErrorCodeToString function. by vitalybuka@chromium.org · 10 years ago
  27. 1eea140 Change DCHECK_IS_ON() to DCHECK_IS_ON by wangxianzhu@chromium.org · 11 years ago
  28. 75a5cd9 Let DCHECK in non-official-release build be opt-in with dcheck_always_on=1 only by wangxianzhu@chromium.org · 11 years ago
  29. fbb128c Avoid function call for disabled DCHECK in non-official release build by wangxianzhu@chromium.org · 11 years ago
  30. 452131f Documentation fix - Delete meaningless paragraph. by girard@chromium.org · 11 years ago
  31. 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
  32. 6d98720 Define a LoggingSettings struct to use for InitLogging() by akalin@chromium.org · 11 years ago
  33. 41b654a allow unofficial builds with DCHECK and DLOG disabled by mostynb@opera.com · 11 years ago
  34. ba78f85 Remving global statics from the headers, so we can split-link. by cpu@chromium.org · 11 years ago
  35. 92bc4e3 If OFFICIAL_BUILD is set on any platform, omit DCHECKs in Release mode. by jyasskin@chromium.org · 11 years ago
  36. 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
  37. 00e3a07 Fix compile breakage when using stream operators when NOTIMPLEMENTED_POLICY=5. by miu@chromium.org · 12 years ago
  38. c68f810 Only define ERROR on windows builds by joth@chromium.org · 12 years ago
  39. 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
  40. 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
  41. 5434b14 [Android] Add remaining build/common.gypi changes from downstream and strip NOTIMPLEMENTED()s from official builds. by yfriedman@chromium.org · 12 years ago
  42. 1d967bf Remove the rest of #pragma once in one big CL. by ajwong@chromium.org · 12 years ago
  43. 186eab2 Make NOTIMPLEMENTED_POLICY=0 actually work. by torne@chromium.org · 13 years ago
  44. e4d0c3f Add OSSTATUS_LOG API. Review URL: https://chromiumcodereview.appspot.com/9235084 by mark@chromium.org · 13 years ago
  45. 227369d Move operator<< for StringPiece into string_piece.{h,cc} by akalin@chromium.org · 13 years ago
  46. 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
  47. 7d8587f Revert "Extract common code from StringPiece and StringPiece16 into a templated base class.... by erikwright@chromium.org · 13 years ago
  48. 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
  49. 6c56fa4 Don't delete g_vlog_info by stevenjb@chromium.org · 13 years ago
  50. 836c6e6 Make CHECK not print messages in official builds by akalin@chromium.org · 13 years ago
  51. a3c1d48 Fix bug where DVLOGs are treated as DLOG(INFO)s by akalin@chromium.org · 13 years ago
  52. 37128d4 base: Reenable external templates in logging.h when using component build. by erg@chromium.org · 13 years ago
  53. 67ec1be Remove no longer needed android hack from logging. by torne@chromium.org · 13 years ago
  54. 675aad3 Add a gyp flag to enable dcheck by default in release without by nsylvain@chromium.org · 13 years ago
  55. e585bed Rename BASE_API to BASE_EXPORT. by darin@chromium.org · 13 years ago
  56. 86d9f94 Add COMPONENT_BUILD global define. by darin@chromium.org · 13 years ago
  57. 47dae80 Revert "Add COMPONENT_BUILD global define. " by yurys@chromium.org · 13 years ago
  58. 77a7b9b Add COMPONENT_BUILD global define. by darin@chromium.org · 13 years ago
  59. 01ef2f2 Upstream android debug and log related files by michaelbai@google.com · 13 years ago
  60. 0a1ccf4 Adding missing inclusions by tzik@chromium.org · 13 years ago
  61. 75d1cb3 linux: components support for base/ by evan@chromium.org · 13 years ago
  62. 8e6f360 Base: Fix the logging export api to fix release builds of chrome using base.dll by rvargas@google.com · 13 years ago
  63. 97a20ec Base: More adjustments to BASE_API and project dependencies to by rvargas@google.com · 14 years ago
  64. fa62cd2 Base: A few more changes to build base.dll by rvargas@google.com · 14 years ago
  65. 4891e7d Base: A few more files using BASE_API (for base.dll) by rvargas@google.com · 14 years ago
  66. 4015fc0 Lower logging for expected errors in process_util_mac.mm by sail@chromium.org · 14 years ago
  67. 63dab76 [Logging] Remove unneeded CheckOpString struct for CHECKs by akalin@chromium.org · 14 years ago
  68. f3389d0 Change UTF8ToUTF16 to accept const StringPiece&. by suzhe@google.com · 14 years ago
  69. faed5f8 Made logging not look up --enable-dcheck from command line by akalin@chromium.org · 14 years ago
  70. ab42ba2 Revert 70920 - Made logging not look up --enable-dcheck from command line by akalin@chromium.org · 14 years ago
  71. ff9394c Made logging not look up --enable-dcheck from command line by akalin@chromium.org · 14 years ago
  72. 0f12b44 Revert 70782 - Made logging not look up --enable-dcheck from command line by akalin@chromium.org · 14 years ago
  73. cbbede5 Made logging not look up --enable-dcheck from command line by akalin@chromium.org · 14 years ago
  74. d5fffd4 Start sorting methods in class declarations. by erg@google.com · 14 years ago
  75. 25396e1 Integrate ETW with VLOG logging. by siggi@chromium.org · 14 years ago
  76. 519197c Fix the testing::LogDisabler for the change r64883. See http://codereview.chromium.org/4262001/show by hansl@google.com · 14 years ago
  77. 434c5b6 Fixed bug where CHECKs don't fire if min_log_level > FATAL by akalin@chromium.org · 14 years ago
  78. ad6c172 Removed unused (and broken) logging functions. by akalin@chromium.org · 14 years ago
  79. 55a8a81 Wrote a custom pattern matcher for vmodule. by akalin@chromium.org · 14 years ago
  80. 25cef53 Fixed subtle difference in behavior between DCHECK and DCHECK_EQ et al. by akalin@chromium.org · 14 years ago
  81. 859d7d4 Added support for filtering on the entire pathname to --vmodule. by akalin@chromium.org · 14 years ago
  82. 49c808a This fixes the logging for ChromeOS so that it uses symlinks by gspencer@chromium.org · 14 years ago
  83. a88579b Made logging macros evaluate its stream arguments lazily. by akalin@chromium.org · 14 years ago
  84. 2cd2c28 Fix official build breakage. by akalin@chromium.org · 14 years ago
  85. f6b59fa Revert 61142 - Made logging macros evaluate its stream arguments lazily. by akalin@chromium.org · 14 years ago
  86. 9a222fa Made logging macros evaluate its stream arguments lazily. by akalin@chromium.org · 14 years ago
  87. bb88404 Revert 61127 - Made logging macros evaluate its stream arguments lazily. by akalin@chromium.org · 14 years ago
  88. 23870d5 Made logging macros evaluate its stream arguments lazily. by akalin@chromium.org · 14 years ago
  89. 8551048 [Cleanup] Consolidated duplicate definitions of DLOG. by akalin@chromium.org · 14 years ago
  90. 6575f36 Mark the most common uses of MakeCheckOpString as extern templates on gcc platforms. by erg@google.com · 14 years ago
  91. f0b8da8 Removed support for log prefix filters. by akalin@chromium.org · 14 years ago
  92. 59c9f21 [clang] Fixed clang compile failure introduced by 60976. by akalin@chromium.org · 14 years ago
  93. f0ee79c Implemented VLOG() et al. by akalin@chromium.org · 14 years ago
  94. b2aa7c4 base: Disallow mixing NDEBUG settings in logging.{h,cc}. by derat@chromium.org · 14 years ago
  95. f780248 Stop eternal loop in DisplayDebugMessageInDialog by cmasone@google.com · 14 years ago
  96. 01d1452 `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views by thakis@chromium.org · 14 years ago
  97. ac61a72 Change LOG(DFATAL) to avoid dialog in production build by jar@chromium.org · 14 years ago
  98. b13bd1d Revert 49982 - patch by thakis@chromium.org · 14 years ago
  99. 3f0d4e0 patch by thakis@chromium.org · 14 years ago
  100. 4b004ac Remove an unused logging function. by thestig@chromium.org · 15 years ago