summaryrefslogtreecommitdiffstats
path: root/base/message_loop_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* net doesn't depend on libevent directly now.wtc@chromium.org2011-06-221-6/+3
* roll clang 131935:132017thakis@chromium.org2011-06-081-1/+1
* Add support for base::Closure in the MessageLoop, and reimplement the whole s...ajwong@chromium.org2011-04-201-571/+501
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* MessagePump implementations should call DoWork and DoDelayedWork at equalmark@chromium.org2011-02-171-0/+54
* Clang: enable -Wbool-conversions and -Wunused-variables on Linux.hans@chromium.org2011-01-141-4/+4
* Reland "Remove base/scoped_handle_win.h."tfarina@chromium.org2011-01-091-14/+16
* Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th...thakis@chromium.org2011-01-071-16/+14
* Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo...tfarina@chromium.org2011-01-071-14/+16
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-311-1/+2
* Help make Base compile under NaClabarth@chromium.org2010-12-011-2/+2
* Moved the calls to the MessageLoop destruction observers to after the pending...sanjeevr@chromium.org2010-11-301-0/+64
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-4/+4
* Added task to Observer methodsdavemoore@chromium.org2010-10-261-2/+4
* Reland r62959 without the changes to histogram.cc, in hopes it won't break ta...pkasting@chromium.org2010-10-191-3/+3
* ** Think this may have caused TabSwitchingTest to fail, as it is parsing log ...tim@chromium.org2010-10-181-3/+3
* Convert LOG(INFO) to VLOG(1) - base/.pkasting@chromium.org2010-10-181-3/+3
* GTTF: Add bug reference to failing tests:phajdan.jr@chromium.org2010-07-261-0/+2
* Random bits of header and whitespace cleanup.thestig@chromium.org2010-07-231-6/+8
* Change chrome from statically enabling high resolution timers on windowsmbelshe@chromium.org2010-06-291-0/+29
* Clang: Do not ignore result of HANDLE_EINTR.thakis@chromium.org2010-06-231-4/+8
* Revert 49982 - patchthakis@chromium.org2010-06-161-8/+4
* patchthakis@chromium.org2010-06-161-4/+8
* TTF: Re-Re-enable MessageLoopTest.FileDescriptorWatcherOutlivesMessageLoop asjhawkins@chromium.org2010-06-111-4/+1
* Reland r49188.willchan@chromium.org2010-06-091-8/+73
* Revert 48102 - this test is now failing again, apparently since r49188 landed...joth@chromium.org2010-06-091-1/+2
* Rebaseline tests whose expectations were changed by r55714.hamaji@chromium.org2010-06-091-73/+8
* Jankometer: Generalize the code more. Add better support for monitoring IO t...willchan@chromium.org2010-06-081-8/+73
* TTF: Re-enable MessageLoopTest.EnsureTaskDeletion* by marking them as failing.jhawkins@chromium.org2010-05-251-3/+6
* TTF: Re-enable the FileDescriptorWatcherOutlivesMessageLoop test as it now ap...jhawkins@chromium.org2010-05-241-2/+1
* Disable MessageLoopTest.RecursiveDenial2 since it is flaky and hangs.maruel@chromium.org2010-05-191-1/+2
* Replace #if 0 used to disable test, the DISABLED_ and FLAKY_phajdan.jr@chromium.org2010-05-081-4/+2
* Support dragging a virtual file out of the browser.jianli@chromium.org2010-01-151-1/+42
* Changes to base/ from a combination of FreeBSD and OpenBSD patches.evan@chromium.org2009-12-291-1/+1
* First patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-0/+9
* Allow work that was deferred on account of not being runnable in a nested loopmark@chromium.org2009-06-251-16/+54
* StopWatchingFileDescriptor needs to free struct event.dkegel@google.com2009-04-221-0/+75
* Switch MessagePumpForIO to use completion ports on Windows.rvargas@google.com2008-11-071-99/+87
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+2
* Add a way to register for completion-ports based async operations to be handledrvargas@google.com2008-10-091-7/+108
* fix oopsdarin@chromium.org2008-09-231-4/+4
* Always use the topmost delayed task as the basis for our WM_TIMER.darin@chromium.org2008-09-231-0/+112
* disable tests that are not ready to be enabled yetdarin@chromium.org2008-09-101-0/+3
* Put back r1891 with some task deletion disabled to maintain backwards compat ...darin@chromium.org2008-09-101-0/+58
* rollback r1891darin@google.com2008-09-091-58/+0
* Delete pending tasks that have not run. To do this properly, I found that I ...darin@google.com2008-09-091-0/+58
* Eliminate the TimerManager by pulling its priority queue into MessageLoop. T...darin@google.com2008-09-071-6/+186
* Allow consumers of MessageLoop to specify the type of MessageLoop they want.darin@google.com2008-08-261-75/+149
* Use a more compact license header in source files.license.bot2008-08-241-28/+4