1. f01cfba Move logging.h's definitions of operator<< into namespace std. by jyasskin@chromium.org · 10 years ago
  2. 3dc979c Remove two unused logging::LogMessage constructors. by viettrungluu@chromium.org · 10 years ago
  3. 96925ac Remove the LOG_ERROR_REPORT log severity level. by viettrungluu@chromium.org · 10 years ago
  4. 5918504 Disable Warning 4702 for the PGO builds. by sebmarchand@chromium.org · 10 years ago
  5. 93b557b Disable warning C4702 in logging.cc by sebmarchand@chromium.org · 10 years ago
  6. e871736 Extracted logging::SystemErrorCodeToString function. by vitalybuka@chromium.org · 10 years ago
  7. b98da34 disable more stacktrace usage in debug uclibc builds by mostynb@opera.com · 10 years ago
  8. 1e70682 Make LogMessage() handle strings with null bytes by joaoe@opera.com · 10 years ago
  9. b07e7fe Revert of Make LogMessage() handle strings with null bytes (https://codereview.chromium.org/198103008/) by finnur@chromium.org · 10 years ago
  10. 0d4c71c Make LogMessage() handle strings with null bytes by joaoe@opera.com · 10 years ago
  11. 75a5cd9 Let DCHECK in non-official-release build be opt-in with dcheck_always_on=1 only by wangxianzhu@chromium.org · 10 years ago
  12. fbb128c Avoid function call for disabled DCHECK in non-official release build by wangxianzhu@chromium.org · 10 years ago
  13. 434edfb Honor the log_assert_handler when running under the debugger. by rch@chromium.org · 10 years ago
  14. eef2c1c LogMessage::Init must check untrusted severity_ value before using it as an array index. by tsepez@chromium.org · 11 years ago
  15. 0e569b9 Remove UTF string conversion functions from the global namespace. by avi@chromium.org · 11 years ago
  16. 2e983c5 Only use the LoggingLock when actually logging to a file by akalin@chromium.org · 11 years ago
  17. 914f90c Implement basic stack traces on Android and reenable unit tests. by scherkus@chromium.org · 11 years ago
  18. 6d98720 Define a LoggingSettings struct to use for InitLogging() by akalin@chromium.org · 11 years ago
  19. 17f6062 Use a direct include of utf_string_conversions.h in android_webview/, apps/, ash/, base/. by avi@chromium.org · 11 years ago
  20. 7d65ee6 Fix (D)VLOG(1) support on Android by acolwell@chromium.org · 11 years ago
  21. ba78f85 Remving global statics from the headers, so we can split-link. by cpu@chromium.org · 11 years ago
  22. e72bc48 Pepper: Add VLOG support for NaCl plugins. by teravest@chromium.org · 11 years ago
  23. b6d4911 base: Update the include paths of base/string_piece.h to its new location. by tfarina@chromium.org · 11 years ago
  24. 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
  25. b1788fb Move eintr_wrapper.h from base to base/posix by brettw@chromium.org · 12 years ago
  26. 4a62c4f Supressing unreferenced variable warning in nacl build. by bradnelson@google.com · 12 years ago
  27. d2a1c27 Adds some debugging code to help isolate a crash. by sky@chromium.org · 12 years ago
  28. 35e3899 Log message is captured on stack prior to generating minidump for fatal errors. by apatrick@chromium.org · 12 years ago
  29. d673b62 Make base::Logging compile with the NaCl toolchain. BUG=none TEST=none by bbudge@chromium.org · 12 years ago
  30. 227369d Move operator<< for StringPiece into string_piece.{h,cc} by akalin@chromium.org · 13 years ago
  31. 4fd393b Revert 118118 - Temporarily revert 117127 for perf analysis. by rsesek@chromium.org · 13 years ago
  32. fa51347 Temporarily revert 117127 for perf analysis. by rsesek@chromium.org · 13 years ago
  33. aef5226 mach_port_deallocate() the result of mach_thread_self(), which obtains a port send right. by rsesek@chromium.org · 13 years ago
  34. 6c56fa4 Don't delete g_vlog_info by stevenjb@chromium.org · 13 years ago
  35. 2e9e81c OpenBSD and FreeBSD fixes for base. by mark@chromium.org · 13 years ago
  36. ae98c6f Remove unnecessary #include <sys/nacl_syscalls.h> by mcgrathr@chromium.org · 13 years ago
  37. 01ef2f2 Upstream android debug and log related files by michaelbai@google.com · 13 years ago
  38. fa62cd2 Base: A few more changes to build base.dll by rvargas@google.com · 13 years ago
  39. 8b5a8f8 Mac: Don't show dialogs for debug messages. by thakis@chromium.org · 13 years ago
  40. 63dab76 [Logging] Remove unneeded CheckOpString struct for CHECKs by akalin@chromium.org · 14 years ago
  41. faed5f8 Made logging not look up --enable-dcheck from command line by akalin@chromium.org · 14 years ago
  42. 37c078e Order function definitions in base/ according to the header. by erg@google.com · 14 years ago
  43. ab42ba2 Revert 70920 - Made logging not look up --enable-dcheck from command line by akalin@chromium.org · 14 years ago
  44. ff9394c Made logging not look up --enable-dcheck from command line by akalin@chromium.org · 14 years ago
  45. 0f12b44 Revert 70782 - Made logging not look up --enable-dcheck from command line by akalin@chromium.org · 14 years ago
  46. cbbede5 Made logging not look up --enable-dcheck from command line by akalin@chromium.org · 14 years ago
  47. e439a96 Move base/lock and base/condition_variable to base/synchronization/ by brettw@chromium.org · 14 years ago
  48. a11eabb Print out filename on logs instead of the entire path by akalin@chromium.org · 14 years ago
  49. e6bd8fa linux: remove the xmessage-based error dialog by evan@chromium.org · 14 years ago
  50. 3cae340 Add Debug Message Dialog Support for Mac OS by dmaclach@chromium.org · 14 years ago
  51. e8b4d22 Avoid recursive DisplayDebugMessageInDialog call when an assert is hit on the IO thread by joth@chromium.org · 14 years ago
  52. 18cd6b5 Fixed logging so that vmodule works correctly again by akalin@chromium.org · 14 years ago
  53. e716286 Bring up IPC in NaCl. by abarth@chromium.org · 14 years ago
  54. 25396e1 Integrate ETW with VLOG logging. by siggi@chromium.org · 14 years ago
  55. 519197c Fix the testing::LogDisabler for the change r64883. See http://codereview.chromium.org/4262001/show by hansl@google.com · 14 years ago
  56. 434c5b6 Fixed bug where CHECKs don't fire if min_log_level > FATAL by akalin@chromium.org · 14 years ago
  57. dcd703a Fixed bug where the entire file path was being printed for logs on non-Windows by akalin@chromium.org · 14 years ago
  58. 49c808a This fixes the logging for ChromeOS so that it uses symlinks by gspencer@chromium.org · 14 years ago
  59. 2f49b12 Move debug-related stuff from base to the base/debug directory and use the by brettw@chromium.org · 14 years ago
  60. 21ec5c3 Two minor changes to the use of FormatMessageA in Win32ErrorLogMessage: by grt@chromium.org · 14 years ago
  61. a88579b Made logging macros evaluate its stream arguments lazily. by akalin@chromium.org · 14 years ago
  62. 6a29af5 Solved a problem where a string was supposed to be passed as a reference but was instead passed by value. by hansl@google.com · 14 years ago
  63. f6b59fa Revert 61142 - Made logging macros evaluate its stream arguments lazily. by akalin@chromium.org · 14 years ago
  64. 9a222fa Made logging macros evaluate its stream arguments lazily. by akalin@chromium.org · 14 years ago
  65. bb88404 Revert 61127 - Made logging macros evaluate its stream arguments lazily. by akalin@chromium.org · 14 years ago
  66. 23870d5 Made logging macros evaluate its stream arguments lazily. by akalin@chromium.org · 14 years ago
  67. 6575f36 Mark the most common uses of MakeCheckOpString as extern templates on gcc platforms. by erg@google.com · 14 years ago
  68. f0b8da8 Removed support for log prefix filters. by akalin@chromium.org · 14 years ago
  69. f0ee79c Implemented VLOG() et al. by akalin@chromium.org · 14 years ago
  70. 33fd312 Include log output in buildbot logs on Windows just as by darin@chromium.org · 14 years ago
  71. c4dae76 Lock log files when reiniting them. by davemoore@chromium.org · 14 years ago
  72. 7e79d07 Revert 58074 - Lock all access to logging data, in case it's reinitialized by davemoore@chromium.org · 14 years ago
  73. 0a2302d Lock all access to logging data, in case it's reinitialized by davemoore@chromium.org · 14 years ago
  74. b2aa7c4 base: Disallow mixing NDEBUG settings in logging.{h,cc}. by derat@chromium.org · 14 years ago
  75. 11f89b0 Header cleanup in base. by brettw@chromium.org · 14 years ago
  76. f780248 Stop eternal loop in DisplayDebugMessageInDialog by cmasone@google.com · 14 years ago
  77. 6d1153e Including pthread.h, compile fix for Android. by bulach@chromium.org · 14 years ago
  78. d4794e6 GTTF: Ensure that when we're testing the logging system will not display dialogs. by phajdan.jr@chromium.org · 14 years ago
  79. f79db07 print stack trace to stderr as well as to dialog. by oshima@chromium.org · 14 years ago
  80. 4b004ac Remove an unused logging function. by thestig@chromium.org · 14 years ago
  81. 5f1eade linux: use xmessage for the dialog used in LOG(FATAL) by evan@chromium.org · 14 years ago
  82. 3761535 Revert "linux: use xmessage for the dialog used in LOG(FATAL)" by evan@chromium.org · 14 years ago
  83. 97c8993 linux: use xmessage for the dialog used in LOG(FATAL) by evan@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. e4ef1ac Flush logging output. by derat@chromium.org · 15 years ago
  87. 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
  88. f29a4fc Add logging macros that automatically append the last system error in string form. by tschmelcher@chromium.org · 15 years ago
  89. 50c9465 Copy the relevant parts of ICU to a new file base/third_party/icu/icu_utf.* by brettw@chromium.org · 15 years ago
  90. e972088 Reverting 28166. Review URL: http://codereview.chromium.org/242167 by ojan@chromium.org · 15 years ago
  91. 078bfee Add logging macros that automatically append the last system error in string form. by tschmelcher@google.com · 15 years ago
  92. 102251e Remove even the logging statement from ~LogMessage. We shouldn't be using LOG macros there. by phajdan.jr@chromium.org · 15 years ago
  93. c504557 Do not abort the process if thread owning the log mutex has crashed. by phajdan.jr@chromium.org · 15 years ago
  94. 28a12e7 Linux: refactor zygote support by agl@chromium.org · 15 years ago
  95. d3d08f0 Revert 18109, 18111: Windows UI tests failed. by agl@chromium.org · 15 years ago
  96. 226def9 Linux: refactor zygote support by agl@chromium.org · 15 years ago
  97. 43c3674 Enable zygote manager by default. by dkegel@google.com · 15 years ago
  98. 44a1720 Prototype implementation of zygotes. by dkegel@google.com · 15 years ago
  99. b9b1ae1 Use thread-safe localtime_r instead of localtime. by thestig@chromium.org · 15 years ago
  100. 24cb89e Print backtraces on FATAL log messages in debug mode. by ajwong@chromium.org · 15 years ago