summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Merge 122013 - Worked around IOSurface related system lockups on dual NVIDIA/...kbr@chromium.org2012-02-163-2/+90
* Add assert() for scoped_refptr<T>::operator->()akalin@chromium.org2012-01-311-1/+6
* Make NOTIMPLEMENTED_POLICY=0 actually work.torne@chromium.org2012-01-301-1/+1
* Make it possible to use ThreadLocalStorage::Slot as a static withoutthakis@chromium.org2012-01-306-30/+48
* (re-land) Add StringToSizeT to base/string_number_conversions.kalman@chromium.org2012-01-282-0/+11
* Make DFAKE_MUTEX a typedef when using NDEBUG, so that pedantic compilers don'...rsleevi@chromium.org2012-01-281-2/+2
* Revert 119540 - Add StringToSizeT to base/string_number_conversions.yoz@chromium.org2012-01-282-4/+15
* Make ETW unittests shardable to quench flakyness on trybots.siggi@chromium.org2012-01-282-54/+110
* [Mac] Add a perf test that counts the number of Mach ports in the browser.rsesek@chromium.org2012-01-282-2/+48
* Add StringToSizeT to base/string_number_conversions.kalman@chromium.org2012-01-282-15/+4
* Cleanup: Remove static storage for variables in an unnamed namespace.jhawkins@chromium.org2012-01-284-12/+14
* Remove pointer mangling API from trace_event.h and use an addTraceEvent flag ...jbates@chromium.org2012-01-273-47/+52
* Add OSSTATUS_LOG API.mark@chromium.org2012-01-276-12/+126
* Need the unsigned constants marked as unsigned.backer@chromium.org2012-01-271-9/+9
* Added a Unique ID for a Field Trial containing it's hashed name and the selec...mad@chromium.org2012-01-273-13/+158
* Adding a scoped_nsprotocolqsr@chromium.org2012-01-271-1/+64
* Remove reinterpret_cast on JSONValueConvertertzik@chromium.org2012-01-273-31/+11
* Convert use of int ms to TimeDelta in files owned by brettw.tedvessenes@gmail.com2012-01-272-5/+5
* Fix a potential memory leak bug.mukai@chromium.org2012-01-262-6/+23
* Adding GetProcId unittestcpu@chromium.org2012-01-261-1/+15
* Convert all remaining explicit LeakyLazyInstanceTraits users to ::Leakyfischman@chromium.org2012-01-266-23/+21
* Add StringToUint and StringToUint64 methods to base/string_number_conversions.h.kalman@chromium.org2012-01-262-2/+25
* Use a 'defines' block instead of adding -Dfoo to cflags.evan@chromium.org2012-01-251-6/+8
* Implement support for a cancelable SyncSocket.tommi@chromium.org2012-01-253-89/+246
* Transition to base/mac/bundle_locations.h step 3jeremy@chromium.org2012-01-251-3/+4
* 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