1. d2a1c27 Adds some debugging code to help isolate a crash. by sky@chromium.org · 13 years ago
  2. 35e3899 Log message is captured on stack prior to generating minidump for fatal errors. by apatrick@chromium.org · 13 years ago
  3. d673b62 Make base::Logging compile with the NaCl toolchain. BUG=none TEST=none by bbudge@chromium.org · 13 years ago
  4. 227369d Move operator<< for StringPiece into string_piece.{h,cc} by akalin@chromium.org · 13 years ago
  5. 4fd393b Revert 118118 - Temporarily revert 117127 for perf analysis. by rsesek@chromium.org · 13 years ago
  6. fa51347 Temporarily revert 117127 for perf analysis. by rsesek@chromium.org · 13 years ago
  7. aef5226 mach_port_deallocate() the result of mach_thread_self(), which obtains a port send right. by rsesek@chromium.org · 13 years ago
  8. 6c56fa4 Don't delete g_vlog_info by stevenjb@chromium.org · 13 years ago
  9. 2e9e81c OpenBSD and FreeBSD fixes for base. by mark@chromium.org · 13 years ago
  10. ae98c6f Remove unnecessary #include <sys/nacl_syscalls.h> by mcgrathr@chromium.org · 13 years ago
  11. 01ef2f2 Upstream android debug and log related files by michaelbai@google.com · 13 years ago
  12. fa62cd2 Base: A few more changes to build base.dll by rvargas@google.com · 14 years ago
  13. 8b5a8f8 Mac: Don't show dialogs for debug messages. by thakis@chromium.org · 14 years ago
  14. 63dab76 [Logging] Remove unneeded CheckOpString struct for CHECKs by akalin@chromium.org · 14 years ago
  15. faed5f8 Made logging not look up --enable-dcheck from command line by akalin@chromium.org · 14 years ago
  16. 37c078e Order function definitions in base/ according to the header. by erg@google.com · 14 years ago
  17. ab42ba2 Revert 70920 - Made logging not look up --enable-dcheck from command line by akalin@chromium.org · 14 years ago
  18. ff9394c Made logging not look up --enable-dcheck from command line by akalin@chromium.org · 14 years ago
  19. 0f12b44 Revert 70782 - Made logging not look up --enable-dcheck from command line by akalin@chromium.org · 14 years ago
  20. cbbede5 Made logging not look up --enable-dcheck from command line by akalin@chromium.org · 14 years ago
  21. e439a96 Move base/lock and base/condition_variable to base/synchronization/ by brettw@chromium.org · 14 years ago
  22. a11eabb Print out filename on logs instead of the entire path by akalin@chromium.org · 14 years ago
  23. e6bd8fa linux: remove the xmessage-based error dialog by evan@chromium.org · 14 years ago
  24. 3cae340 Add Debug Message Dialog Support for Mac OS by dmaclach@chromium.org · 14 years ago
  25. e8b4d22 Avoid recursive DisplayDebugMessageInDialog call when an assert is hit on the IO thread by joth@chromium.org · 14 years ago
  26. 18cd6b5 Fixed logging so that vmodule works correctly again by akalin@chromium.org · 14 years ago
  27. e716286 Bring up IPC in NaCl. by abarth@chromium.org · 14 years ago
  28. 25396e1 Integrate ETW with VLOG logging. by siggi@chromium.org · 14 years ago
  29. 519197c Fix the testing::LogDisabler for the change r64883. See http://codereview.chromium.org/4262001/show by hansl@google.com · 14 years ago
  30. 434c5b6 Fixed bug where CHECKs don't fire if min_log_level > FATAL by akalin@chromium.org · 14 years ago
  31. dcd703a Fixed bug where the entire file path was being printed for logs on non-Windows by akalin@chromium.org · 14 years ago
  32. 49c808a This fixes the logging for ChromeOS so that it uses symlinks by gspencer@chromium.org · 14 years ago
  33. 2f49b12 Move debug-related stuff from base to the base/debug directory and use the by brettw@chromium.org · 14 years ago
  34. 21ec5c3 Two minor changes to the use of FormatMessageA in Win32ErrorLogMessage: by grt@chromium.org · 14 years ago
  35. a88579b Made logging macros evaluate its stream arguments lazily. by akalin@chromium.org · 14 years ago
  36. 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
  37. f6b59fa Revert 61142 - Made logging macros evaluate its stream arguments lazily. by akalin@chromium.org · 14 years ago
  38. 9a222fa Made logging macros evaluate its stream arguments lazily. by akalin@chromium.org · 14 years ago
  39. bb88404 Revert 61127 - Made logging macros evaluate its stream arguments lazily. by akalin@chromium.org · 14 years ago
  40. 23870d5 Made logging macros evaluate its stream arguments lazily. by akalin@chromium.org · 14 years ago
  41. 6575f36 Mark the most common uses of MakeCheckOpString as extern templates on gcc platforms. by erg@google.com · 14 years ago
  42. f0b8da8 Removed support for log prefix filters. by akalin@chromium.org · 14 years ago
  43. f0ee79c Implemented VLOG() et al. by akalin@chromium.org · 14 years ago
  44. 33fd312 Include log output in buildbot logs on Windows just as by darin@chromium.org · 14 years ago
  45. c4dae76 Lock log files when reiniting them. by davemoore@chromium.org · 14 years ago
  46. 7e79d07 Revert 58074 - Lock all access to logging data, in case it's reinitialized by davemoore@chromium.org · 14 years ago
  47. 0a2302d Lock all access to logging data, in case it's reinitialized by davemoore@chromium.org · 14 years ago
  48. b2aa7c4 base: Disallow mixing NDEBUG settings in logging.{h,cc}. by derat@chromium.org · 14 years ago
  49. 11f89b0 Header cleanup in base. by brettw@chromium.org · 14 years ago
  50. f780248 Stop eternal loop in DisplayDebugMessageInDialog by cmasone@google.com · 14 years ago
  51. 6d1153e Including pthread.h, compile fix for Android. by bulach@chromium.org · 14 years ago
  52. d4794e6 GTTF: Ensure that when we're testing the logging system will not display dialogs. by phajdan.jr@chromium.org · 14 years ago
  53. f79db07 print stack trace to stderr as well as to dialog. by oshima@chromium.org · 15 years ago
  54. 4b004ac Remove an unused logging function. by thestig@chromium.org · 15 years ago
  55. 5f1eade linux: use xmessage for the dialog used in LOG(FATAL) by evan@chromium.org · 15 years ago
  56. 3761535 Revert "linux: use xmessage for the dialog used in LOG(FATAL)" by evan@chromium.org · 15 years ago
  57. 97c8993 linux: use xmessage for the dialog used in LOG(FATAL) by evan@chromium.org · 15 years ago
  58. 875bb6e Changes to base/ from a combination of FreeBSD and OpenBSD patches. by evan@chromium.org · 15 years ago
  59. 85113a1 Make POSIX SIGTERM/SIGINT/SIGHUP handler async signal safe. by willchan@chromium.org · 15 years ago
  60. e4ef1ac Flush logging output. by derat@chromium.org · 15 years ago
  61. 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
  62. f29a4fc Add logging macros that automatically append the last system error in string form. by tschmelcher@chromium.org · 15 years ago
  63. 50c9465 Copy the relevant parts of ICU to a new file base/third_party/icu/icu_utf.* by brettw@chromium.org · 15 years ago
  64. e972088 Reverting 28166. Review URL: http://codereview.chromium.org/242167 by ojan@chromium.org · 15 years ago
  65. 078bfee Add logging macros that automatically append the last system error in string form. by tschmelcher@google.com · 15 years ago
  66. 102251e Remove even the logging statement from ~LogMessage. We shouldn't be using LOG macros there. by phajdan.jr@chromium.org · 15 years ago
  67. c504557 Do not abort the process if thread owning the log mutex has crashed. by phajdan.jr@chromium.org · 15 years ago
  68. 28a12e7 Linux: refactor zygote support by agl@chromium.org · 15 years ago
  69. d3d08f0 Revert 18109, 18111: Windows UI tests failed. by agl@chromium.org · 15 years ago
  70. 226def9 Linux: refactor zygote support by agl@chromium.org · 15 years ago
  71. 43c3674 Enable zygote manager by default. by dkegel@google.com · 15 years ago
  72. 44a1720 Prototype implementation of zygotes. by dkegel@google.com · 15 years ago
  73. b9b1ae1 Use thread-safe localtime_r instead of localtime. by thestig@chromium.org · 15 years ago
  74. 24cb89e Print backtraces on FATAL log messages in debug mode. by ajwong@chromium.org · 15 years ago
  75. 82788e1 Save and restore the value of GetLastError() when [D]LOG/[D]CHECK etc on Windows. by tommi@google.com · 16 years ago
  76. 98d11e4 First stab at Mac breakpad support. by jeremy@chromium.org · 16 years ago
  77. a332aa9 Eliminate precarious use of const_cast<wchar*>(wstring.get()) by mark@chromium.org · 16 years ago
  78. 6c3bd14 Fix a second error in the build bustage, still about constness. by maruel@chromium.org · 16 years ago
  79. 8fe7adc NO CODE CHANGE (except one global std::wstring changed to const wchar_t* const per style compliance). by maruel@chromium.org · 16 years ago
  80. 656253e Change the behavior of --enable-dcheck in release by huanr@chromium.org · 16 years ago
  81. 4bbc613 Make CommandLine into a normal object, with some statics for getting at the current process's command line. by evan@chromium.org · 16 years ago
  82. f785550 Enabled WebFrameTest, refactored some test shell functions. by estade@chromium.org · 16 years ago
  83. ed61ae4 Make assertions not display message boxes to the end user. This is causing by brettw@google.com · 16 years ago
  84. 1160a8b revert 9391 by estade@chromium.org · 16 years ago
  85. 3777654 Enabled WebFrameTest, refactored some test shell functions. by estade@chromium.org · 16 years ago
  86. 7139eb2 Another attempt at enabling stderr logging for ERROR and FATAL logs. This will break a few layout tests. (I'll add them to the fixable list shortly) by erikkay@google.com · 16 years ago
  87. 168d098 An earlier change I made sent all logging output to stderr. The webkit layout tests use stdout and stderr to diff against a known baseline, so this breaks some tests. For now, move the fprintf into the #else. This still leaves Windows and Mac in a state where they won't be able to pass layout tests, until the layout tests can be changed to initialize logging and set the log level to something less verbose. by erikkay@google.com · 16 years ago
  88. a1ca46c When we're only outputting to a log file, above a certain log level, we should still output to stderr so that we can better detect and diagnose problems with unit tests, especially on the buildbots. by erikkay@google.com · 16 years ago
  89. fa95b46 Move NOTIMPLEMENTED() macro from "base/notimplemented.h" into "base/logging.h". by ericroman@google.com · 16 years ago
  90. f003cfe Use a more compact license header in source files. by license.bot · 16 years ago
  91. 0f8dd7e Back out r1223, we'll just look at the logs on the buildbots for now. It would be nice to send only ERROR warnings to stderr to avoid the noise. by mmentovai@google.com · 16 years ago
  92. 5af7882 Send log output to stderr on Windows when uninitialized by mmentovai@google.com · 16 years ago
  93. f0944f3 Send log messages to stderr when uninitialized on POSIX platforms. by mmentovai@google.com · 16 years ago
  94. 12d40bb Define MessagePumpDefault and use it to implement MessageLoop on non-Windows by darin@google.com · 16 years ago
  95. a65ec9f Move the system string conversion functions from std::string to StringPiece. We often work with char* in the system layer, so this should save extra copying. by deanm@google.com · 16 years ago
  96. e41d3b3 To pass string_util_unittest, we need the ICU data file. To get the ICU data file, we need some of PathService, which brings along with it a bunch of other needed functions. So here are a bunch of stubs, along with another file's worth of passing tests. (Based on a patch from Dean.) by evanm@google.com · 16 years ago
  97. c2b652a Make debug_util cross platform, adding BeingDebugged and BreakDebugger. Linux by deanm@google.com · 16 years ago
  98. 4487dd7 Remove all the C-style string munging, making this easier to port to Linux. by evanm@google.com · 16 years ago
  99. 1af6493 Replace a todo with NOTIMPLEMENTED(). by ericroman@google.com · 16 years ago
  100. ce96727 fix recursion by pinkerton@google.com · 16 years ago