1. f2ebbf06 Objects that derive from RefCounted/RefCountedThreadSafe should not have public dtors. by [email protected] · 13 years ago
  2. 0bea725 Rename BASE_API to BASE_EXPORT. by [email protected] · 14 years ago
  3. 3b63f8f4 Move some files from base to base/memory. by [email protected] · 14 years ago
  4. 26fbf80 Base: A few more files using BASE_API (for base.dll) by [email protected] · 14 years ago
  5. 4554c23 MessagePump implementations should call DoWork and DoDelayedWork at equal by [email protected] · 15 years ago
  6. 7e7fab4 Switch to using TimeTicks rather than Time in message loops by [email protected] · 15 years ago
  7. d4799a3 FBTF: Moves code to the headers. by [email protected] · 15 years ago
  8. 32b76ef `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views by [email protected] · 15 years ago
  9. 52a261f NO CODE CHANGE (except one global std::wstring changed to const wchar_t* const per style compliance). by [email protected] · 16 years ago
  10. e1acf6f Move Time, TimeDelta and TimeTicks into namespace base. by [email protected] · 17 years ago
  11. 9bcbf47 Switch SharedTimerWin over to using PostDelayedTask. I made some tweaks to the by [email protected] · 17 years ago
  12. bf09a50 Use a more compact license header in source files. by license.bot · 17 years ago
  13. b24250fc reland r1075 w/ tweak to fix test failures by [email protected] · 17 years ago
  14. 3816f46 rollback r1075 to see if it helps resolve test failures by [email protected] · 17 years ago
  15. 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
  16. b16ef31 Define MessagePumpDefault and use it to implement MessageLoop on non-Windows by [email protected] · 17 years ago
  17. fc7fb6e Take 2 at the new MessageLoop implementation. by [email protected] · 17 years ago
  18. 295039bd Introduce MessagePump to represent the native message pump used to drive a by [email protected] · 17 years ago