1. f01cfba Move logging.h's definitions of operator<< into namespace std. by jyasskin@chromium.org · 10 years ago
  2. 15135cd [Android] Spill out CHECK error message in official build by feng@chromium.org · 10 years ago
  3. 3dc979c Remove two unused logging::LogMessage constructors. by viettrungluu@chromium.org · 10 years ago
  4. 96925ac Remove the LOG_ERROR_REPORT log severity level. by viettrungluu@chromium.org · 10 years ago
  5. 0572c5b Removed LOG_GETLASTERROR and LOG_ERRNO macros. by vitalybuka@chromium.org · 10 years ago
  6. e871736 Extracted logging::SystemErrorCodeToString function. by vitalybuka@chromium.org · 10 years ago
  7. 1eea140 Change DCHECK_IS_ON() to DCHECK_IS_ON by wangxianzhu@chromium.org · 10 years ago
  8. 75a5cd9 Let DCHECK in non-official-release build be opt-in with dcheck_always_on=1 only by wangxianzhu@chromium.org · 10 years ago
  9. fbb128c Avoid function call for disabled DCHECK in non-official release build by wangxianzhu@chromium.org · 10 years ago
  10. 452131f Documentation fix - Delete meaningless paragraph. by girard@chromium.org · 11 years ago
  11. 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
  12. 6d98720 Define a LoggingSettings struct to use for InitLogging() by akalin@chromium.org · 11 years ago
  13. 41b654a allow unofficial builds with DCHECK and DLOG disabled by mostynb@opera.com · 11 years ago
  14. ba78f85 Remving global statics from the headers, so we can split-link. by cpu@chromium.org · 11 years ago
  15. 92bc4e3 If OFFICIAL_BUILD is set on any platform, omit DCHECKs in Release mode. by jyasskin@chromium.org · 11 years ago
  16. 76bc94e Ensure that logging works in the GPU process when the --enable-logging and --v switches are specified. by ananta@chromium.org · 11 years ago
  17. 00e3a07 Fix compile breakage when using stream operators when NOTIMPLEMENTED_POLICY=5. by miu@chromium.org · 11 years ago
  18. c68f810 Only define ERROR on windows builds by joth@chromium.org · 12 years ago
  19. 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
  20. 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
  21. 5434b14 [Android] Add remaining build/common.gypi changes from downstream and strip NOTIMPLEMENTED()s from official builds. by yfriedman@chromium.org · 12 years ago
  22. 1d967bf Remove the rest of #pragma once in one big CL. by ajwong@chromium.org · 12 years ago
  23. 186eab2 Make NOTIMPLEMENTED_POLICY=0 actually work. by torne@chromium.org · 13 years ago
  24. e4d0c3f Add OSSTATUS_LOG API. Review URL: https://chromiumcodereview.appspot.com/9235084 by mark@chromium.org · 13 years ago
  25. 227369d Move operator<< for StringPiece into string_piece.{h,cc} by akalin@chromium.org · 13 years ago
  26. 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
  27. 7d8587f Revert "Extract common code from StringPiece and StringPiece16 into a templated base class.... by erikwright@chromium.org · 13 years ago
  28. 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
  29. 6c56fa4 Don't delete g_vlog_info by stevenjb@chromium.org · 13 years ago
  30. 836c6e6 Make CHECK not print messages in official builds by akalin@chromium.org · 13 years ago
  31. a3c1d48 Fix bug where DVLOGs are treated as DLOG(INFO)s by akalin@chromium.org · 13 years ago
  32. 37128d4 base: Reenable external templates in logging.h when using component build. by erg@chromium.org · 13 years ago
  33. 67ec1be Remove no longer needed android hack from logging. by torne@chromium.org · 13 years ago
  34. 675aad3 Add a gyp flag to enable dcheck by default in release without by nsylvain@chromium.org · 13 years ago
  35. e585bed Rename BASE_API to BASE_EXPORT. by darin@chromium.org · 13 years ago
  36. 86d9f94 Add COMPONENT_BUILD global define. by darin@chromium.org · 13 years ago
  37. 47dae80 Revert "Add COMPONENT_BUILD global define. " by yurys@chromium.org · 13 years ago
  38. 77a7b9b Add COMPONENT_BUILD global define. by darin@chromium.org · 13 years ago
  39. 01ef2f2 Upstream android debug and log related files by michaelbai@google.com · 13 years ago
  40. 0a1ccf4 Adding missing inclusions by tzik@chromium.org · 13 years ago
  41. 75d1cb3 linux: components support for base/ by evan@chromium.org · 13 years ago
  42. 8e6f360 Base: Fix the logging export api to fix release builds of chrome using base.dll by rvargas@google.com · 13 years ago
  43. 97a20ec Base: More adjustments to BASE_API and project dependencies to by rvargas@google.com · 13 years ago
  44. fa62cd2 Base: A few more changes to build base.dll by rvargas@google.com · 13 years ago
  45. 4891e7d Base: A few more files using BASE_API (for base.dll) by rvargas@google.com · 13 years ago
  46. 4015fc0 Lower logging for expected errors in process_util_mac.mm by sail@chromium.org · 13 years ago
  47. 63dab76 [Logging] Remove unneeded CheckOpString struct for CHECKs by akalin@chromium.org · 14 years ago
  48. f3389d0 Change UTF8ToUTF16 to accept const StringPiece&. by suzhe@google.com · 14 years ago
  49. faed5f8 Made logging not look up --enable-dcheck from command line by akalin@chromium.org · 14 years ago
  50. ab42ba2 Revert 70920 - Made logging not look up --enable-dcheck from command line by akalin@chromium.org · 14 years ago
  51. ff9394c Made logging not look up --enable-dcheck from command line by akalin@chromium.org · 14 years ago
  52. 0f12b44 Revert 70782 - Made logging not look up --enable-dcheck from command line by akalin@chromium.org · 14 years ago
  53. cbbede5 Made logging not look up --enable-dcheck from command line by akalin@chromium.org · 14 years ago
  54. d5fffd4 Start sorting methods in class declarations. by erg@google.com · 14 years ago
  55. 25396e1 Integrate ETW with VLOG logging. by siggi@chromium.org · 14 years ago
  56. 519197c Fix the testing::LogDisabler for the change r64883. See http://codereview.chromium.org/4262001/show by hansl@google.com · 14 years ago
  57. 434c5b6 Fixed bug where CHECKs don't fire if min_log_level > FATAL by akalin@chromium.org · 14 years ago
  58. ad6c172 Removed unused (and broken) logging functions. by akalin@chromium.org · 14 years ago
  59. 55a8a81 Wrote a custom pattern matcher for vmodule. by akalin@chromium.org · 14 years ago
  60. 25cef53 Fixed subtle difference in behavior between DCHECK and DCHECK_EQ et al. by akalin@chromium.org · 14 years ago
  61. 859d7d4 Added support for filtering on the entire pathname to --vmodule. by akalin@chromium.org · 14 years ago
  62. 49c808a This fixes the logging for ChromeOS so that it uses symlinks by gspencer@chromium.org · 14 years ago
  63. a88579b Made logging macros evaluate its stream arguments lazily. by akalin@chromium.org · 14 years ago
  64. 2cd2c28 Fix official build breakage. by akalin@chromium.org · 14 years ago
  65. f6b59fa Revert 61142 - Made logging macros evaluate its stream arguments lazily. by akalin@chromium.org · 14 years ago
  66. 9a222fa Made logging macros evaluate its stream arguments lazily. by akalin@chromium.org · 14 years ago
  67. bb88404 Revert 61127 - Made logging macros evaluate its stream arguments lazily. by akalin@chromium.org · 14 years ago
  68. 23870d5 Made logging macros evaluate its stream arguments lazily. by akalin@chromium.org · 14 years ago
  69. 8551048 [Cleanup] Consolidated duplicate definitions of DLOG. by akalin@chromium.org · 14 years ago
  70. 6575f36 Mark the most common uses of MakeCheckOpString as extern templates on gcc platforms. by erg@google.com · 14 years ago
  71. f0b8da8 Removed support for log prefix filters. by akalin@chromium.org · 14 years ago
  72. 59c9f21 [clang] Fixed clang compile failure introduced by 60976. by akalin@chromium.org · 14 years ago
  73. f0ee79c Implemented VLOG() et al. by akalin@chromium.org · 14 years ago
  74. b2aa7c4 base: Disallow mixing NDEBUG settings in logging.{h,cc}. by derat@chromium.org · 14 years ago
  75. f780248 Stop eternal loop in DisplayDebugMessageInDialog by cmasone@google.com · 14 years ago
  76. 01d1452 `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views by thakis@chromium.org · 14 years ago
  77. ac61a72 Change LOG(DFATAL) to avoid dialog in production build by jar@chromium.org · 14 years ago
  78. b13bd1d Revert 49982 - patch by thakis@chromium.org · 14 years ago
  79. 3f0d4e0 patch by thakis@chromium.org · 14 years ago
  80. 4b004ac Remove an unused logging function. by thestig@chromium.org · 14 years ago
  81. e5ec820 Reland r40289: "Add support for CHECK_* macros."" by willchan@chromium.org · 14 years ago
  82. 0acadda Revert r40289: "Add support for CHECK_* macros." by willchan@chromium.org · 14 years ago
  83. ad6013e Add support for CHECK_* macros. Convert a few places to make sure it works. by willchan@chromium.org · 14 years ago
  84. 875bb6e Changes to base/ from a combination of FreeBSD and OpenBSD patches. by evan@chromium.org · 15 years ago
  85. 85113a1 Make POSIX SIGTERM/SIGINT/SIGHUP handler async signal safe. by willchan@chromium.org · 15 years ago
  86. 4db6579 Integrate the base logging with Event Tracing for Windows. This allows ETW to control the log level and log feature flags from outside the process, and all log messages can be transported into ETW trace sessions.As is this provides an event trace provider class thatmanages the log level on control callbacks and shunts the formatted log messages to ETW when warranted.The provider observes one feature flag, which when turned on causes it to capture and log a stack trace at the log site, which can be helpful when diagnosing errors from logs.This CL also initializes ETW logging for chrome.dll, but only if the environment variable "CHROME_ETW_LOGGING" is set. The ETW machinery may create a thread in every process registering a trace provider, and the environment variable makes this overhead optional. by siggi@chromium.org · 15 years ago
  87. f29a4fc Add logging macros that automatically append the last system error in string form. by tschmelcher@chromium.org · 15 years ago
  88. e972088 Reverting 28166. Review URL: http://codereview.chromium.org/242167 by ojan@chromium.org · 15 years ago
  89. 078bfee Add logging macros that automatically append the last system error in string form. by tschmelcher@google.com · 15 years ago
  90. 667f621 Omit DLOGs and DCHECKs from release-mode Google Chrome-branded builds on by mark@chromium.org · 15 years ago
  91. 8348600 Reverting 20497. by thomasvl@chromium.org · 15 years ago
  92. a904b24 OFFICIAL_BUILD is only set in windows builds, so add some complexity to get the logging turned off the mac/linux builds as intended. by thomasvl@chromium.org · 15 years ago
  93. 44a1720 Prototype implementation of zygotes. by dkegel@google.com · 15 years ago
  94. 82788e1 Save and restore the value of GetLastError() when [D]LOG/[D]CHECK etc on Windows. by tommi@google.com · 15 years ago
  95. 3845085 Fix a minor spelling typo. by ericroman@google.com · 15 years ago
  96. 2bbf648 Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files to ~400. by thestig@chromium.org · 15 years ago
  97. 6d70883 NO CODE CHANGE. by maruel@google.com · 15 years ago
  98. 656253e Change the behavior of --enable-dcheck in release by huanr@chromium.org · 15 years ago
  99. f5a6768 Make sure variables are referenced in CHECK macros, even for official builds. by deanm@chromium.org · 16 years ago
  100. 5dd441e Remove DCHECKS from official builds. by rvargas@google.com · 16 years ago