summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Revert 114680 - Remove FRIEND_TEST declarations to improve optimizationsjar@chromium.org2011-12-151-13/+2
* Enable setting thread names on Linuxrbyers@chromium.org2011-12-151-5/+8
* Remove FRIEND_TEST declarations to improve optimizationsjar@chromium.org2011-12-151-2/+13
* Remove Task inheritance from base::Timer.dcheng@chromium.org2011-12-152-5/+8
* Revert 114229 - Revert 113748 - Provide windows notifictaion of thread termin...jar@chromium.org2011-12-152-0/+126
* Condition variable implementation for vista, win7cpu@chromium.org2011-12-153-7/+111
* Enable ChromeFrame net tests for IE versions 8 and below. Changes include the...ananta@chromium.org2011-12-152-5/+28
* Add searching features to new TraceEventVector class for tests.jbates@chromium.org2011-12-143-41/+335
* Revert 114494 - Remove BindStateHolder and have Bind() return a Callback<> ob...sail@chromium.org2011-12-1413-306/+265
* Remove BindStateHolder and have Bind() return a Callback<> object directly.ajwong@chromium.org2011-12-1413-265/+306
* Options2: Pull the trigger.jhawkins@chromium.org2011-12-141-3/+3
* Refactor MessagePumpX to dispatch events inside of the source Dispatch function.piman@chromium.org2011-12-1410-86/+16
* Revert 114320 (broke chrome_frame_tests) - Enable ChromeFrame net tests for I...willchan@chromium.org2011-12-141-1/+1
* Detect child tasks born during a profiled tasksjar@chromium.org2011-12-148-79/+344
* Enable ChromeFrame net tests for IE versions 8 and below. Changes include the...ananta@chromium.org2011-12-141-1/+1
* Fix lion build.thakis@chromium.org2011-12-131-1/+1
* Revert "Options2: Pull the trigger."jhawkins@chromium.org2011-12-131-3/+3
* Options2: Pull the trigger.jhawkins@chromium.org2011-12-131-3/+3
* Revert "Extract common code from StringPiece and StringPiece16 into a templat...erikwright@chromium.org2011-12-136-339/+449
* Revert of "Redo r113722 - Add Pass(), which implements move semantics, to sco...ajwong@chromium.org2011-12-139-640/+163
* Revert r114168 "Refactor MessagePumpX to dispatch events inside of the source...oshima@chromium.org2011-12-1310-15/+85
* Extract common code from StringPiece and StringPiece16 into a templated base ...erikwright@chromium.org2011-12-136-449/+339
* Revert 114236 - Options2: Pull the trigger.jhawkins@chromium.org2011-12-131-3/+3
* Options2: Pull the trigger.jhawkins@chromium.org2011-12-131-3/+3
* Revert of "Revert of "Redo r113722 - Add Pass(), which implements move semant...ajwong@chromium.org2011-12-139-163/+640
* Revert 113748 - Provide windows notifictaion of thread terminationjar@chromium.org2011-12-132-126/+0
* Revert "Redo r113722 - Add Pass(), which implements move semantics, to scoped...ajwong@chromium.org2011-12-139-640/+163
* Add hook for developers to play with profiler(unofficially)jar@chromium.org2011-12-131-4/+24
* Remove custom Task implementation from process_util_win.cc.dcheng@chromium.org2011-12-131-40/+46
* Refactor MessagePumpX to dispatch events inside of the source Dispatch function.piman@chromium.org2011-12-1310-85/+15
* Don't attempt to forward declare StringPiece.erikwright@chromium.org2011-12-131-2/+1
* base::Bind: Make use of partial currying to get rid of a helper class.jhawkins@chromium.org2011-12-132-6/+6
* Clean up base::android::Init/GetApplicationContext()steveblock@chromium.org2011-12-122-9/+11
* Switch the default `git try` / `gcl try` bots to _rel.thakis@chromium.org2011-12-121-1/+1
* Remove MessageLoop::QuitTask.dcheng@chromium.org2011-12-101-14/+4
* Remove #ifdef OFFICIAL_BUILD from scoped variant unittest, as the code is now...jochen@chromium.org2011-12-101-3/+1
* GTK: Add TRACE_EVENTs around gtk ui events so select tasks related to the GTK...erg@chromium.org2011-12-101-0/+55
* Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, sc...ajwong@chromium.org2011-12-109-163/+640
* [Mac] Ignore spell-checker exceptions.shess@chromium.org2011-12-102-0/+27
* Remove MessageLoop::QuitTask() from base.dcheng@chromium.org2011-12-093-56/+62
* Share X connection between GLSurfaceGLX/EGL and MessagePumpX/GTKpiman@chromium.org2011-12-091-2/+2
* Added comments to setlocale call.saintlou@chromium.org2011-12-091-0/+3
* Minor cleanup preparing for recording parent-child datajar@chromium.org2011-12-092-23/+21
* Provide windows notifictaion of thread terminationjar@chromium.org2011-12-092-0/+126
* Revert 113722 - Add Pass(), which implements move semantics, to scoped_ptr, s...sergeyu@chromium.org2011-12-099-640/+163
* Add Pass(), which implements move semantics, to scoped_ptr, scoped_array, and...ajwong@chromium.org2011-12-099-163/+640
* Fix test failures when calling native char conversion functions (e.g wrctomb).saintlou@chromium.org2011-12-081-1/+3
* Windows-native sampling profiler wrapper class.siggi@chromium.org2011-12-075-0/+426
* Make callback.h include callback_forward.h and add comments about forward dec...erikwright@chromium.org2011-12-072-0/+14
* Prep work for win7-specific condition variablecpu@chromium.org2011-12-072-98/+143