index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
base
/
memory
Commit message (
Expand
)
Author
Age
Files
Lines
*
mac: Remove OwnershipPolicy parameter to scoped_nsobject.
thakis@chromium.org
2013-01-16
2
-36
/
+13
*
Add missing, and remove unnecessary, 'explicit' from constructors. (base/)
hans@chromium.org
2013-01-15
1
-1
/
+1
*
Avoid sending notifications when the bitmap data in the history backend is re...
pkotwicz@chromium.org
2013-01-14
3
-0
/
+36
*
Extend scoped_ptr to be closer to unique_ptr. Support custom deleters, and de...
ajwong@chromium.org
2012-12-20
3
-92
/
+758
*
Assert on actual contents of ScopedVector in scoped_vector_unittest.
gavinp@chromium.org
2012-12-08
1
-2
/
+25
*
Remove scoped_refptr::release which is confusing and causes leaks.
piman@chromium.org
2012-12-08
1
-11
/
+0
*
Clean up ScopedVectorTest's LifeCycleObject.
gavinp@chromium.org
2012-12-04
1
-9
/
+10
*
Fix leak in ScopedVector<>::resize()
gavinp@chromium.org
2012-11-27
2
-1
/
+41
*
Make RefCountedData thread-safe
akalin@chromium.org
2012-11-14
1
-4
/
+5
*
Move mru_cache to the new containers subdirectory.
brettw@chromium.org
2012-11-13
2
-576
/
+0
*
Add a SmallMap to base for small map lookups.
brettw@chromium.org
2012-11-09
1
-0
/
+125
*
Revert 165006 - Revert 165005 until skia_webkit.gyp is present everywhere.
bungeman@chromium.org
2012-10-30
1
-9
/
+1
*
Revert 165005 until skia_webkit.gyp is present everywhere.
bungeman@chromium.org
2012-10-30
1
-1
/
+9
*
Fix move.h's to use a concrete RValue carrier object rather than hacking a RV...
ajwong@chromium.org
2012-10-15
2
-25
/
+16
*
[Mac] base::scoped_nsobject<>::autorelease()
shess@chromium.org
2012-10-13
2
-0
/
+16
*
Allow scoped_ptr variables to be used in boolean expressions
enne@chromium.org
2012-10-06
1
-0
/
+15
*
Add WARN_UNUSED_RESULT to scoped_refptr::release.
xiaomings@google.com
2012-08-28
1
-1
/
+2
*
Purge ImplementsThreadSafeReferenceCounting() from the codebase now that Task...
fischman@chromium.org
2012-08-07
1
-4
/
+0
*
base: Fix minor warnings reported by cppcheck.
tfarina@chromium.org
2012-08-06
1
-7
/
+9
*
base: Suggest forward declare DefaultSingletonTraits in header files.
tfarina@chromium.org
2012-07-31
1
-1
/
+2
*
Upgrade AlignedMemory to support dynamic allocations.
dalecurtis@chromium.org
2012-07-26
3
-6
/
+120
*
base: Class member variables should be ended with trailing underscores.
tfarina@chromium.org
2012-07-24
1
-35
/
+35
*
Revert 147988 - Upgrade AlignedMemory to support dynamic allocations.
acolwell@chromium.org
2012-07-24
3
-121
/
+7
*
Upgrade AlignedMemory to support dynamic allocations.
dalecurtis@chromium.org
2012-07-23
3
-7
/
+121
*
Enable aligned_memory_unittest.cc on iOS.
leng@chromium.org
2012-07-20
1
-3
/
+7
*
base: Make ScopedVector::clear() destroy elements.
derat@chromium.org
2012-07-19
2
-6
/
+21
*
Second try of http://codereview.chromium.org/10698063/
kaiwang@chromium.org
2012-07-11
2
-158
/
+292
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
16
-16
/
+0
*
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
[next]