summaryrefslogtreecommitdiffstats
path: root/base/memory/scoped_vector.h
Commit message (Expand)AuthorAgeFilesLines
* Fix move.h's to use a concrete RValue carrier object rather than hacking a RV...ajwong@chromium.org2012-10-151-3/+3
* base: Class member variables should be ended with trailing underscores.tfarina@chromium.org2012-07-241-35/+35
* base: Make ScopedVector::clear() destroy elements.derat@chromium.org2012-07-191-3/+5
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* base: Remove dereference structure operator (i.e ->) from ScopedVector.tfarina@chromium.org2012-06-301-2/+9
* Use ScopedVector in RenderTextWin.asvitkine@chromium.org2012-06-041-0/+5
* Go ahead and forward all the std::vector<> typedefs through ScopedVector. At...pkasting@chromium.org2012-03-261-2/+8
* Add "reference" and "const_reference" typedefs to ScopedVector to enable it t...pkasting@chromium.org2012-03-211-0/+2
* remove ; which breaks nacl_integration since they use -pedanticajwong@chromium.org2012-01-201-1/+1
* Transfer the C++03 move-only type emulation into base/move.h and also make Sc...ajwong@chromium.org2012-01-201-3/+10
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* When looking at this bug, I found at least the following issues:scr@chromium.org2011-03-281-0/+6
* Move some files from base to base/memory.levin@chromium.org2011-03-281-0/+90