| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Save pipelining capabilities for the most used hosts between sessions. | simonjam@chromium.org | 2011-12-07 | 1 | -2/+2 |
* | Add missing BASE_EXPORT to fix build | joth@chromium.org | 2011-11-07 | 1 | -1/+2 |
* | Thin out the Singeton template code | joth@chromium.org | 2011-11-07 | 2 | -22/+52 |
* | Minor perf and size optimization - don't do asserts in release build | joth@chromium.org | 2011-11-04 | 1 | -0/+3 |
* | Thread::Stop() must be called before any subclass's destructor completes. | joi@chromium.org | 2011-11-02 | 1 | -0/+4 |
* | Remove an unused typedef in scoped_nsobject.h | isherman@chromium.org | 2011-10-17 | 1 | -4/+0 |
* | Support dynamic switching between integrated and discrete GPUs on Mac OS X. | kbr@chromium.org | 2011-10-13 | 1 | -0/+130 |
* | Add trace code to track all posted tasks in message_loop and WorkerThreads (n... | jbates@chromium.org | 2011-10-03 | 1 | -0/+3 |
* | Upstream ProcessUtilTest, and make a few other files compile on Android. | jingzhao@chromium.org | 2011-09-29 | 1 | -1/+1 |
* | Remove the free_ member of scoped_ptr_malloc. | evan@chromium.org | 2011-08-29 | 1 | -7/+3 |
* | Make WeakPtr thread-safe, i.e. allow cross-thread copying of WeakPtr | sievers@chromium.org | 2011-08-26 | 3 | -18/+220 |
* | Revert 97808 - Make WeakPtr thread-safe, i.e. allow cross-thread copying of W... | cbentzel@chromium.org | 2011-08-23 | 3 | -220/+18 |
* | Make WeakPtr thread-safe, i.e. allow cross-thread copying of WeakPtr | sievers@chromium.org | 2011-08-23 | 3 | -18/+220 |
* | Remove Purify and Quantify.Doing so will reduce substantially the size of the... | jeanluc@chromium.org | 2011-08-17 | 3 | -104/+1 |
* | Optimize phishing page term feature extraction. | gcasto@chromium.org | 2011-08-09 | 2 | -2/+63 |
* | Rename BASE_API to BASE_EXPORT. | darin@chromium.org | 2011-08-05 | 4 | -14/+14 |
* | Re-land r93365 - add RefCountedString | joth@chromium.org | 2011-07-22 | 3 | -14/+120 |
* | Revert 93365 - it broke on Chrome OS | joth@chromium.org | 2011-07-21 | 3 | -118/+12 |
* | Added RefCountedString, as this is what many RefCountedMemory users seem to want | joth@chromium.org | 2011-07-21 | 3 | -12/+118 |
* | some cleanup for base/stl_util | dilmah@chromium.org | 2011-07-19 | 1 | -1/+1 |
* | Add a warning to the top of base/memory/singleton.h | scherkus@chromium.org | 2011-06-21 | 1 | -0/+14 |
* | Avoiding duplication of singular iterator | tzik@chromium.org | 2011-06-21 | 1 | -1/+1 |
* | Add missing test to WeakPtr | cpu@chromium.org | 2011-05-24 | 1 | -0/+14 |
* | Move scoped_temp_dir and scoped_native_library back from base/memory to base. | thakis@chromium.org | 2011-05-19 | 6 | -383/+0 |
* | iwyu: Use callback_old.h where appropriate, part 1. | jhawkins@chromium.org | 2011-05-10 | 1 | -1/+1 |
* | Moved mru_cache from content/common to base/memory. | agayev@chromium.org | 2011-04-27 | 2 | -0/+516 |
* | Delete a few unused functions. | thakis@chromium.org | 2011-04-25 | 1 | -3/+0 |
* | linux: don't always print dlopen errors from LoadNativeLibrary | evan@chromium.org | 2011-04-18 | 1 | -1/+1 |