1. dfaa94c dllexport base::internal::WeakReference::Flag by hans@chromium.org · 10 years ago
  2. 8003370 Remove obsolete WeakPtr hack. by sievers@chromium.org · 11 years ago
  3. 623e16c base: Re-re-apply WeakPtr support for SequencedWorkerPools by tommycli@chromium.org · 11 years ago
  4. fadd934 Revert 213906 "base: Re-apply WeakPtr support for SequencedWorke..." by dewittj@chromium.org · 11 years ago
  5. 755085a base: Re-apply WeakPtr support for SequencedWorkerPools, fixing deadlock by tommycli@chromium.org · 11 years ago
  6. 1df6bf1 Revert 211956 "base: Change WeakPtr to use SequenceChecker inste..." by vandebo@chromium.org · 11 years ago
  7. e69cf58 base: Change WeakPtr to use SequenceChecker instead of ThreadChecker. by tommycli@chromium.org · 11 years ago
  8. 93ab157 Make expressions like "if (weak_ptr)" work by akalin@chromium.org · 11 years ago
  9. 77cc691 Remove WeakPtr<T>'s operator T*() by akalin@chromium.org · 11 years ago
  10. 3d50fe9 Revert 204293 "Remove WeakPtr<T>'s operator T*()" by kkania@chromium.org · 11 years ago
  11. 1b453d9 Remove WeakPtr<T>'s operator T*() by akalin@chromium.org · 11 years ago
  12. 7501b03 Update base/ to use scoped_refptr<T>::get() rather than implicit "operator T*" by rsleevi@chromium.org · 11 years ago
  13. 5d82882 Remove all but one use of WeakPtrFactory::DetachFromThread. by wez@chromium.org · 11 years ago
  14. d2742f7 Revert 202038 "Remove all but one use of WeakPtrFactory::DetachF..." by erg@chromium.org · 11 years ago
  15. d0f2c7e Remove all but one use of WeakPtrFactory::DetachFromThread. by wez@chromium.org · 11 years ago
  16. 0781293 Overhaul comments on WeakPtr to emphasize WeakPtrFactory over SupportsWeakPtr. by wez@chromium.org · 11 years ago
  17. d4044f4 Fix WeakPtr's generalized copy constructor to work on non-owner threads by akalin@chromium.org · 12 years ago
  18. 6ecf8e8 Second try of http://codereview.chromium.org/10698063/ by kaiwang@chromium.org · 12 years ago
  19. 1d967bf Remove the rest of #pragma once in one big CL. by ajwong@chromium.org · 12 years ago
  20. 9b96cbb Revert 145402 - Rename/re-comment tests and 2 new death tests for WeakPtr by raymes@google.com · 12 years ago
  21. 823fff1 Rename/re-comment tests and 2 new death tests for WeakPtr by kaiwang@chromium.org · 12 years ago
  22. d55e9a4 RefCounted types should not have public destructors, base/ edition by rsleevi@chromium.org · 12 years ago
  23. 9dd8b17 Add weak pointer static casting. by gavinp@chromium.org · 12 years ago
  24. 6bd732e Let WeakPtrFactory operations fail once its dtor is called by oshima@chromium.org · 12 years ago
  25. 35959d9 Make WeakPtr::operator* return reference instead of pointer by hashimoto@chromium.org · 13 years ago
  26. b67268d Fix weak_ptr's operator* implementation. by mnaganov@chromium.org · 13 years ago
  27. ef9e757 Make WeakPtr thread-safe, i.e. allow cross-thread copying of WeakPtr by sievers@chromium.org · 13 years ago
  28. 2597d5f Revert 97808 - Make WeakPtr thread-safe, i.e. allow cross-thread copying of WeakPtr by cbentzel@chromium.org · 13 years ago
  29. bb4c289 Make WeakPtr thread-safe, i.e. allow cross-thread copying of WeakPtr by sievers@chromium.org · 13 years ago
  30. e585bed Rename BASE_API to BASE_EXPORT. by darin@chromium.org · 13 years ago
  31. 090a490 Fix base::internal::WeakReference::Flag to be RefCountedThreadSafe. by willchan@chromium.org · 13 years ago
  32. 007ebaf Revert 81142 - Fix base::internal::WeakReference::Flag to be RefCountedThreadSafe.This allows a base::WeakPtr to be deleted on a different thread, which will modify the refcount on Flag.BUG=noneTEST=noneReview URL: http://codereview.chromium.org/6826034 by erg@google.com · 13 years ago
  33. 3c4c781 Fix base::internal::WeakReference::Flag to be RefCountedThreadSafe. by willchan@chromium.org · 13 years ago
  34. 5c52868 Move some files from base to base/memory. by levin@chromium.org · 13 years ago[Renamed (97%) from base/weak_ptr.h]
  35. e106ef6 Base: A few more files using BASE_API (for base.dll) by rvargas@google.com · 13 years ago
  36. 852e207 Make WeakPtr more strict about its NonThreadSafe behavior. by willchan@chromium.org · 14 years ago
  37. 088ae93 Move non_thread_safe from base to base/threading and into the base namespace. by brettw@chromium.org · 14 years ago
  38. d489d39 Make ~GoogleURLChangeNotifier happen on the I/O thread. by levin@chromium.org · 14 years ago
  39. 339884d Make the ref counts mutable, so we can ref count const objects. by willchan@chromium.org · 14 years ago
  40. 01d1452 `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views by thakis@chromium.org · 14 years ago
  41. a364472 Remove more definitions from header files. by erg@chromium.org · 14 years ago
  42. 493f5f6 Move implementation from header to source. by erg@chromium.org · 14 years ago
  43. a12c444 Fixing the example for weak_ptr so it is correct by brettw@chromium.org · 15 years ago
  44. 598970d Implement ScopedRunnableMethodFactory using WeakPtr. by darin@chromium.org · 15 years ago
  45. b8c453c Make WeakPtr harder to misuse. by phajdan.jr@chromium.org · 15 years ago
  46. 9f492d9 Eliminate remaining WebCore dependencies from webplugin_impl.cc by darin@chromium.org · 15 years ago
  47. 046526c Add a WeakPtr<T> class. by darin@chromium.org · 15 years ago