| Commit message (Expand) | Author | Age | Files | Lines |
* | base: Disallow mixing NDEBUG settings in logging.{h,cc}. | derat@chromium.org | 2010-08-23 | 1 | -8/+31 |
* | Stop eternal loop in DisplayDebugMessageInDialog | cmasone@google.com | 2010-08-17 | 1 | -0/+5 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Change LOG(DFATAL) to avoid dialog in production build | jar@chromium.org | 2010-06-24 | 1 | -3/+3 |
* | Revert 49982 - patch | thakis@chromium.org | 2010-06-16 | 1 | -12/+11 |
* | patch | thakis@chromium.org | 2010-06-16 | 1 | -11/+12 |
* | Remove an unused logging function. | thestig@chromium.org | 2010-03-11 | 1 | -7/+0 |
* | Reland r40289: "Add support for CHECK_* macros."" | willchan@chromium.org | 2010-03-02 | 1 | -40/+75 |
* | Revert r40289: "Add support for CHECK_* macros." | willchan@chromium.org | 2010-03-01 | 1 | -60/+26 |
* | Add support for CHECK_* macros. | willchan@chromium.org | 2010-03-01 | 1 | -26/+60 |
* | Changes to base/ from a combination of FreeBSD and OpenBSD patches. | evan@chromium.org | 2009-12-29 | 1 | -1/+1 |
* | Make POSIX SIGTERM/SIGINT/SIGHUP handler async signal safe. | willchan@chromium.org | 2009-12-08 | 1 | -0/+11 |
* | Integrate the base logging with Event Tracing for Windows. This allows ETW to... | siggi@chromium.org | 2009-11-25 | 1 | -0/+7 |
* | Add logging macros that automatically append the last system error in string ... | tschmelcher@chromium.org | 2009-10-09 | 1 | -8/+170 |
* | Reverting 28166. | ojan@chromium.org | 2009-10-06 | 1 | -142/+8 |
* | Add logging macros that automatically append the last system error in string ... | tschmelcher@google.com | 2009-10-06 | 1 | -8/+142 |
* | Omit DLOGs and DCHECKs from release-mode Google Chrome-branded builds on | mark@chromium.org | 2009-08-20 | 1 | -5/+15 |
* | Reverting 20497. | thomasvl@chromium.org | 2009-07-16 | 1 | -5/+1 |
* | OFFICIAL_BUILD is only set in windows builds, so add some complexity to get t... | thomasvl@chromium.org | 2009-07-13 | 1 | -1/+5 |
* | Prototype implementation of zygotes. | dkegel@google.com | 2009-06-06 | 1 | -0/+7 |
* | Save and restore the value of GetLastError() when [D]LOG/[D]CHECK etc on Wind... | tommi@google.com | 2009-04-14 | 1 | -0/+19 |
* | Fix a minor spelling typo. | ericroman@google.com | 2009-04-10 | 1 | -1/+1 |
* | Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ... | thestig@chromium.org | 2009-03-13 | 1 | -1/+0 |
* | NO CODE CHANGE. | maruel@google.com | 2009-03-05 | 1 | -1/+3 |
* | Change the behavior of --enable-dcheck in release | huanr@chromium.org | 2009-02-12 | 1 | -13/+33 |
* | Make sure variables are referenced in CHECK macros, even for official builds. | deanm@chromium.org | 2009-01-26 | 1 | -11/+13 |
* | Remove DCHECKS from official builds. | rvargas@google.com | 2008-12-11 | 1 | -2/+60 |
* | Fix an inaccurate comment. | evanm@google.com | 2008-11-18 | 1 | -1/+2 |
* | Switch to using the message loop rather than gtk_main(). | agl@chromium.org | 2008-10-30 | 1 | -2/+10 |
* | Move NOTIMPLEMENTED() macro from "base/notimplemented.h" into "base/logging.h". | ericroman@google.com | 2008-08-25 | 1 | -0/+34 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Add defines for the size of wchar_t to build_config.h. Use this in places whe... | brettw@google.com | 2008-08-07 | 1 | -8/+9 |
* | Revert change 430 because it breaks the build. | nsylvain@google.com | 2008-08-06 | 1 | -2/+2 |
* | Changes for POSIX support. Yay for ifdefs! | pinkerton@google.com | 2008-08-06 | 1 | -2/+2 |
* | Fix most issues when building base as a x64 target. | maruel@google.com | 2008-07-30 | 1 | -1/+2 |
* | Add base to the repository. | initial.commit | 2008-07-26 | 1 | -0/+523 |