summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Add a sequenced worker pool.brettw@chromium.org2012-01-015-0/+1244
* base::Bind: Remove NewRunnableFunction.jhawkins@chromium.org2012-01-016-187/+86
* Change code in base (primarily unit tests) to use Sleep(TimeDelta).tedvessenes@gmail.com2011-12-3123-75/+86
* Update Sleep() calls in metrics tests to use TimeDelta instead of int.tedvessenes@gmail.com2011-12-311-20/+20
* Convert various ReleaseSoon methods to use base::Bind()dcheng@chromium.org2011-12-306-42/+76
* Replace MessageLoop::DeleteSoon implementation with one that uses base::Bind.dcheng@chromium.org2011-12-305-3/+104
* Add function support for Sleep with TimeDelta input.tedvessenes@gmail.com2011-12-306-9/+76
* Revert 115997 - Replace MessageLoop::DeleteSoon implementation with one that ...dcheng@chromium.org2011-12-295-104/+3
* GetPlatformFileInfo was always never returning directorycpu@chromium.org2011-12-292-2/+20
* Replace MessageLoop::DeleteSoon implementation with one that uses base::Bind.dcheng@chromium.org2011-12-295-3/+104
* Move net/base/sys_byteorder.h to base/sys_byteorder.hisherman@chromium.org2011-12-282-0/+76
* CheckForNicePermission: Make sure can_reraise_priority is set in ctortbreisacher@chromium.org2011-12-221-3/+3
* Coverity fix NEGATIVE_RETURNS.scr@chromium.org2011-12-221-1/+4
* Provide windows notification of thread terminationjar@chromium.org2011-12-222-0/+116
* Extract common code from StringPiece and StringPiece16 into a templated base ...erikwright@chromium.org2011-12-226-524/+549
* Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, sc...ajwong@chromium.org2011-12-229-163/+640
* Fixed CID 102675, uninitialized member varsgroby@chromium.org2011-12-223-4/+5
* Add JSONValueConverter.mukai@chromium.org2011-12-225-0/+489
* Revert 115441 - Redo r113722 - Add Pass(), which implements move semantics, t...jeremya@chromium.org2011-12-219-640/+163
* Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, sc...ajwong@chromium.org2011-12-219-163/+640
* Add missing EOF.brettw@chromium.org2011-12-211-1/+1
* base::Bind: Remove includes of base.bind in header files.jhawkins@chromium.org2011-12-211-1/+1
* Revert additions to base/OWNERS checked in without code review.brettw@chromium.org2011-12-211-3/+1
* Turn on WPO for the allocator library in official builds.siggi@chromium.org2011-12-211-1/+6
* Revert 115350 - causes MRUCacheTest.KeyReplacement to crashdmazzoni@chromium.org2011-12-211-4/+3
* Simplify thread name setting on Linuxrbyers@chromium.org2011-12-211-25/+7
* Coverity fixlet: fix PASS_BY_VALUEscr@chromium.org2011-12-211-3/+4
* Compile fix for gcc 4.6, unused variables.joi@chromium.org2011-12-211-3/+1
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-201-0/+2
* Make sure all the pointers in ProfilerFuncs are NULL if they don't get initia...tbreisacher@chromium.org2011-12-201-1/+7
* Crank optimization level for base libs to WPO in official builds. Depends on ...siggi@chromium.org2011-12-202-2/+9
* Remove the nested #ifdef ADDRESS_SANITIZERglider@chromium.org2011-12-201-15/+10
* Aura needs event translation for Macdhollowa@chromium.org2011-12-201-0/+8
* Retry 114494 - Remove BindStateHolder and have Bind() return a Callback<> obj...ajwong@chromium.org2011-12-2013-265/+306
* Fix file leaks in a ETW test and a ScopedTempDir test.thestig@chromium.org2011-12-192-4/+11
* Standardize StringToInt{,64} interface.tedvessenes@gmail.com2011-12-196-244/+59
* Do not run OutOfMemoryDeathTest.* under AddressSanitizer.glider@chromium.org2011-12-191-0/+7
* Revert 114672 - Revert 114229 - Revert 113748 - Provide windows notifictaion ...jar@chromium.org2011-12-192-126/+0
* Revert 114944 - Standardize StringToInt{,64} interface.battre@chromium.org2011-12-185-52/+238
* Standardize StringToInt{,64} interface.tedvessenes@gmail.com2011-12-185-238/+52
* Revert 114929 - Standardize StringToInt{,64} interface.rsleevi@chromium.org2011-12-175-52/+238
* Standardize StringToInt{,64} interface.tedvessenes@gmail.com2011-12-175-238/+52
* Fix Android-specific typo in trace_event.cc. I can haz droid bots soon plz?nduca@chromium.org2011-12-161-1/+1
* Fix official build breakage introduced by 112649akalin@chromium.org2011-12-161-0/+5
* Fix timegm behavior for android.nileshagrawal@chromium.org2011-12-162-7/+18
* Push a marker into Android's kernel trace system to allow clock sync in about...nduca@chromium.org2011-12-162-3/+47
* Add event counters with IDspiman@chromium.org2011-12-163-5/+81
* Revert 114680 - Remove FRIEND_TEST declarations to improve optimizationsjar@chromium.org2011-12-151-13/+2
* Enable setting thread names on Linuxrbyers@chromium.org2011-12-151-5/+8
* Remove FRIEND_TEST declarations to improve optimizationsjar@chromium.org2011-12-151-2/+13