| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 145402 - Rename/re-comment tests and 2 new death tests for WeakPtr | raymes@google.com | 2012-07-04 | 2 | -209/+137 |
* | Rename/re-comment tests and 2 new death tests for WeakPtr | kaiwang@chromium.org | 2012-07-04 | 2 | -137/+209 |
* | base: Remove dereference structure operator (i.e ->) from ScopedVector. | tfarina@chromium.org | 2012-06-30 | 1 | -2/+9 |
* | RefCounted types should not have public destructors, base/ edition | rsleevi@chromium.org | 2012-06-26 | 2 | -4/+11 |
* | RefCounted types should not have public destructors | rsleevi@chromium.org | 2012-06-25 | 1 | -0/+4 |
* | Fix scoped_ptr::Pass to not rely on undefined behavior | dmichael@chromium.org | 2012-06-20 | 1 | -3/+18 |
* | Add element_type in scoped_refptr. | xhwang@chromium.org | 2012-06-19 | 1 | -0/+2 |
* | Add make_scoped_ptr to scoped_ptr.h | kalman@chromium.org | 2012-06-18 | 1 | -0/+8 |
* | Add weak pointer static casting. | gavinp@chromium.org | 2012-06-15 | 3 | -5/+211 |
* | Use ScopedVector in RenderTextWin. | asvitkine@chromium.org | 2012-06-04 | 1 | -0/+5 |
* | Implement media::VideoDecodeAccelerator on Mac | sail@chromium.org | 2012-06-02 | 3 | -18/+39 |
* | Revert "Implement media::VideoDecodeAccelerator on Mac" | sail@chromium.org | 2012-06-02 | 3 | -39/+18 |
* | Implement media::VideoDecodeAccelerator on Mac | sail@chromium.org | 2012-06-02 | 3 | -18/+39 |
* | Let WeakPtrFactory operations fail once its dtor is called | oshima@chromium.org | 2012-05-18 | 1 | -0/+8 |
* | Make ScopedGenericObj compile with strict warnings when used with non-pointers. | thakis@chromium.org | 2012-05-16 | 1 | -3/+3 |
* | Move RefCountedMemory Class to Base namespace | simon.hong81@gmail.com | 2012-05-02 | 2 | -6/+3 |
* | RefCounted types should not have public destructors, base/ edition | rsleevi@chromium.org | 2012-04-25 | 3 | -11/+9 |
* | Move RefCountedStaticMemory to base namespace | simon.hong81@gmail.com | 2012-04-24 | 2 | -4/+4 |
* | Move RefCountedBytes Class to base namespace. | simon.hong81@gmail.com | 2012-04-20 | 2 | -6/+6 |
* | Add virtual and OVERRIDE to base/ implementation files | rsleevi@chromium.org | 2012-04-06 | 5 | -16/+15 |
* | Make sure that scoped_ptr<> cannot be used with ref-counted objects. | sergeyu@chromium.org | 2012-04-05 | 2 | -0/+36 |
* | Go ahead and forward all the std::vector<> typedefs through ScopedVector. At... | pkasting@chromium.org | 2012-03-26 | 1 | -2/+8 |
* | Fix ScopedVector<T> passing via base::Bind() | willchan@chromium.org | 2012-03-23 | 1 | -1/+41 |
* | Add "reference" and "const_reference" typedefs to ScopedVector to enable it t... | pkasting@chromium.org | 2012-03-21 | 1 | -0/+2 |
* | Make WeakPtr::operator* return reference instead of pointer | hashimoto@chromium.org | 2012-02-29 | 2 | -4/+6 |
* | Fix weak_ptr's operator* implementation. | mnaganov@chromium.org | 2012-02-24 | 2 | -3/+11 |
* | Add ALIGNAS and ALIGNOF macros to ensure proper alignment of StaticMemorySing... | jbates@chromium.org | 2012-02-23 | 4 | -12/+170 |
* | Update scoped_nsobject to be copyable. | qsr@chromium.org | 2012-02-09 | 2 | -136/+160 |
* | Add assert() for scoped_refptr<T>::operator->() | akalin@chromium.org | 2012-01-31 | 1 | -1/+6 |
* | Adding a scoped_nsprotocol | qsr@chromium.org | 2012-01-27 | 1 | -1/+64 |
* | Add scoped_ptr<>::PassAs<>(). | sergeyu@chromium.org | 2012-01-25 | 3 | -0/+66 |
* | remove ; which breaks nacl_integration since they use -pedantic | ajwong@chromium.org | 2012-01-20 | 2 | -4/+4 |
* | Transfer the C++03 move-only type emulation into base/move.h and also make Sc... | ajwong@chromium.org | 2012-01-20 | 3 | -51/+81 |
* | Allow construction and assignment of one scoped_ptr from another if the types... | ajwong@chromium.org | 2012-01-11 | 2 | -6/+95 |
* | Fix scoped_refptr assignment operator in the case of having it as a member. | mnaganov@chromium.org | 2012-01-05 | 2 | -4/+33 |
* | base::Bind: Remove scoped_callback_factory.h. | jhawkins@chromium.org | 2012-01-03 | 1 | -133/+0 |
* | base::Bind: Remove NewRunnableFunction. | jhawkins@chromium.org | 2012-01-01 | 1 | -19/+9 |
* | Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, sc... | ajwong@chromium.org | 2011-12-22 | 2 | -12/+173 |
* | Revert 115441 - Redo r113722 - Add Pass(), which implements move semantics, t... | jeremya@chromium.org | 2011-12-21 | 2 | -173/+12 |
* | Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, sc... | ajwong@chromium.org | 2011-12-21 | 2 | -12/+173 |
* | Revert 115350 - causes MRUCacheTest.KeyReplacement to crash | dmazzoni@chromium.org | 2011-12-21 | 1 | -4/+3 |
* | Coverity fixlet: fix PASS_BY_VALUE | scr@chromium.org | 2011-12-21 | 1 | -3/+4 |
* | Revert of "Redo r113722 - Add Pass(), which implements move semantics, to sco... | ajwong@chromium.org | 2011-12-13 | 2 | -173/+12 |
* | Revert of "Revert of "Redo r113722 - Add Pass(), which implements move semant... | ajwong@chromium.org | 2011-12-13 | 2 | -12/+173 |
* | Revert "Redo r113722 - Add Pass(), which implements move semantics, to scoped... | ajwong@chromium.org | 2011-12-13 | 2 | -173/+12 |
* | Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, sc... | ajwong@chromium.org | 2011-12-10 | 2 | -12/+173 |
* | Revert 113722 - Add Pass(), which implements move semantics, to scoped_ptr, s... | sergeyu@chromium.org | 2011-12-09 | 2 | -173/+12 |
* | Add Pass(), which implements move semantics, to scoped_ptr, scoped_array, and... | ajwong@chromium.org | 2011-12-09 | 2 | -12/+173 |
* | Revert 113338 - Revert 113315 (speculative revert for http://crbug.com/106657) | thakis@chromium.org | 2011-12-07 | 1 | -2/+2 |
* | Revert 113315 (speculative revert for http://crbug.com/106657) | thakis@chromium.org | 2011-12-07 | 1 | -2/+2 |