summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Cleanup trace_event, fix webkit API naming.jbates@chromium.org2012-01-251-14/+14
* Add scoped_ptr<>::PassAs<>().sergeyu@chromium.org2012-01-254-0/+67
* linux: remove no_strict_aliasing gyp variableevan@chromium.org2012-01-241-8/+1
* [Mac] In PlatformThread::CurrentId(), use pthread_self() instead of mach_thre...rsesek@chromium.org2012-01-243-17/+19
* Add a convenience typedef LazyInstance<T>::Leaky to avoid repeating T.fischman@chromium.org2012-01-2310-22/+24
* Split up trace_event.h into trace_event_impl.h and add webkitplatform support.jbates@chromium.org2012-01-235-1127/+1113
* windows: Fix a few things clang complains about.thakis@chromium.org2012-01-234-6/+7
* check for successful exit code in WaitForSingleProcess on Windows tobruening@chromium.org2012-01-231-3/+5
* [ChromeOS] Add option to set controlling terminal when launching process.tbarzic@chromium.org2012-01-212-2/+29
* 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