summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
...
* Tries to catch callbacks expecting scoped_refptr<T> and getting T* using temp...jamesr@chromium.org2009-12-023-1/+182
* Flush logging output.derat@chromium.org2009-12-021-11/+18
* Remove emtpy lists and empty dictionaries from Preferences andtony@chromium.org2009-12-023-42/+181
* Remove the deprecated version of ContentsEqual.thakis@chromium.org2009-12-013-9/+3
* Remove the unnecessary workaround for NSS bug 455424, now that we requirewtc@chromium.org2009-12-013-13/+0
* Point #include lines to files in the new tcmalloc/chromium local branch.sgk@chromium.org2009-12-011-1/+1
* List all of the tcmalloc src/ files so that IDE users can view everything,sgk@chromium.org2009-12-011-35/+146
* Linux: add next-protocol-negotiation to libssl.agl@chromium.org2009-11-301-0/+4
* Fix a memory leak when calling the one-arg form of ListValue::Remove().pkasting@chromium.org2009-11-303-2/+13
* Fix race in directory creation on Windows. Thejoi@chromium.org2009-11-272-3/+55
* Make SystemMonitor not a Singleton and move it out of basephajdan.jr@chromium.org2009-11-269-461/+19
* Convert the existing .gyp configuration to use the new base\allocatorsgk@chromium.org2009-11-262-2/+13
* For now, let's clear local storage whenever we clear cookies.jorlow@chromium.org2009-11-263-0/+16
* Implement SyncSocket class for Posix targets (Linux, Mac), and enable thesehr@google.com2009-11-262-0/+102
* Refactor OS-dependent filename exclusion patternsevan@chromium.org2009-11-261-34/+1
* file_util: Remove deprecated function SetCurrentDirectory.thestig@chromium.org2009-11-252-5/+0
* Properly detect KDE4 on newer systems (e.g. [K]Ubuntu 9.04).mdm@chromium.org2009-11-251-1/+6
* Make the eviction function faster by reading/writing 1MB blocksnsylvain@chromium.org2009-11-251-26/+25
* Try to fix spurious gcc warning.pkasting@chromium.org2009-11-251-2/+2
* Many changes to DictionaryValues:pkasting@chromium.org2009-11-257-122/+269
* Merge r33049 (symbolize_linux.cc) to new allocator structure.sgk@chromium.org2009-11-251-1/+3
* Integrate the base logging with Event Tracing for Windows. This allows ETW to...siggi@chromium.org2009-11-2513-0/+1610
* Ignore UTF-8's BOM when parsing userscript's metadata.hayato@chromium.org2009-11-252-0/+4
* Branch new tcmalloc_linux.cc into new chromium\src branch. Update newsgk@chromium.org2009-11-251-0/+4
* Branch the files in the shim layer that switches between thesgk@chromium.org2009-11-258-0/+1340
* Enable TCMalloc on Linux by default.willchan@chromium.org2009-11-254-31/+26
* linux: fix a warning in the process_util unittestvandebo@chromium.org2009-11-241-4/+5
* Make calloc return NULL while initializing.vandebo@chromium.org2009-11-241-18/+37
* This adds the first version of SyncSocket to base, along with a trivial unitt...sehr@google.com2009-11-243-0/+212
* Move base64 from 'net/base' into 'base'.hayato@chromium.org2009-11-245-0/+99
* posix: split OS-specific bits out of sys_info_posixevan@chromium.org2009-11-235-50/+104
* Fix environment variables not being used after switching to ChildProcessLaunc...jam@chromium.org2009-11-232-7/+8
* Notify race detectors (e.g. ThreadSanitizer) about the thread namestimurrrr@chromium.org2009-11-231-0/+2
* 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