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