1. 046460d Consolidate win/x dispatchers by [email protected] · 13 years ago
  2. 2e5597c Consolidate message observer API for MessagePumpX and MessagePumWin by [email protected] · 14 years ago
  3. 0bea725 Rename BASE_API to BASE_EXPORT. by [email protected] · 14 years ago
  4. 6827766b Create views.dll / libviews.so by [email protected] · 14 years ago
  5. 26fbf80 Base: A few more files using BASE_API (for base.dll) by [email protected] · 14 years ago
  6. b90d7e80 Reland "Remove base/scoped_handle_win.h." by [email protected] · 15 years ago
  7. 15d9694 Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use the new location and namespace." by [email protected] · 15 years ago
  8. 7d340403 Remove base/scoped_handle_win.h stub and fix up all callers to use the new location and namespace. by [email protected] · 15 years ago
  9. 33e585a FBTF: Remove unneeded headers from base/ (part 9) by [email protected] · 15 years ago
  10. 7e7fab4 Switch to using TimeTicks rather than Time in message loops by [email protected] · 15 years ago
  11. 32b76ef `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views by [email protected] · 15 years ago
  12. 9cfb89a Reland r49188. by [email protected] · 15 years ago
  13. 94128148 Rebaseline tests whose expectations were changed by r55714. by [email protected] · 15 years ago
  14. e81ed05 Jankometer: Generalize the code more. Add better support for monitoring IO thread. by [email protected] · 15 years ago
  15. 6aa4a1c0 Support dragging a virtual file out of the browser. by [email protected] · 16 years ago
  16. 17b8914 Switch MessagePumpForIO to use completion ports on Windows. by [email protected] · 17 years ago
  17. e1acf6f Move Time, TimeDelta and TimeTicks into namespace base. by [email protected] · 17 years ago
  18. 32cda29d Add a way to register for completion-ports based async operations to be handled by [email protected] · 17 years ago
  19. 1a8f5d1d As an intermediate step towards having a message pump handling IO through completion ports, this CL creates two types of message pumps for windows: one to handle UI threads and another one to handle IO threads. by [email protected] · 17 years ago
  20. bf09a50 Use a more compact license header in source files. by license.bot · 17 years ago
  21. b24250fc reland r1075 w/ tweak to fix test failures by [email protected] · 17 years ago
  22. 3816f46 rollback r1075 to see if it helps resolve test failures by [email protected] · 17 years ago
  23. 1a2bfdd Eliminate TimerManager::GetCurrentDelay in favor of always referring to the fire time of the next timer. I changed the MessagePump API to refer to a delayed_work_time instead of a delay. by [email protected] · 17 years ago
  24. 295039bd Introduce MessagePump to represent the native message pump used to drive a by [email protected] · 17 years ago