Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch base to using CHECK_*. | willchan@chromium.org | 2010-03-02 | 1 | -1/+1 |
* | Print allocation callstacks to LOG(ERROR) rather than std err, since otherwis... | eroman@chromium.org | 2009-11-12 | 1 | -1/+1 |
* | Disable the leak tracking of URLRequests. | eroman@chromium.org | 2009-09-30 | 1 | -10/+2 |
* | Enable LeakTracker on release builds. | eroman@chromium.org | 2009-09-22 | 1 | -2/+10 |
* | Copy the leak callstacks onto the stack before crashing in LeakTracker::Check... | eroman@chromium.org | 2009-09-21 | 1 | -3/+23 |
* | Make LeakTracker be enabled using ENABLE_LEAK_TRACKER, rather than NDEBUG. | eroman@chromium.org | 2009-09-16 | 1 | -8/+13 |
* | Add checks to DEBUG mode that no instance of URLRequest or URLFetcher survive... | ericroman@google.com | 2009-08-11 | 1 | -0/+106 |