summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-0617-100/+66
* Change over IgnoreReturn to IgnoreResult. remove IgnoreReturn.ajwong@chromium.org2012-01-061-12/+0
* Prevent calling internal metrics code with invalid values.rkc@chromium.org2012-01-062-4/+19
* Fix scoped_refptr assignment operator in the case of having it as a member.mnaganov@chromium.org2012-01-052-4/+33
* Returns a bool for JSONValueConverter::Convert()mukai@chromium.org2012-01-052-29/+117
* base::Bind: Remove Task.jhawkins@chromium.org2012-01-0514-445/+69
* Re-remove ReleasePointer.dcheng@chromium.org2012-01-041-5/+0
* Fix prctl ERROR messages on Linux debug builds.rbyers@chromium.org2012-01-041-4/+5
* Enable ThreadChecker in non-debug builds if DCHECK_ALWAYS_ON isjoi@chromium.org2012-01-043-15/+35
* Update Sleep() calls in base/test to use TimeDelta instead of int.tedvessenes@gmail.com2012-01-042-8/+10
* base::Bind: Remove CancelableTask and ScopedTaskRunner.jhawkins@chromium.org2012-01-043-105/+2
* Linux: Try to minimize copying of string information when reading /proc data.erg@chromium.org2012-01-041-12/+12
* And now NewRunnableMethod(), you die.ajwong@chromium.org2012-01-046-320/+8
* chromeos: Implement power button animations for Aura.derat@chromium.org2012-01-041-2/+3
* [Coverity] Fixed uninitialized membergroby@chromium.org2012-01-041-2/+3
* base::Bind: Remove ScopedRunnableMethodFactory.jhawkins@chromium.org2012-01-031-143/+1
* Add TimeDelay interfaces to TestTimeouts.tedvessenes@gmail.com2012-01-031-1/+29
* base::Bind: Remove callback_old.h.jhawkins@chromium.org2012-01-034-278/+21
* base::Bind: Remove scoped_callback_factory.h.jhawkins@chromium.org2012-01-032-134/+0
* Remove DeleteTask and convert remaining users.dcheng@chromium.org2012-01-021-20/+2
* 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