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
*
Style cleanup in preparation for auto-linting base/.
erg@google.com
2010-01-26
1
-1
/
+1
*
Changes to base/ from a combination of FreeBSD and OpenBSD patches.
evan@chromium.org
2009-12-29
1
-7
/
+7
*
Cleanup histogram classes mixing SetFlags into FactoryGet arguments
jar@chromium.org
2009-12-28
1
-8
/
+5
*
Use factory to create histograms, and refcounts to track lifetimes
jar@chromium.org
2009-12-06
1
-3
/
+4
*
Move creation of SEH frame into a separate funcion.For any function that uses...
stoyan@google.com
2009-10-26
1
-6
/
+12
*
Make swapping the incoming queue with the work queue constant time.
darin@chromium.org
2009-09-02
1
-1
/
+1
*
This CL adds accelerators to the Linux toolkit views.
jcampan@chromium.org
2009-07-31
1
-21
/
+19
*
Reapply r21429 - Cleanup pending tasks under Valgrind as well.
kuchhal@chromium.org
2009-07-23
1
-9
/
+10
*
Revert "Cleanup pending tasks under Valgrind as well." (r21429)
kuchhal@chromium.org
2009-07-23
1
-10
/
+6
*
Cleanup pending tasks under Valgrind as well.
kuchhal@chromium.org
2009-07-23
1
-6
/
+10
*
Adds time-out to browser-tests to prevent a hanging test from hanging the ent...
jcampan@chromium.org
2009-07-01
1
-0
/
+4
*
Consistently use int64 for integers holding number of milliseconds.
phajdan.jr@chromium.org
2009-06-17
1
-3
/
+3
*
Promotes Add/RemoveObserver to MessageLoop for linux. Because
sky@chromium.org
2009-05-18
1
-8
/
+12
*
During shutdown delete any pending tasks if running under Valgrind.
kuchhal@chromium.org
2009-05-14
1
-1
/
+8
*
More linux ifdef tweaks. This reverts my earlier change (13503).
sky@chromium.org
2009-04-27
1
-5
/
+1
*
Adds some ifdefs so that test_shell can be compiled on linux
sky@chromium.org
2009-04-10
1
-2
/
+6
*
(purify bustage) Correct purify (only) reference to variable
jar@chromium.org
2009-03-11
1
-1
/
+1
*
Fix tree bustage
jar@chromium.org
2009-03-11
1
-2
/
+4
*
Avoid leaks at shutdown when running purify
jar@chromium.org
2009-03-11
1
-4
/
+10
*
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
[next]