summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Move operator<< for StringPiece into string_piece.{h,cc}akalin@chromium.org2012-01-204-25/+15
* remove ; which breaks nacl_integration since they use -pedanticajwong@chromium.org2012-01-202-4/+4
* Transfer the C++03 move-only type emulation into base/move.h and also make Sc...ajwong@chromium.org2012-01-205-51/+293
* Transition to base/mac/bundle_locations.h step 2jeremy@chromium.org2012-01-193-15/+2
* Transition to base/mac/bundle_locations.h step 1jeremy@chromium.org2012-01-193-41/+15
* Hook up the SequencedWorkerPool to the browser thread.brettw@chromium.org2012-01-192-15/+80
* Change sandbox policy so we can create sync socketscpu@chromium.org2012-01-191-17/+20
* Watchdog - Added a JOINABLE state to avoid StartupTimebombrtenneti@chromium.org2012-01-192-13/+37
* Revert 118118 - Temporarily revert 117127 for perf analysis.rsesek@chromium.org2012-01-183-22/+24
* Temporarily revert 117127 for perf analysis.rsesek@chromium.org2012-01-183-24/+22
* Match whole path components in DevicePathToDriveLetterPath(). Add tests.skerner@chromium.org2012-01-173-49/+128
* Add back in stack_trace_android.cc on Android.jrg@google.com2012-01-171-1/+0
* Revert 117824 - Convert use of int ms to TimeDelta in files owned by brettw.hbono@chromium.org2012-01-162-5/+5
* Convert use of int ms to TimeDelta in files owned by brettw.tedvessenes@gmail.com2012-01-162-5/+5
* Use ScopedVector instead of std::vector in case of repeated messages.mukai@chromium.org2012-01-142-48/+51
* Allow tracing in third_party librariesjbates@chromium.org2012-01-137-572/+819
* Add custom field converter to JSONValueConverter.mukai@chromium.org2012-01-132-0/+85
* Remove usage of using namespace, and cleanup trace_analyzer namespacejbates@chromium.org2012-01-123-169/+201
* [Coverity] Fixed call by value to by referencegroby@chromium.org2012-01-121-2/+2
* Allow construction and assignment of one scoped_ptr from another if the types...ajwong@chromium.org2012-01-112-6/+95
* Functions to return locations of various Chrome bundles.jeremy@chromium.org2012-01-113-0/+151
* mach_port_deallocate() the result of mach_thread_self(), which obtains a port...rsesek@chromium.org2012-01-113-22/+24
* Resolve an ambiguous function call error in string_piece_unittest.ccpeter@chromium.org2012-01-101-3/+3
* Add comment to NumberFormatWrapper.avi@chromium.org2012-01-101-1/+3
* Fix POSIX and Mac Time::Explode().viettrungluu@chromium.org2012-01-103-14/+171
* Revert 116816 - Hook up the SequencedWorkerPool to the browser thread.msw@chromium.org2012-01-072-53/+15
* Hook up the SequencedWorkerPool to the browser thread.brettw@chromium.org2012-01-072-15/+53
* 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