| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a sequenced worker pool. | brettw@chromium.org | 2012-01-01 | 5 | -0/+1244 |
* | base::Bind: Remove NewRunnableFunction. | jhawkins@chromium.org | 2012-01-01 | 6 | -187/+86 |
* | Change code in base (primarily unit tests) to use Sleep(TimeDelta). | tedvessenes@gmail.com | 2011-12-31 | 23 | -75/+86 |
* | Update Sleep() calls in metrics tests to use TimeDelta instead of int. | tedvessenes@gmail.com | 2011-12-31 | 1 | -20/+20 |
* | Convert various ReleaseSoon methods to use base::Bind() | dcheng@chromium.org | 2011-12-30 | 6 | -42/+76 |
* | Replace MessageLoop::DeleteSoon implementation with one that uses base::Bind. | dcheng@chromium.org | 2011-12-30 | 5 | -3/+104 |
* | Add function support for Sleep with TimeDelta input. | tedvessenes@gmail.com | 2011-12-30 | 6 | -9/+76 |
* | Revert 115997 - Replace MessageLoop::DeleteSoon implementation with one that ... | dcheng@chromium.org | 2011-12-29 | 5 | -104/+3 |
* | GetPlatformFileInfo was always never returning directory | cpu@chromium.org | 2011-12-29 | 2 | -2/+20 |
* | Replace MessageLoop::DeleteSoon implementation with one that uses base::Bind. | dcheng@chromium.org | 2011-12-29 | 5 | -3/+104 |
* | Move net/base/sys_byteorder.h to base/sys_byteorder.h | isherman@chromium.org | 2011-12-28 | 2 | -0/+76 |
* | CheckForNicePermission: Make sure can_reraise_priority is set in ctor | tbreisacher@chromium.org | 2011-12-22 | 1 | -3/+3 |
* | Coverity fix NEGATIVE_RETURNS. | scr@chromium.org | 2011-12-22 | 1 | -1/+4 |
* | Provide windows notification of thread termination | jar@chromium.org | 2011-12-22 | 2 | -0/+116 |
* | Extract common code from StringPiece and StringPiece16 into a templated base ... | erikwright@chromium.org | 2011-12-22 | 6 | -524/+549 |
* | Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, sc... | ajwong@chromium.org | 2011-12-22 | 9 | -163/+640 |
* | Fixed CID 102675, uninitialized member vars | groby@chromium.org | 2011-12-22 | 3 | -4/+5 |
* | Add JSONValueConverter. | mukai@chromium.org | 2011-12-22 | 5 | -0/+489 |
* | Revert 115441 - Redo r113722 - Add Pass(), which implements move semantics, t... | jeremya@chromium.org | 2011-12-21 | 9 | -640/+163 |
* | Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, sc... | ajwong@chromium.org | 2011-12-21 | 9 | -163/+640 |
* | Add missing EOF. | brettw@chromium.org | 2011-12-21 | 1 | -1/+1 |
* | base::Bind: Remove includes of base.bind in header files. | jhawkins@chromium.org | 2011-12-21 | 1 | -1/+1 |
* | Revert additions to base/OWNERS checked in without code review. | brettw@chromium.org | 2011-12-21 | 1 | -3/+1 |
* | Turn on WPO for the allocator library in official builds. | siggi@chromium.org | 2011-12-21 | 1 | -1/+6 |
* | Revert 115350 - causes MRUCacheTest.KeyReplacement to crash | dmazzoni@chromium.org | 2011-12-21 | 1 | -4/+3 |
* | Simplify thread name setting on Linux | rbyers@chromium.org | 2011-12-21 | 1 | -25/+7 |
* | Coverity fixlet: fix PASS_BY_VALUE | scr@chromium.org | 2011-12-21 | 1 | -3/+4 |
* | Compile fix for gcc 4.6, unused variables. | joi@chromium.org | 2011-12-21 | 1 | -3/+1 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2011-12-20 | 1 | -0/+2 |
* | Make sure all the pointers in ProfilerFuncs are NULL if they don't get initia... | tbreisacher@chromium.org | 2011-12-20 | 1 | -1/+7 |
* | Crank optimization level for base libs to WPO in official builds. Depends on ... | siggi@chromium.org | 2011-12-20 | 2 | -2/+9 |
* | Remove the nested #ifdef ADDRESS_SANITIZER | glider@chromium.org | 2011-12-20 | 1 | -15/+10 |
* | Aura needs event translation for Mac | dhollowa@chromium.org | 2011-12-20 | 1 | -0/+8 |
* | Retry 114494 - Remove BindStateHolder and have Bind() return a Callback<> obj... | ajwong@chromium.org | 2011-12-20 | 13 | -265/+306 |
* | Fix file leaks in a ETW test and a ScopedTempDir test. | thestig@chromium.org | 2011-12-19 | 2 | -4/+11 |
* | Standardize StringToInt{,64} interface. | tedvessenes@gmail.com | 2011-12-19 | 6 | -244/+59 |
* | Do not run OutOfMemoryDeathTest.* under AddressSanitizer. | glider@chromium.org | 2011-12-19 | 1 | -0/+7 |
* | Revert 114672 - Revert 114229 - Revert 113748 - Provide windows notifictaion ... | jar@chromium.org | 2011-12-19 | 2 | -126/+0 |
* | Revert 114944 - Standardize StringToInt{,64} interface. | battre@chromium.org | 2011-12-18 | 5 | -52/+238 |
* | Standardize StringToInt{,64} interface. | tedvessenes@gmail.com | 2011-12-18 | 5 | -238/+52 |
* | Revert 114929 - Standardize StringToInt{,64} interface. | rsleevi@chromium.org | 2011-12-17 | 5 | -52/+238 |
* | Standardize StringToInt{,64} interface. | tedvessenes@gmail.com | 2011-12-17 | 5 | -238/+52 |
* | Fix Android-specific typo in trace_event.cc. I can haz droid bots soon plz? | nduca@chromium.org | 2011-12-16 | 1 | -1/+1 |
* | Fix official build breakage introduced by 112649 | akalin@chromium.org | 2011-12-16 | 1 | -0/+5 |
* | Fix timegm behavior for android. | nileshagrawal@chromium.org | 2011-12-16 | 2 | -7/+18 |
* | Push a marker into Android's kernel trace system to allow clock sync in about... | nduca@chromium.org | 2011-12-16 | 2 | -3/+47 |
* | Add event counters with IDs | piman@chromium.org | 2011-12-16 | 3 | -5/+81 |
* | Revert 114680 - Remove FRIEND_TEST declarations to improve optimizations | jar@chromium.org | 2011-12-15 | 1 | -13/+2 |
* | Enable setting thread names on Linux | rbyers@chromium.org | 2011-12-15 | 1 | -5/+8 |
* | Remove FRIEND_TEST declarations to improve optimizations | jar@chromium.org | 2011-12-15 | 1 | -2/+13 |