| Commit message (Expand) | Author | Age | Files | Lines |
* | Switch MessagePumpForIO to use completion ports on Windows. | rvargas@google.com | 2008-11-07 | 1 | -8/+3 |
* | Move Time, TimeDelta and TimeTicks into namespace base. | dsh@google.com | 2008-10-27 | 1 | -0/+3 |
* | Add a way to register for completion-ports based async operations to be handled | rvargas@google.com | 2008-10-09 | 1 | -0/+9 |
* | Implement MessageLoopForUI using GLib. This gets some exercise from | dsh@google.com | 2008-10-03 | 1 | -6/+8 |
* | As an intermediate step towards having a message pump handling IO through com... | rvargas@google.com | 2008-09-25 | 1 | -3/+6 |
* | Mac-specific CFRunLoop-based MessagePump implementation | mark@chromium.org | 2008-09-23 | 1 | -2/+10 |
* | Always use the topmost delayed task as the basis for our WM_TIMER. | darin@chromium.org | 2008-09-23 | 1 | -2/+2 |
* | Use libevent, second try. Changes this time: | dkegel@google.com | 2008-09-18 | 1 | -1/+21 |
* | Revert "Make tcp_client_socket_unittest pass on Linux." | evanm@google.com | 2008-09-18 | 1 | -21/+1 |
* | Make tcp_client_socket_unittest pass on Linux. | dkegel@google.com | 2008-09-18 | 1 | -1/+21 |
* | Fix a mis-merge in TLS changes. | deanm@chromium.org | 2008-09-10 | 1 | -4/+1 |
* | Move a bunch of code from the old to new TLS interface. | deanm@chromium.org | 2008-09-10 | 1 | -9/+19 |
* | Fix the GCC build. | darin@chromium.org | 2008-09-10 | 1 | -2/+2 |
* | Put back r1891 with some task deletion disabled to maintain backwards compat ... | darin@chromium.org | 2008-09-10 | 1 | -36/+56 |
* | Revert the timeBeginPeriod changes in event_recorder. It's doing it's own ti... | deanm@google.com | 2008-09-09 | 1 | -4/+0 |
* | Reapply r1633 (which was reverted by r1635), with some additional modificatio... | deanm@google.com | 2008-09-09 | 1 | -18/+0 |
* | rollback r1891 | darin@google.com | 2008-09-09 | 1 | -36/+28 |
* | Delete pending tasks that have not run. To do this properly, I found that I ... | darin@google.com | 2008-09-09 | 1 | -28/+36 |
* | Fix purify MLK errors resulting from my previous check-in. The TimerManager ... | darin@google.com | 2008-09-07 | 1 | -0/+7 |
* | Eliminate the TimerManager by pulling its priority queue into MessageLoop. T... | darin@google.com | 2008-09-07 | 1 | -200/+140 |
* | Switch SharedTimerWin over to using PostDelayedTask. I made some tweaks to the | darin@google.com | 2008-08-30 | 1 | -13/+28 |
* | rollback r1427 to attempt to fix test failures | darin@google.com | 2008-08-27 | 1 | -0/+2 |
* | Re-enable DeletePendingTasks. We need this to plug memory leaks in the unit | darin@google.com | 2008-08-27 | 1 | -2/+0 |
* | revert to using MessagePumpWin on all threads | darin@google.com | 2008-08-26 | 1 | -12/+3 |
* | Allow consumers of MessageLoop to specify the type of MessageLoop they want. | darin@google.com | 2008-08-26 | 1 | -14/+58 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Fix the final gcc warnings in base and net. Provide some macros to selective... | mmentovai@google.com | 2008-08-21 | 1 | -1/+2 |
* | TrackedObjects assumes you can use a "TLS slot" of -1 to indicate uninitializ... | evanm@google.com | 2008-08-20 | 1 | -3/+5 |
* | Revert. Failing unit tests. | evanm@google.com | 2008-08-20 | 1 | -5/+3 |
* | TrackedObjects assumes you can use a "TLS slot" of -1 to indicate uninitializ... | evanm@google.com | 2008-08-20 | 1 | -3/+5 |
* | Disable warning 4355 on Windows builds: "'this' : used in base member initial... | maruel@google.com | 2008-08-20 | 1 | -1/+0 |
* | reland r1075 w/ tweak to fix test failures | darin@google.com | 2008-08-20 | 1 | -6/+6 |
* | rollback r1075 to see if it helps resolve test failures | darin@google.com | 2008-08-20 | 1 | -6/+6 |
* | Eliminate TimerManager::GetCurrentDelay in favor of always referring to the f... | darin@google.com | 2008-08-20 | 1 | -6/+6 |
* | ThreadLocalStorage::Set should take care of validating its inputs. No need to | darin@google.com | 2008-08-19 | 1 | -1/+0 |
* | Define MessagePumpDefault and use it to implement MessageLoop on non-Windows | darin@google.com | 2008-08-19 | 1 | -2/+6 |
* | Take 2 at the new MessageLoop implementation. | darin@google.com | 2008-08-16 | 1 | -571/+120 |
* | rollback portions of r928 to test to see if it impacts perf | darin@google.com | 2008-08-15 | 1 | -133/+562 |
* | Try only re-scheduling work when HandleWorkMessage is called. | darin@google.com | 2008-08-15 | 1 | -0/+3 |
* | Introduce MessagePump to represent the native message pump used to drive a | darin@google.com | 2008-08-15 | 1 | -562/+130 |
* | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@760 0039d316-1c4b-4281-b9... | darin@google.com | 2008-08-12 | 1 | -15/+63 |
* | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@739 0039d316-1c4b-4281-b9... | darin@google.com | 2008-08-12 | 1 | -63/+15 |
* | Make timer.cc portable by factoring its Windows bits into MessageLoop. | darin@google.com | 2008-08-12 | 1 | -15/+63 |
* | Fix bug 1317458: Busy wait in IPC::SyncChannel::Send in some cases | mpcomplete@google.com | 2008-08-09 | 1 | -6/+7 |
* | Apparently, our WndProc can get called for other HWNDs :( | darin@google.com | 2008-08-06 | 1 | -15/+17 |
* | just some hopefully non-contentious stuff to get out of the way before doing ... | darin@google.com | 2008-08-06 | 1 | -22/+12 |
* | ObjectWatcher needs to know when the current thread's MessageLoop is being de... | darin@google.com | 2008-08-05 | 1 | -0/+18 |
* | Rollback message loop test | jar@google.com | 2008-08-03 | 1 | -13/+11 |
* | This is a test, and will rollback asap after a build/test cycle starts. | jar@google.com | 2008-08-03 | 1 | -11/+13 |
* | Call ResetBirthTime before dispatching the user's Task. Also, remove PostSig... | darin@google.com | 2008-08-02 | 1 | -9/+0 |