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