summaryrefslogtreecommitdiffstats
path: root/base/message_loop.cc
Commit message (Expand)AuthorAgeFilesLines
* This CL adds accelerators to the Linux toolkit views.jcampan@chromium.org2009-07-311-21/+19
* Reapply r21429 - Cleanup pending tasks under Valgrind as well.kuchhal@chromium.org2009-07-231-9/+10
* Revert "Cleanup pending tasks under Valgrind as well." (r21429)kuchhal@chromium.org2009-07-231-10/+6
* Cleanup pending tasks under Valgrind as well.kuchhal@chromium.org2009-07-231-6/+10
* Adds time-out to browser-tests to prevent a hanging test from hanging the ent...jcampan@chromium.org2009-07-011-0/+4
* Consistently use int64 for integers holding number of milliseconds.phajdan.jr@chromium.org2009-06-171-3/+3
* Promotes Add/RemoveObserver to MessageLoop for linux. Becausesky@chromium.org2009-05-181-8/+12
* During shutdown delete any pending tasks if running under Valgrind.kuchhal@chromium.org2009-05-141-1/+8
* More linux ifdef tweaks. This reverts my earlier change (13503).sky@chromium.org2009-04-271-5/+1
* Adds some ifdefs so that test_shell can be compiled on linuxsky@chromium.org2009-04-101-2/+6
* (purify bustage) Correct purify (only) reference to variablejar@chromium.org2009-03-111-1/+1
* Fix tree bustagejar@chromium.org2009-03-111-2/+4
* Avoid leaks at shutdown when running purifyjar@chromium.org2009-03-111-4/+10
* Use string for Histogram names since these are all ASCII anyway.dsh@google.com2009-02-241-5/+5
* Remove the purify directive which should no longer be necessary.ericroman@google.com2008-12-181-9/+0
* Mark MessageLoop::delayed_work_queue_ as initialized so Purify doesn't report...ericroman@google.com2008-12-171-0/+9
* message_pump_libevent refactor:jeremy@chromium.org2008-12-151-16/+11
* Reverting 6911.ojan@google.com2008-12-121-11/+16
* message_pump_libevent refactor:jeremy@chromium.org2008-12-121-16/+11
* Add FD watching support to message_pump_libevent.jeremy@chromium.org2008-12-081-6/+16
* Switch MessagePumpForIO to use completion ports on Windows.rvargas@google.com2008-11-071-8/+3
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+3
* Add a way to register for completion-ports based async operations to be handledrvargas@google.com2008-10-091-0/+9
* Implement MessageLoopForUI using GLib. This gets some exercise fromdsh@google.com2008-10-031-6/+8
* As an intermediate step towards having a message pump handling IO through com...rvargas@google.com2008-09-251-3/+6
* Mac-specific CFRunLoop-based MessagePump implementationmark@chromium.org2008-09-231-2/+10
* Always use the topmost delayed task as the basis for our WM_TIMER.darin@chromium.org2008-09-231-2/+2
* Use libevent, second try. Changes this time:dkegel@google.com2008-09-181-1/+21
* Revert "Make tcp_client_socket_unittest pass on Linux."evanm@google.com2008-09-181-21/+1
* Make tcp_client_socket_unittest pass on Linux.dkegel@google.com2008-09-181-1/+21
* Fix a mis-merge in TLS changes.deanm@chromium.org2008-09-101-4/+1
* Move a bunch of code from the old to new TLS interface.deanm@chromium.org2008-09-101-9/+19
* Fix the GCC build.darin@chromium.org2008-09-101-2/+2
* Put back r1891 with some task deletion disabled to maintain backwards compat ...darin@chromium.org2008-09-101-36/+56
* Revert the timeBeginPeriod changes in event_recorder. It's doing it's own ti...deanm@google.com2008-09-091-4/+0
* Reapply r1633 (which was reverted by r1635), with some additional modificatio...deanm@google.com2008-09-091-18/+0
* rollback r1891darin@google.com2008-09-091-36/+28
* Delete pending tasks that have not run. To do this properly, I found that I ...darin@google.com2008-09-091-28/+36
* Fix purify MLK errors resulting from my previous check-in. The TimerManager ...darin@google.com2008-09-071-0/+7
* Eliminate the TimerManager by pulling its priority queue into MessageLoop. T...darin@google.com2008-09-071-200/+140
* Switch SharedTimerWin over to using PostDelayedTask. I made some tweaks to thedarin@google.com2008-08-301-13/+28
* rollback r1427 to attempt to fix test failuresdarin@google.com2008-08-271-0/+2
* Re-enable DeletePendingTasks. We need this to plug memory leaks in the unitdarin@google.com2008-08-271-2/+0
* revert to using MessagePumpWin on all threadsdarin@google.com2008-08-261-12/+3
* Allow consumers of MessageLoop to specify the type of MessageLoop they want.darin@google.com2008-08-261-14/+58
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Fix the final gcc warnings in base and net. Provide some macros to selective...mmentovai@google.com2008-08-211-1/+2
* TrackedObjects assumes you can use a "TLS slot" of -1 to indicate uninitializ...evanm@google.com2008-08-201-3/+5
* Revert. Failing unit tests.evanm@google.com2008-08-201-5/+3
* TrackedObjects assumes you can use a "TLS slot" of -1 to indicate uninitializ...evanm@google.com2008-08-201-3/+5