| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove even the logging statement from ~LogMessage. We shouldn't be using LOG... | phajdan.jr@chromium.org | 2009-08-03 | 1 | -7/+6 |
* | Do not abort the process if thread owning the log mutex has crashed. | phajdan.jr@chromium.org | 2009-07-31 | 1 | -1/+6 |
* | Linux: refactor zygote support | agl@chromium.org | 2009-06-12 | 1 | -18/+0 |
* | Revert 18109, 18111: Windows UI tests failed. | agl@chromium.org | 2009-06-10 | 1 | -0/+18 |
* | Linux: refactor zygote support | agl@chromium.org | 2009-06-10 | 1 | -18/+0 |
* | Enable zygote manager by default. | dkegel@google.com | 2009-06-08 | 1 | -1/+5 |
* | Prototype implementation of zygotes. | dkegel@google.com | 2009-06-06 | 1 | -0/+24 |
* | Use thread-safe localtime_r instead of localtime. | thestig@chromium.org | 2009-05-13 | 1 | -4/+4 |
* | Print backtraces on FATAL log messages in debug mode. | ajwong@chromium.org | 2009-04-24 | 1 | -2/+9 |
* | Save and restore the value of GetLastError() when [D]LOG/[D]CHECK etc on Wind... | tommi@google.com | 2009-04-14 | 1 | -0/+9 |
* | First stab at Mac breakpad support. | jeremy@chromium.org | 2009-03-26 | 1 | -2/+0 |
* | Eliminate precarious use of const_cast<wchar*>(wstring.get()) | mark@chromium.org | 2009-03-25 | 1 | -6/+5 |
* | Fix a second error in the build bustage, still about constness. | maruel@chromium.org | 2009-03-03 | 1 | -1/+1 |
* | NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons... | maruel@chromium.org | 2009-03-03 | 1 | -7/+12 |
* | Change the behavior of --enable-dcheck in release | huanr@chromium.org | 2009-02-12 | 1 | -2/+23 |
* | Make CommandLine into a normal object, with some statics for getting at the c... | evan@chromium.org | 2009-01-21 | 1 | -1/+2 |
* | Enabled WebFrameTest, refactored some test shell functions. | estade@chromium.org | 2008-11-06 | 1 | -9/+15 |
* | Make assertions not display message boxes to the end user. This is causing | brettw@google.com | 2008-11-06 | 1 | -3/+7 |
* | revert 9391 | estade@chromium.org | 2008-11-05 | 1 | -7/+34 |
* | Enabled WebFrameTest, refactored some test shell functions. | estade@chromium.org | 2008-11-05 | 1 | -34/+7 |
* | Another attempt at enabling stderr logging for ERROR and FATAL logs. This wi... | erikkay@google.com | 2008-08-26 | 1 | -2/+2 |
* | An earlier change I made sent all logging output to stderr. The webkit layou... | erikkay@google.com | 2008-08-25 | 1 | -2/+11 |
* | When we're only outputting to a log file, above a certain log level, we shoul... | erikkay@google.com | 2008-08-25 | 1 | -2/+10 |
* | Move NOTIMPLEMENTED() macro from "base/notimplemented.h" into "base/logging.h". | ericroman@google.com | 2008-08-25 | 1 | -1/+0 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Back out r1223, we'll just look at the logs on the buildbots for now. It wou... | mmentovai@google.com | 2008-08-22 | 1 | -1/+1 |
* | Send log output to stderr on Windows when uninitialized | mmentovai@google.com | 2008-08-22 | 1 | -1/+1 |
* | Send log messages to stderr when uninitialized on POSIX platforms. | mmentovai@google.com | 2008-08-19 | 1 | -15/+28 |
* | Define MessagePumpDefault and use it to implement MessageLoop on non-Windows | darin@google.com | 2008-08-19 | 1 | -4/+4 |
* | Move the system string conversion functions from std::string to StringPiece. ... | deanm@google.com | 2008-08-19 | 1 | -0/+1 |
* | To pass string_util_unittest, we need the ICU data file. To get the ICU data... | evanm@google.com | 2008-08-15 | 1 | -0/+4 |
* | Make debug_util cross platform, adding BeingDebugged and BreakDebugger. Linux | deanm@google.com | 2008-08-13 | 1 | -17/+7 |
* | Remove all the C-style string munging, making this easier to port to Linux. | evanm@google.com | 2008-08-11 | 1 | -55/+42 |
* | Replace a todo with NOTIMPLEMENTED(). | ericroman@google.com | 2008-08-11 | 1 | -2/+3 |
* | fix recursion | pinkerton@google.com | 2008-08-08 | 1 | -2/+2 |
* | Logging cleanup for mac and linux | pinkerton@google.com | 2008-08-08 | 1 | -15/+164 |
* | This is the addition of the system-dependent string conversions. This is just... | brettw@google.com | 2008-08-07 | 1 | -23/+8 |
* | Revert change 430 because it breaks the build. | nsylvain@google.com | 2008-08-06 | 1 | -166/+25 |
* | Changes for POSIX support. Yay for ifdefs! | pinkerton@google.com | 2008-08-06 | 1 | -25/+166 |
* | Add base to the repository. | initial.commit | 2008-07-26 | 1 | -0/+396 |