index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
base
/
message_loop.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use string for Histogram names since these are all ASCII anyway.
dsh@google.com
2009-02-24
1
-5
/
+5
*
Remove the purify directive which should no longer be necessary.
ericroman@google.com
2008-12-18
1
-9
/
+0
*
Mark MessageLoop::delayed_work_queue_ as initialized so Purify doesn't report...
ericroman@google.com
2008-12-17
1
-0
/
+9
*
message_pump_libevent refactor:
jeremy@chromium.org
2008-12-15
1
-16
/
+11
*
Reverting 6911.
ojan@google.com
2008-12-12
1
-11
/
+16
*
message_pump_libevent refactor:
jeremy@chromium.org
2008-12-12
1
-16
/
+11
*
Add FD watching support to message_pump_libevent.
jeremy@chromium.org
2008-12-08
1
-6
/
+16
*
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
[next]