1. 1d967bf Remove the rest of #pragma once in one big CL. by ajwong@chromium.org · 12 years ago
  2. 062f968 Make new TaskRunner, SequencedTaskRunner, and SingleThreadTaskRunner interfaces by akalin@chromium.org · 13 years ago
  3. e4f3dc3 Remove task.h and finish base::Bind() migration. by ajwong@chromium.org · 13 years ago
  4. e194f3d base::Bind: Remove Task. by jhawkins@chromium.org · 13 years ago
  5. 2116fc9 Convert various ReleaseSoon methods to use base::Bind() by dcheng@chromium.org · 13 years ago
  6. 3690474 Replace MessageLoop::DeleteSoon implementation with one that uses base::Bind. by dcheng@chromium.org · 13 years ago
  7. 7bf887b Revert 115997 - Replace MessageLoop::DeleteSoon implementation with one that uses base::Bind. by dcheng@chromium.org · 13 years ago
  8. 47685c1 Replace MessageLoop::DeleteSoon implementation with one that uses base::Bind. by dcheng@chromium.org · 13 years ago
  9. 4d61c7d callback_forward.h forward-declares base::Callback and base::Closure. by erikwright@chromium.org · 13 years ago
  10. 8e2e300 Delete Tracked, and move Location to its own file. by ajwong@chromium.org · 13 years ago
  11. 01efe90 Fix comment for PostTaskAndReply(). by willchan@chromium.org · 13 years ago
  12. 545839a Implementation of PostTaskAndReply() in MessageLoopProxy and BrowserThread. by ajwong@chromium.org · 13 years ago
  13. ba04861 Add MessageLoopProxy::current by nduca@chromium.org · 13 years ago
  14. e585bed Rename BASE_API to BASE_EXPORT. by darin@chromium.org · 13 years ago
  15. 12fa092 Support Closure in ALL the loops! by ajwong@chromium.org · 13 years ago
  16. bde17b3 Clarify documentation about when a task may fail to post to a message loop by joth@chromium.org · 14 years ago
  17. 5c52868 Move some files from base to base/memory. by levin@chromium.org · 14 years ago
  18. e106ef6 Base: A few more files using BASE_API (for base.dll) by rvargas@google.com · 14 years ago
  19. a3a9399 Fix shutdown crash in CertVerifier by using a MessageLoopProxy. by willchan@chromium.org · 14 years ago
  20. 78bc975 Revert "Revert "Const-ify RefCountedThreadSafe::AddRef and Release."" by mpcomplete@chromium.org · 14 years ago
  21. ec40751 Revert "Const-ify RefCountedThreadSafe::AddRef and Release." by levin@chromium.org · 14 years ago
  22. 4d61c7e Const-ify RefCountedThreadSafe::AddRef and Release. by mpcomplete@chromium.org · 14 years ago
  23. d7bb365 base: comment fixes only by agl@chromium.org · 14 years ago
  24. 7191523 FBTF: Moves code to the headers. by erg@google.com · 14 years ago
  25. 01d1452 `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views by thakis@chromium.org · 14 years ago
  26. ed4f0e7 Add virtual to some base classes that have virtual methods by jar@chromium.org · 14 years ago
  27. d393cc4 Created a stock implementation of the MessageLoopProxy interface than can be used to create an implementation that targets the current thread's message loop. by sanjeevr@chromium.org · 14 years ago
  28. a1cdd68 Changed UrlFetcher to use a MessageLoopProxy instead of directly relying on ChromeThread. This will allow us to make UrlFetcher independent of ChromeThread and we can then move it to chrome/common. by sanjeevr@chromium.org · 14 years ago
  29. 11e02e6 Created a MessageLoopProxy interface. This provides a thread-safe refcounted interface to the Post* methods by sanjeevr@chromium.org · 14 years ago