summaryrefslogtreecommitdiffstats
path: root/base/memory
Commit message (Expand)AuthorAgeFilesLines
* Add assert() for scoped_refptr<T>::operator->()akalin@chromium.org2012-01-311-1/+6
* Adding a scoped_nsprotocolqsr@chromium.org2012-01-271-1/+64
* Add scoped_ptr<>::PassAs<>().sergeyu@chromium.org2012-01-253-0/+66
* remove ; which breaks nacl_integration since they use -pedanticajwong@chromium.org2012-01-202-4/+4
* Transfer the C++03 move-only type emulation into base/move.h and also make Sc...ajwong@chromium.org2012-01-203-51/+81
* Allow construction and assignment of one scoped_ptr from another if the types...ajwong@chromium.org2012-01-112-6/+95
* Fix scoped_refptr assignment operator in the case of having it as a member.mnaganov@chromium.org2012-01-052-4/+33
* base::Bind: Remove scoped_callback_factory.h.jhawkins@chromium.org2012-01-031-133/+0
* base::Bind: Remove NewRunnableFunction.jhawkins@chromium.org2012-01-011-19/+9
* Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, sc...ajwong@chromium.org2011-12-222-12/+173
* Revert 115441 - Redo r113722 - Add Pass(), which implements move semantics, t...jeremya@chromium.org2011-12-212-173/+12
* Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, sc...ajwong@chromium.org2011-12-212-12/+173
* Revert 115350 - causes MRUCacheTest.KeyReplacement to crashdmazzoni@chromium.org2011-12-211-4/+3
* Coverity fixlet: fix PASS_BY_VALUEscr@chromium.org2011-12-211-3/+4
* Revert of "Redo r113722 - Add Pass(), which implements move semantics, to sco...ajwong@chromium.org2011-12-132-173/+12
* Revert of "Revert of "Redo r113722 - Add Pass(), which implements move semant...ajwong@chromium.org2011-12-132-12/+173
* Revert "Redo r113722 - Add Pass(), which implements move semantics, to scoped...ajwong@chromium.org2011-12-132-173/+12
* Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, sc...ajwong@chromium.org2011-12-102-12/+173
* Revert 113722 - Add Pass(), which implements move semantics, to scoped_ptr, s...sergeyu@chromium.org2011-12-092-173/+12
* Add Pass(), which implements move semantics, to scoped_ptr, scoped_array, and...ajwong@chromium.org2011-12-092-12/+173
* Revert 113338 - Revert 113315 (speculative revert for http://crbug.com/106657)thakis@chromium.org2011-12-071-2/+2
* Revert 113315 (speculative revert for http://crbug.com/106657)thakis@chromium.org2011-12-071-2/+2
* Save pipelining capabilities for the most used hosts between sessions.simonjam@chromium.org2011-12-071-2/+2
* Add missing BASE_EXPORT to fix buildjoth@chromium.org2011-11-071-1/+2
* Thin out the Singeton template codejoth@chromium.org2011-11-072-22/+52
* Minor perf and size optimization - don't do asserts in release buildjoth@chromium.org2011-11-041-0/+3
* Thread::Stop() must be called before any subclass's destructor completes.joi@chromium.org2011-11-021-0/+4
* Remove an unused typedef in scoped_nsobject.hisherman@chromium.org2011-10-171-4/+0
* Support dynamic switching between integrated and discrete GPUs on Mac OS X.kbr@chromium.org2011-10-131-0/+130
* Add trace code to track all posted tasks in message_loop and WorkerThreads (n...jbates@chromium.org2011-10-031-0/+3
* Upstream ProcessUtilTest, and make a few other files compile on Android.jingzhao@chromium.org2011-09-291-1/+1
* Remove the free_ member of scoped_ptr_malloc.evan@chromium.org2011-08-291-7/+3
* Make WeakPtr thread-safe, i.e. allow cross-thread copying of WeakPtrsievers@chromium.org2011-08-263-18/+220
* Revert 97808 - Make WeakPtr thread-safe, i.e. allow cross-thread copying of W...cbentzel@chromium.org2011-08-233-220/+18
* Make WeakPtr thread-safe, i.e. allow cross-thread copying of WeakPtrsievers@chromium.org2011-08-233-18/+220
* Remove Purify and Quantify.Doing so will reduce substantially the size of the...jeanluc@chromium.org2011-08-173-104/+1
* Optimize phishing page term feature extraction.gcasto@chromium.org2011-08-092-2/+63
* Rename BASE_API to BASE_EXPORT.darin@chromium.org2011-08-054-14/+14
* Re-land r93365 - add RefCountedStringjoth@chromium.org2011-07-223-14/+120
* Revert 93365 - it broke on Chrome OSjoth@chromium.org2011-07-213-118/+12
* Added RefCountedString, as this is what many RefCountedMemory users seem to wantjoth@chromium.org2011-07-213-12/+118
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Add a warning to the top of base/memory/singleton.hscherkus@chromium.org2011-06-211-0/+14
* Avoiding duplication of singular iteratortzik@chromium.org2011-06-211-1/+1
* Add missing test to WeakPtrcpu@chromium.org2011-05-241-0/+14
* Move scoped_temp_dir and scoped_native_library back from base/memory to base.thakis@chromium.org2011-05-196-383/+0
* iwyu: Use callback_old.h where appropriate, part 1.jhawkins@chromium.org2011-05-101-1/+1
* Moved mru_cache from content/common to base/memory.agayev@chromium.org2011-04-272-0/+516
* Delete a few unused functions.thakis@chromium.org2011-04-251-3/+0
* linux: don't always print dlopen errors from LoadNativeLibraryevan@chromium.org2011-04-181-1/+1