summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Make POSIX SIGTERM/SIGINT/SIGHUP handler async signal safe.willchan@chromium.org2009-12-082-0/+48
* Add StringPrintV, fix libxml_utils.cc to use itpiman@chromium.org2009-12-082-0/+9
* Make base::GetProcId() thread-safe on windows and drop w2k supportjamesr@chromium.org2009-12-071-68/+2
* [Mac] Implement font and encoding settings in Under the Hood preferencesrsesek@chromium.org2009-12-071-0/+1
* Coalesce damage rects that share an edge.darin@chromium.org2009-12-073-0/+45
* Add an implementation of base::SyncSocket::Peek for posix platforms. Alsosehr@google.com2009-12-061-3/+7
* Use factory to create histograms, and refcounts to track lifetimesjar@chromium.org2009-12-065-232/+485
* Add non-blocking peek for the syncsocketcpu@chromium.org2009-12-043-0/+18
* Split base.gyp and add base_nacl_win64 targetgregoryd@google.com2009-12-043-536/+613
* Avoid including gtk & glib headers in message_pump_glib.h, saves 1 sec on do-...mattm@chromium.org2009-12-042-10/+18
* Add support for 64-bit Windows build: base and chrome/appgregoryd@google.com2009-12-041-1/+3
* Fixes to the string MatchPattern functions:tony@chromium.org2009-12-033-26/+32
* Fix DCHECK that thinks fd = 0 is invalid.thestig@chromium.org2009-12-031-1/+1
* Rename AtomicFlag to CancelFlag, change its semantics a bittimurrrr@chromium.org2009-12-037-147/+141
* Make no-tcmalloc (really, non-base/allocator) builds work again,dank@chromium.org2009-12-031-4/+4
* Add support for 64-bit Windows buildgregoryd@google.com2009-12-032-4/+4
* Mac: Rename DIR_CACHE to DIR_USER_CACHE, which is already used on Linux.thestig@chromium.org2009-12-033-4/+4
* Reduce number of iterations on TimeTicks.Deltas testmbelshe@google.com2009-12-031-1/+1
* Annotate a test-only data race on booleantimurrrr@chromium.org2009-12-021-0/+3
* Move some XDG code from chrome to base, make DIR_USER_CACHE generic rather th...thestig@chromium.org2009-12-029-3/+346
* 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