| Commit message (Expand) | Author | Age | Files | Lines |
* | Reverting 7125. | ericroman@google.com | 2008-12-17 | 1 | -12/+1 |
* | Temp experiment to confirm theory in crbug.com/5555. | ericroman@google.com | 2008-12-17 | 1 | -1/+12 |
* | message_pump_libevent refactor: | jeremy@chromium.org | 2008-12-15 | 1 | -8/+15 |
* | Reverting 6911. | ojan@google.com | 2008-12-12 | 1 | -15/+8 |
* | message_pump_libevent refactor: | jeremy@chromium.org | 2008-12-12 | 1 | -8/+15 |
* | Add FD watching support to message_pump_libevent. | jeremy@chromium.org | 2008-12-08 | 1 | -0/+3 |
* | Switch MessagePumpForIO to use completion ports on Windows. | rvargas@google.com | 2008-11-07 | 1 | -4/+3 |
* | Move Time, TimeDelta and TimeTicks into namespace base. | dsh@google.com | 2008-10-27 | 1 | -5/+5 |
* | Lint message loop code (added explicit to a class definition) | jar@google.com | 2008-10-27 | 1 | -6/+6 |
* | Add a way to register for completion-ports based async operations to be handled | rvargas@google.com | 2008-10-09 | 1 | -0/+3 |
* | As an intermediate step towards having a message pump handling IO through com... | rvargas@google.com | 2008-09-25 | 1 | -2/+14 |
* | Miscellaneous cleanup. | wtc@google.com | 2008-09-23 | 1 | -1/+0 |
* | Use libevent, second try. Changes this time: | dkegel@google.com | 2008-09-18 | 1 | -0/+15 |
* | Revert "Make tcp_client_socket_unittest pass on Linux." | evanm@google.com | 2008-09-18 | 1 | -15/+0 |
* | Make tcp_client_socket_unittest pass on Linux. | dkegel@google.com | 2008-09-18 | 1 | -0/+15 |
* | Move a bunch of code from the old to new TLS interface. | deanm@chromium.org | 2008-09-10 | 1 | -9/+1 |
* | Put back r1891 with some task deletion disabled to maintain backwards compat ... | darin@chromium.org | 2008-09-10 | 1 | -2/+7 |
* | rollback r1891 | darin@google.com | 2008-09-09 | 1 | -4/+2 |
* | Delete pending tasks that have not run. To do this properly, I found that I ... | darin@google.com | 2008-09-09 | 1 | -2/+4 |
* | Eliminate the TimerManager by pulling its priority queue into MessageLoop. T... | darin@google.com | 2008-09-07 | 1 | -115/+57 |
* | Minor cleanup to OneShotTimer and RepeatingTimer: moves more of the member v... | darin@google.com | 2008-09-03 | 1 | -2/+3 |
* | Simplify OneShotTimer and RepeatingTimer. Fix up all consumers. | darin@google.com | 2008-08-28 | 1 | -3/+3 |
* | Disable this DCHECK since too many consumers expect to be able to | darin@google.com | 2008-08-26 | 1 | -1/+3 |
* | Allow consumers of MessageLoop to specify the type of MessageLoop they want. | darin@google.com | 2008-08-26 | 1 | -34/+102 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | TrackedObjects assumes you can use a "TLS slot" of -1 to indicate uninitializ... | evanm@google.com | 2008-08-20 | 1 | -1/+1 |
* | Revert. Failing unit tests. | evanm@google.com | 2008-08-20 | 1 | -1/+1 |
* | TrackedObjects assumes you can use a "TLS slot" of -1 to indicate uninitializ... | evanm@google.com | 2008-08-20 | 1 | -1/+1 |
* | reland r1075 w/ tweak to fix test failures | darin@google.com | 2008-08-20 | 1 | -1/+1 |
* | rollback r1075 to see if it helps resolve test failures | darin@google.com | 2008-08-20 | 1 | -1/+1 |
* | Eliminate TimerManager::GetCurrentDelay in favor of always referring to the f... | darin@google.com | 2008-08-20 | 1 | -1/+1 |
* | Take 2 at the new MessageLoop implementation. | darin@google.com | 2008-08-16 | 1 | -303/+119 |
* | rollback portions of r928 to test to see if it impacts perf | darin@google.com | 2008-08-15 | 1 | -118/+296 |
* | Introduce MessagePump to represent the native message pump used to drive a | darin@google.com | 2008-08-15 | 1 | -295/+118 |
* | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@760 0039d316-1c4b-4281-b9... | darin@google.com | 2008-08-12 | 1 | -0/+5 |
* | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@739 0039d316-1c4b-4281-b9... | darin@google.com | 2008-08-12 | 1 | -5/+0 |
* | Make timer.cc portable by factoring its Windows bits into MessageLoop. | darin@google.com | 2008-08-12 | 1 | -0/+5 |
* | I came across this when looking at MessageLoop recently. | sky@google.com | 2008-08-11 | 1 | -6/+0 |
* | just some hopefully non-contentious stuff to get out of the way before doing ... | darin@google.com | 2008-08-06 | 1 | -40/+55 |
* | ObjectWatcher needs to know when the current thread's MessageLoop is being de... | darin@google.com | 2008-08-05 | 1 | -3/+26 |
* | Rollback message loop test | jar@google.com | 2008-08-03 | 1 | -5/+4 |
* | This is a test, and will rollback asap after a build/test cycle starts. | jar@google.com | 2008-08-03 | 1 | -4/+5 |
* | Call ResetBirthTime before dispatching the user's Task. Also, remove PostSig... | darin@google.com | 2008-08-02 | 1 | -4/+0 |
* | A new (private) interface is supplied that allows the object watcher (coding in | jar@google.com | 2008-08-01 | 1 | -0/+4 |
* | Support RanAllPending() rather than RunOnce(), and integrated into ipc_sync_c... | jar@google.com | 2008-07-31 | 1 | -5/+8 |
* | (Re-landing of) Support RunOnce() in message loop. | jar@google.com | 2008-07-30 | 1 | -8/+21 |
* | Rollback 109 | jar@google.com | 2008-07-30 | 1 | -21/+8 |
* | M base/message_loop.h | jar@google.com | 2008-07-30 | 1 | -8/+21 |
* | Do not use RecycleOrDelete since it is not ready for prime-time. | darin@google.com | 2008-07-30 | 1 | -4/+0 |
* | Fix some issues when building with Visual Studio 2008. | maruel@google.com | 2008-07-28 | 1 | -1/+0 |