1. 8e5e0e6 Remove old C++03 move emulation code. by dcheng · 9 years ago
  2. 6317056 styleguide: Allow std::move for move semantics. by vmpstr · 9 years ago
  3. 5088ec9 Move an include guard to guard all code in base/move.h by bratell · 9 years ago
  4. 6dafbed Make deleted constructors take a const parameter in move-only type macro. by mgraczyk · 9 years ago
  5. 56bcfba Add move support for scoped_refptr. by kkimlabs · 9 years ago
  6. 16ca5a8 base: Make scoped_ptr::Pass() act like std::move(). by danakj · 10 years ago
  7. 288f27a Remove move-only-type whitelists in CallbackParamTraits and CallbackForward by SFINAE by kinuko@chromium.org · 11 years ago
  8. eb26917 Small fixes around the code by sergeygs@chromium.org · 11 years ago
  9. fc6088b Fix scoped_ptr<T[]> to disallow construction and reset from NULL. by dcheng@chromium.org · 11 years ago
  10. ca5925f Fix move.h's to use a concrete RValue carrier object rather than hacking a RValue&. by ajwong@chromium.org · 12 years ago
  11. f8659b7 Coverity: Fix a pass-by-value. by jhawkins@chromium.org · 12 years ago
  12. 59f1fbb Transfer the C++03 move-only type emulation into base/move.h and also make ScopedVector move-only. by ajwong@chromium.org · 13 years ago
  13. f89529e Erase base/move. The pattern we use is pass by const ref and this is confusing people. by brettw@chromium.org · 14 years ago
  14. 01d1452 `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views by thakis@chromium.org · 14 years ago
  15. e828071 Notification for battery with <= 15 minutes remaining. by seanparent@google.com · 14 years ago