summaryrefslogtreecommitdiffstats
path: root/base/message_pump_win.h
Commit message (Expand)AuthorAgeFilesLines
* Consolidate message observer API for MessagePumpX and MessagePumWinoshima@google.com2011-10-041-20/+4
* Rename BASE_API to BASE_EXPORT.darin@chromium.org2011-08-051-6/+6
* Create views.dll / libviews.sodarin@chromium.org2011-07-281-2/+2
* Base: A few more files using BASE_API (for base.dll)rvargas@google.com2011-03-251-3/+4
* Reland "Remove base/scoped_handle_win.h."tfarina@chromium.org2011-01-091-3/+3
* Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th...thakis@chromium.org2011-01-071-3/+3
* Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo...tfarina@chromium.org2011-01-071-3/+3
* FBTF: Remove unneeded headers from base/ (part 9)thestig@chromium.org2010-11-201-1/+0
* Switch to using TimeTicks rather than Time in message loopsjar@chromium.org2010-11-061-3/+3
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Reland r49188.willchan@chromium.org2010-06-091-1/+24
* Rebaseline tests whose expectations were changed by r55714.hamaji@chromium.org2010-06-091-24/+1
* Jankometer: Generalize the code more. Add better support for monitoring IO t...willchan@chromium.org2010-06-081-1/+24
* Support dragging a virtual file out of the browser.jianli@chromium.org2010-01-151-0/+3
* Switch MessagePumpForIO to use completion ports on Windows.rvargas@google.com2008-11-071-99/+191
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-1/+0
* Add a way to register for completion-ports based async operations to be handledrvargas@google.com2008-10-091-0/+34
* As an intermediate step towards having a message pump handling IO through com...rvargas@google.com2008-09-251-24/+50
* 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-1/+1
* rollback r1075 to see if it helps resolve test failuresdarin@google.com2008-08-201-1/+1
* Eliminate TimerManager::GetCurrentDelay in favor of always referring to the f...darin@google.com2008-08-201-1/+1
* Introduce MessagePump to represent the native message pump used to drive adarin@google.com2008-08-151-0/+216