1. dccfb475 Mac: Don't show dialogs for debug messages. by [email protected] · 15 years ago
  2. 9c7132e [Logging] Remove unneeded CheckOpString struct for CHECKs by [email protected] · 15 years ago
  3. 7c10f755 Made logging not look up --enable-dcheck from command line by [email protected] · 15 years ago
  4. eae9c06 Order function definitions in base/ according to the header. by [email protected] · 15 years ago
  5. 941635a Revert 70920 - Made logging not look up --enable-dcheck from command line by [email protected] · 15 years ago
  6. 3ab155c Made logging not look up --enable-dcheck from command line by [email protected] · 15 years ago
  7. bf97033 Revert 70782 - Made logging not look up --enable-dcheck from command line by [email protected] · 15 years ago
  8. 8ffd052 Made logging not look up --enable-dcheck from command line by [email protected] · 15 years ago
  9. bc581a68 Move base/lock and base/condition_variable to base/synchronization/ by [email protected] · 15 years ago
  10. 802865bb Print out filename on logs instead of the entire path by [email protected] · 15 years ago
  11. 561513f linux: remove the xmessage-based error dialog by [email protected] · 15 years ago
  12. 53c7ce4 Add Debug Message Dialog Support for Mac OS by [email protected] · 15 years ago
  13. a9f3a77 Avoid recursive DisplayDebugMessageInDialog call when an assert is hit on the IO thread by [email protected] · 15 years ago
  14. 909116f Fixed logging so that vmodule works correctly again by [email protected] · 15 years ago
  15. 19ea84ca Bring up IPC in NaCl. by [email protected] · 15 years ago
  16. 162ac0f Integrate ETW with VLOG logging. by [email protected] · 15 years ago
  17. 64e5cc0 Fix the testing::LogDisabler for the change r64883. See http://codereview.chromium.org/4262001/show by [email protected] · 15 years ago
  18. deba0ff Fixed bug where CHECKs don't fire if min_log_level > FATAL by [email protected] · 15 years ago
  19. 41703f7 Fixed bug where the entire file path was being printed for logs on non-Windows by [email protected] · 15 years ago
  20. c7d5da99 This fixes the logging for ChromeOS so that it uses symlinks by [email protected] · 15 years ago
  21. 5858035 Move debug-related stuff from base to the base/debug directory and use the by [email protected] · 15 years ago
  22. 6ac3df5 Two minor changes to the use of FormatMessageA in Win32ErrorLogMessage: by [email protected] · 15 years ago
  23. 521b0c4 Made logging macros evaluate its stream arguments lazily. by [email protected] · 15 years ago
  24. 5f95d53 Solved a problem where a string was supposed to be passed as a reference but was instead passed by value. by [email protected] · 15 years ago
  25. d926c20 Revert 61142 - Made logging macros evaluate its stream arguments lazily. by [email protected] · 15 years ago
  26. 2c3229e Made logging macros evaluate its stream arguments lazily. by [email protected] · 15 years ago
  27. 8b78210 Revert 61127 - Made logging macros evaluate its stream arguments lazily. by [email protected] · 15 years ago
  28. f223553 Made logging macros evaluate its stream arguments lazily. by [email protected] · 15 years ago
  29. 6d445d3 Mark the most common uses of MakeCheckOpString as extern templates on gcc platforms. by [email protected] · 15 years ago
  30. f48465c Removed support for log prefix filters. by [email protected] · 15 years ago
  31. 99b7c57f Implemented VLOG() et al. by [email protected] · 15 years ago
  32. 469006c Include log output in buildbot logs on Windows just as by [email protected] · 15 years ago
  33. 5b84fe3 Lock log files when reiniting them. by [email protected] · 15 years ago
  34. cba2196 Revert 58074 - Lock all access to logging data, in case it's reinitialized by [email protected] · 15 years ago
  35. b3c572a Lock all access to logging data, in case it's reinitialized by [email protected] · 15 years ago
  36. ff3d0c3 base: Disallow mixing NDEBUG settings in logging.{h,cc}. by [email protected] · 15 years ago
  37. f163393 Header cleanup in base. by [email protected] · 15 years ago
  38. 81e0a85 Stop eternal loop in DisplayDebugMessageInDialog by [email protected] · 15 years ago
  39. 166326c6 Including pthread.h, compile fix for Android. by [email protected] · 15 years ago
  40. 846ed9c3 GTTF: Ensure that when we're testing the logging system will not display dialogs. by [email protected] · 15 years ago
  41. d1ccc35a print stack trace to stderr as well as to dialog. by [email protected] · 15 years ago
  42. deab993 Remove an unused logging function. by [email protected] · 15 years ago
  43. d81baca4 linux: use xmessage for the dialog used in LOG(FATAL) by [email protected] · 15 years ago
  44. 93bcd3e Revert "linux: use xmessage for the dialog used in LOG(FATAL)" by [email protected] · 15 years ago
  45. ac153cc2 linux: use xmessage for the dialog used in LOG(FATAL) by [email protected] · 15 years ago
  46. e43eddf1 Changes to base/ from a combination of FreeBSD and OpenBSD patches. by [email protected] · 16 years ago
  47. e36ddc8 Make POSIX SIGTERM/SIGINT/SIGHUP handler async signal safe. by [email protected] · 16 years ago
  48. 1ce4105 Flush logging output. by [email protected] · 16 years ago
  49. 2b07b841 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 [email protected] · 16 years ago
  50. d8617a6 Add logging macros that automatically append the last system error in string form. by [email protected] · 16 years ago
  51. 047a03f Copy the relevant parts of ICU to a new file base/third_party/icu/icu_utf.* by [email protected] · 16 years ago
  52. acfb6ade Reverting 28166. Review URL: http://codereview.chromium.org/242167 by [email protected] · 16 years ago
  53. 4b4afc9a Add logging macros that automatically append the last system error in string form. by [email protected] · 16 years ago
  54. c0e2715 Remove even the logging statement from ~LogMessage. We shouldn't be using LOG macros there. by [email protected] · 16 years ago
  55. fc3b678 Do not abort the process if thread owning the log mutex has crashed. by [email protected] · 16 years ago
  56. cc8f146 Linux: refactor zygote support by [email protected] · 16 years ago
  57. ac57749 Revert 18109, 18111: Windows UI tests failed. by [email protected] · 16 years ago
  58. 361e25c Linux: refactor zygote support by [email protected] · 16 years ago
  59. 78c6dd6 Enable zygote manager by default. by [email protected] · 16 years ago
  60. 4883a4e Prototype implementation of zygotes. by [email protected] · 16 years ago
  61. defcd8f3 Use thread-safe localtime_r instead of localtime. by [email protected] · 16 years ago
  62. 96fd003 Print backtraces on FATAL log messages in debug mode. by [email protected] · 16 years ago
  63. 3f85caa Save and restore the value of GetLastError() when [D]LOG/[D]CHECK etc on Windows. by [email protected] · 16 years ago
  64. ad5f544 First stab at Mac breakpad support. by [email protected] · 16 years ago
  65. 3ca4214c1 Eliminate precarious use of const_cast<wchar*>(wstring.get()) by [email protected] · 16 years ago
  66. 5982f1f3 Fix a second error in the build bustage, still about constness. by [email protected] · 16 years ago
  67. 52a261f NO CODE CHANGE (except one global std::wstring changed to const wchar_t* const per style compliance). by [email protected] · 16 years ago
  68. fb62a53 Change the behavior of --enable-dcheck in release by [email protected] · 17 years ago
  69. bb97536 Make CommandLine into a normal object, with some statics for getting at the current process's command line. by [email protected] · 17 years ago
  70. 052f1b5 Enabled WebFrameTest, refactored some test shell functions. by [email protected] · 17 years ago
  71. 4d590127 Make assertions not display message boxes to the end user. This is causing by [email protected] · 17 years ago
  72. f858847 revert 9391 by [email protected] · 17 years ago
  73. 9fe90b76 Enabled WebFrameTest, refactored some test shell functions. by [email protected] · 17 years ago
  74. 107bc0f1 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 [email protected] · 17 years ago
  75. 31ae035 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 [email protected] · 17 years ago
  76. a33c989 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 [email protected] · 17 years ago
  77. 0dfc81b Move NOTIMPLEMENTED() macro from "base/notimplemented.h" into "base/logging.h". by [email protected] · 17 years ago
  78. bf09a50 Use a more compact license header in source files. by license.bot · 17 years ago
  79. fe61352 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 [email protected] · 17 years ago
  80. 781ff156 Send log output to stderr on Windows when uninitialized by [email protected] · 17 years ago
  81. 1d8c270 Send log messages to stderr when uninitialized on POSIX platforms. by [email protected] · 17 years ago
  82. b16ef31 Define MessagePumpDefault and use it to implement MessageLoop on non-Windows by [email protected] · 17 years ago
  83. 4bdaceb4 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 [email protected] · 17 years ago
  84. 4c0040c 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 [email protected] · 17 years ago
  85. 1ffe08c1 Make debug_util cross platform, adding BeingDebugged and BreakDebugger. Linux by [email protected] · 17 years ago
  86. 614e9fa Remove all the C-style string munging, making this easier to port to Linux. by [email protected] · 17 years ago
  87. 4b92c426 Replace a todo with NOTIMPLEMENTED(). by [email protected] · 17 years ago
  88. 53f137aa fix recursion by [email protected] · 17 years ago
  89. f6abeba Logging cleanup for mac and linux by [email protected] · 17 years ago
  90. 15af80e This is the addition of the system-dependent string conversions. This is just the new code and changing logging to use it. I will change other things to use this and delete the code in string_util in a subsequent pass. by [email protected] · 17 years ago
  91. dd88bf2 Revert change 430 because it breaks the build. by [email protected] · 17 years ago
  92. ba097f0 Changes for POSIX support. Yay for ifdefs! by [email protected] · 17 years ago
  93. d7cae12 Add base to the repository. by initial.commit · 17 years ago