summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* posix: refactor duplicated path-handling codeevan@chromium.org2009-11-217-64/+27
* Don't use logging from the OOM killers; it allocates memory.avi@google.com2009-11-211-9/+9
* Remove old files.nsylvain@chromium.org2009-11-207-297/+0
* Use AutoReset (formerly ScopedBool) where possible.pkasting@chromium.org2009-11-205-33/+44
* Forces T*s to scoped_refptr<T> when PostTask()ing to a function expecting sco...jamesr@chromium.org2009-11-201-0/+18
* Don't do work in the SharedIOBuffer constructor; use an Init method instead. ...hawk@chromium.org2009-11-201-4/+2
* linux: fix a warning in the process_util unittestevan@chromium.org2009-11-201-1/+4
* posix: use PLOG to print useful error messagesevan@chromium.org2009-11-201-6/+3
* Add compiler-specific "examine printf format" attributes to printfs.evan@chromium.org2009-11-2010-43/+103
* Set prop app id for chromium/application shortcut.xiyuan@chromium.org2009-11-195-86/+89
* Isolate tests by running AtExit callbacks between them.phajdan.jr@chromium.org2009-11-198-31/+76
* Refactors RenderWidget to extract a PaintAggregator class.darin@chromium.org2009-11-191-0/+1
* file_util: Fix some callers of CreateNewTempDirectory to remove the deprecate...evan@chromium.org2009-11-192-16/+0
* Remove the unused ProcessFilter destructor.evan@chromium.org2009-11-191-1/+0
* No need to run out of memory test under valgrind - they will obviously leak, ...vandebo@chromium.org2009-11-181-0/+4
* Moved bits.h from O3D to Chrome base.apatrick@google.com2009-11-183-0/+97
* For Linux, override malloc and friends so that we can detect and then stop on...vandebo@chromium.org2009-11-182-1/+193
* linux: StackTrace test isn't expected to work in Release builds anymoreevan@chromium.org2009-11-181-0/+7
* Launch processes asynchronously so as not to block the UI thread. For now, re...jam@chromium.org2009-11-181-4/+2
* Fix race conditions where an object's constructor uses PostTask on itself. T...jam@chromium.org2009-11-171-0/+7
* [Mac/Linux] Fix WordIterator::GetWord() for UTF-16 surrogate pairs.shess@chromium.org2009-11-172-0/+63
* Implement web app shortcuts natively per issue 25528xiyuan@chromium.org2009-11-172-0/+28
* TBR: willchanwillchan@chromium.org2009-11-172-10/+20
* Experiment: enable TCMalloc on Linux by default.willchan@chromium.org2009-11-172-20/+10
* reland 31875. Revert was:estade@chromium.org2009-11-164-49/+45
* Linux: fix uninit warnings when building -Os.agl@chromium.org2009-11-161-1/+1
* Add another variant of the PrependInteger UMR stack.erikkay@chromium.org2009-11-161-0/+20
* linux: Remove NOTIMPL cluttering test outputevan@chromium.org2009-11-161-1/+0
* Revert 31875 to see whether it fixes reliability bot.huanr@chromium.org2009-11-164-45/+49
* More safe browsing cleanup work:pkasting@chromium.org2009-11-142-0/+25
* Log warnings, not errors, if we can't fetch memory status forsgk@google.com2009-11-132-6/+9
* Avoid leaking hash_object_ in SignatureCreator on Windows.dkegel@google.com2009-11-131-1/+0
* Split *AndAdjustOffset() functions into their own header, to restore utf_stri...pkasting@chromium.org2009-11-1310-294/+505
* Use renderer spellchecker for windows.estade@chromium.org2009-11-134-49/+45
* Print allocation callstacks to LOG(ERROR) rather than std err, since otherwis...eroman@chromium.org2009-11-121-1/+1
* Ensure OOM is a killer on the Mac.avi@chromium.org2009-11-123-0/+101
* [GTTF] Make WatchdogTest.DisarmTest faster by about 2sphajdan.jr@chromium.org2009-11-121-1/+1
* Revert 31765 - Experiment: enable TCMalloc on Linux by default.willchan@chromium.org2009-11-122-10/+20
* Experiment: enable TCMalloc on Linux by default.willchan@chromium.org2009-11-122-20/+10
* linux: implement some SysInfo bits to reduce NOTIMPL spewevan@chromium.org2009-11-122-7/+29
* posix: move mac-specific code into mac-specific fileevan@chromium.org2009-11-122-63/+71
* Implement the memory leak annotations for heap leak checker.willchan@chromium.org2009-11-113-1/+51
* linux: TCMalloc-based C++ heap profiler.willchan@chromium.org2009-11-111-3/+0
* For the immediate milestone, exclude History and Thumbnails from being backed...mrossetti@chromium.org2009-11-113-0/+45
* [Mac] ScopedSendingEvent finds NSApp by itself.shess@chromium.org2009-11-102-4/+5
* Clean up recent string conversion function changes, part 1: Remove unnecessar...pkasting@chromium.org2009-11-106-256/+39
* [GTTF] Make DirectoryWatcher tests faster by about 15 seconds.phajdan.jr@chromium.org2009-11-091-4/+10
* Expand the purify suppressions for PrivateKeyInfoCodec.willchan@chromium.org2009-11-091-6/+2
* More memory stats code cleanup:sgk@chromium.org2009-11-094-0/+111
* Fix NSString conversions to treat a null NSString as a string of length 0, in...mirandac@chromium.org2009-11-084-1/+28