summaryrefslogtreecommitdiffstats
path: root/base/message_pump.h
Commit message (Expand)AuthorAgeFilesLines
* Rename BASE_API to BASE_EXPORT.darin@chromium.org2011-08-051-3/+3
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Base: A few more files using BASE_API (for base.dll)rvargas@google.com2011-03-251-3/+4
* MessagePump implementations should call DoWork and DoDelayedWork at equalmark@chromium.org2011-02-171-5/+7
* Switch to using TimeTicks rather than Time in message loopsjar@chromium.org2010-11-061-3/+3
* FBTF: Moves code to the headers.erg@google.com2010-09-281-1/+2
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons...maruel@chromium.org2009-03-031-2/+2
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-3/+2
* Switch SharedTimerWin over to using PostDelayedTask. I made some tweaks to thedarin@google.com2008-08-301-10/+8
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* reland r1075 w/ tweak to fix test failuresdarin@google.com2008-08-201-8/+9
* rollback r1075 to see if it helps resolve test failuresdarin@google.com2008-08-201-9/+8
* Eliminate TimerManager::GetCurrentDelay in favor of always referring to the f...darin@google.com2008-08-201-8/+9
* Define MessagePumpDefault and use it to implement MessageLoop on non-Windowsdarin@google.com2008-08-191-0/+2
* Take 2 at the new MessageLoop implementation.darin@google.com2008-08-161-2/+5
* Introduce MessagePump to represent the native message pump used to drive adarin@google.com2008-08-151-0/+143