| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable TCMalloc on Linux by default. | willchan@chromium.org | 2009-11-25 | 4 | -31/+26 |
* | linux: fix a warning in the process_util unittest | vandebo@chromium.org | 2009-11-24 | 1 | -4/+5 |
* | Make calloc return NULL while initializing. | vandebo@chromium.org | 2009-11-24 | 1 | -18/+37 |
* | This adds the first version of SyncSocket to base, along with a trivial unitt... | sehr@google.com | 2009-11-24 | 3 | -0/+212 |
* | Move base64 from 'net/base' into 'base'. | hayato@chromium.org | 2009-11-24 | 5 | -0/+99 |
* | posix: split OS-specific bits out of sys_info_posix | evan@chromium.org | 2009-11-23 | 5 | -50/+104 |
* | Fix environment variables not being used after switching to ChildProcessLaunc... | jam@chromium.org | 2009-11-23 | 2 | -7/+8 |
* | Notify race detectors (e.g. ThreadSanitizer) about the thread names | timurrrr@chromium.org | 2009-11-23 | 1 | -0/+2 |
* | posix: refactor duplicated path-handling code | evan@chromium.org | 2009-11-21 | 7 | -64/+27 |
* | Don't use logging from the OOM killers; it allocates memory. | avi@google.com | 2009-11-21 | 1 | -9/+9 |
* | Remove old files. | nsylvain@chromium.org | 2009-11-20 | 7 | -297/+0 |
* | Use AutoReset (formerly ScopedBool) where possible. | pkasting@chromium.org | 2009-11-20 | 5 | -33/+44 |
* | Forces T*s to scoped_refptr<T> when PostTask()ing to a function expecting sco... | jamesr@chromium.org | 2009-11-20 | 1 | -0/+18 |
* | Don't do work in the SharedIOBuffer constructor; use an Init method instead. ... | hawk@chromium.org | 2009-11-20 | 1 | -4/+2 |
* | linux: fix a warning in the process_util unittest | evan@chromium.org | 2009-11-20 | 1 | -1/+4 |
* | posix: use PLOG to print useful error messages | evan@chromium.org | 2009-11-20 | 1 | -6/+3 |
* | Add compiler-specific "examine printf format" attributes to printfs. | evan@chromium.org | 2009-11-20 | 10 | -43/+103 |
* | Set prop app id for chromium/application shortcut. | xiyuan@chromium.org | 2009-11-19 | 5 | -86/+89 |
* | Isolate tests by running AtExit callbacks between them. | phajdan.jr@chromium.org | 2009-11-19 | 8 | -31/+76 |
* | Refactors RenderWidget to extract a PaintAggregator class. | darin@chromium.org | 2009-11-19 | 1 | -0/+1 |
* | file_util: Fix some callers of CreateNewTempDirectory to remove the deprecate... | evan@chromium.org | 2009-11-19 | 2 | -16/+0 |
* | Remove the unused ProcessFilter destructor. | evan@chromium.org | 2009-11-19 | 1 | -1/+0 |
* | No need to run out of memory test under valgrind - they will obviously leak, ... | vandebo@chromium.org | 2009-11-18 | 1 | -0/+4 |
* | Moved bits.h from O3D to Chrome base. | apatrick@google.com | 2009-11-18 | 3 | -0/+97 |
* | For Linux, override malloc and friends so that we can detect and then stop on... | vandebo@chromium.org | 2009-11-18 | 2 | -1/+193 |
* | linux: StackTrace test isn't expected to work in Release builds anymore | evan@chromium.org | 2009-11-18 | 1 | -0/+7 |
* | Launch processes asynchronously so as not to block the UI thread. For now, re... | jam@chromium.org | 2009-11-18 | 1 | -4/+2 |
* | Fix race conditions where an object's constructor uses PostTask on itself. T... | jam@chromium.org | 2009-11-17 | 1 | -0/+7 |
* | [Mac/Linux] Fix WordIterator::GetWord() for UTF-16 surrogate pairs. | shess@chromium.org | 2009-11-17 | 2 | -0/+63 |
* | Implement web app shortcuts natively per issue 25528 | xiyuan@chromium.org | 2009-11-17 | 2 | -0/+28 |
* | TBR: willchan | willchan@chromium.org | 2009-11-17 | 2 | -10/+20 |
* | Experiment: enable TCMalloc on Linux by default. | willchan@chromium.org | 2009-11-17 | 2 | -20/+10 |
* | reland 31875. Revert was: | estade@chromium.org | 2009-11-16 | 4 | -49/+45 |
* | Linux: fix uninit warnings when building -Os. | agl@chromium.org | 2009-11-16 | 1 | -1/+1 |
* | Add another variant of the PrependInteger UMR stack. | erikkay@chromium.org | 2009-11-16 | 1 | -0/+20 |
* | linux: Remove NOTIMPL cluttering test output | evan@chromium.org | 2009-11-16 | 1 | -1/+0 |
* | Revert 31875 to see whether it fixes reliability bot. | huanr@chromium.org | 2009-11-16 | 4 | -45/+49 |
* | More safe browsing cleanup work: | pkasting@chromium.org | 2009-11-14 | 2 | -0/+25 |
* | Log warnings, not errors, if we can't fetch memory status for | sgk@google.com | 2009-11-13 | 2 | -6/+9 |
* | Avoid leaking hash_object_ in SignatureCreator on Windows. | dkegel@google.com | 2009-11-13 | 1 | -1/+0 |
* | Split *AndAdjustOffset() functions into their own header, to restore utf_stri... | pkasting@chromium.org | 2009-11-13 | 10 | -294/+505 |
* | Use renderer spellchecker for windows. | estade@chromium.org | 2009-11-13 | 4 | -49/+45 |
* | Print allocation callstacks to LOG(ERROR) rather than std err, since otherwis... | eroman@chromium.org | 2009-11-12 | 1 | -1/+1 |
* | Ensure OOM is a killer on the Mac. | avi@chromium.org | 2009-11-12 | 3 | -0/+101 |
* | [GTTF] Make WatchdogTest.DisarmTest faster by about 2s | phajdan.jr@chromium.org | 2009-11-12 | 1 | -1/+1 |
* | Revert 31765 - Experiment: enable TCMalloc on Linux by default. | willchan@chromium.org | 2009-11-12 | 2 | -10/+20 |
* | Experiment: enable TCMalloc on Linux by default. | willchan@chromium.org | 2009-11-12 | 2 | -20/+10 |
* | linux: implement some SysInfo bits to reduce NOTIMPL spew | evan@chromium.org | 2009-11-12 | 2 | -7/+29 |
* | posix: move mac-specific code into mac-specific file | evan@chromium.org | 2009-11-12 | 2 | -63/+71 |
* | Implement the memory leak annotations for heap leak checker. | willchan@chromium.org | 2009-11-11 | 3 | -1/+51 |