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
*
branch 2403: content: Close in-process discardable memory segments.
Bo Liu
2015-05-21
3
-12
/
+48
*
Rename OS-specific MemoryPressureMonitor implementations.
chrisha
2015-05-15
1
-0
/
+3
*
Create base::win::MemoryPressureMonitor class.
chrisha
2015-05-08
1
-1
/
+2
*
base: Remove most uses of MessageLoopProxy
skyostil
2015-04-30
2
-26
/
+22
*
Revert of base: Remove use of MessageLoopProxy (patchset #6 id:100001 of http...
stevenjb
2015-04-29
2
-22
/
+26
*
base: Remove use of MessageLoopProxy
skyostil
2015-04-29
2
-26
/
+22
*
base: Remove const modifier from return type of DiscardableMemory::data_as().
reveman
2015-04-22
1
-2
/
+2
*
Update RefCountedDeleteOnMessageLoop to use SingleThreadTaskRunner
ricea
2015-04-21
1
-6
/
+13
*
Apply automated fixits for Chrome clang plugin to base_unittests.
dcheng
2015-04-17
1
-2
/
+2
*
base: Rename DiscardableMemory::Memory() to ::data().
reveman
2015-04-16
1
-2
/
+7
*
Add move support for scoped_refptr.
kkimlabs
2015-04-13
2
-5
/
+372
*
base::ManualConstructor improvements
mikhail.pozdnyakov
2015-04-09
1
-60
/
+6
*
Introduce base::MemoryPressureMonitor
dmichael
2015-04-07
3
-0
/
+72
*
Re-land: base: Replace PurgeAndTruncate with Shrink function.
reveman
2015-04-06
3
-22
/
+48
*
Revert of base: Replace PurgeAndTruncate with Shrink function. (patchset #5 i...
reveman
2015-04-01
3
-48
/
+22
*
base: Replace PurgeAndTruncate with Shrink function.
reveman
2015-03-25
3
-22
/
+48
*
base: Remove DiscardableMemory::CreateLockedMemory.
reveman
2015-03-18
2
-30
/
+16
*
base: Rename discardable memory allocator interface and remove unnecessary cl...
reveman
2015-03-17
8
-176
/
+73
*
De-duplicate BASE_IMPLEMENTATION define in the GN build.
brettw
2015-03-16
1
-1
/
+1
*
Re-land: base: Implement browser process support for discardable memory.
reveman
2015-03-16
2
-106
/
+1
*
Revert "base: Implement browser process support for discardable memory."
Stephen White
2015-03-16
2
-1
/
+106
*
base: Implement browser process support for discardable memory.
reveman
2015-03-16
2
-106
/
+1
*
base: Remove discardable memory types.
reveman
2015-03-12
8
-317
/
+14
*
Add profiling to shared memory creation on posix systems.
erikchen
2015-03-12
1
-1
/
+24
*
base: Simplify the base::DiscardableMemory API.
reveman
2015-03-12
8
-72
/
+24
*
base: Remove unused DiscardableMemoryManager class.
reveman
2015-03-12
4
-878
/
+0
*
base: Remove DiscardableMemoryMach.
reveman
2015-03-11
9
-218
/
+4
*
base: Remove DiscardableMemoryAshmem.
reveman
2015-03-11
13
-1131
/
+7
*
base: Remove DiscardableMemoryEmulated.
reveman
2015-03-11
9
-244
/
+4
*
Fix GN NaCl Debug build of base.
ncbray
2015-03-10
1
-0
/
+81
*
base: Fix/add header #ifndef guards.
danakj
2015-03-10
1
-3
/
+3
*
base: Use more specific CHECK macros for comparisons.
danakj
2015-03-09
2
-2
/
+2
*
Revert of base: Fix/add header #ifndef guards. (patchset #2 id:20001 of https...
bnc
2015-03-09
1
-3
/
+3
*
base: Fix/add header #ifndef guards.
danakj
2015-03-09
1
-3
/
+3
*
base: Spelling corrections in DiscardableSharedMemory comments.
reveman
2015-03-02
1
-2
/
+2
*
base: Use browser-wide discardable memory on MacOSX.
reveman
2015-02-27
1
-1
/
+1
*
base: Use browser-wide discardable memory on Android.
reveman
2015-02-27
1
-1
/
+1
*
On Windows, if intention for shared memory name is empty then we pass NULL.
shrikant
2015-02-24
1
-1
/
+2
*
Re-land: base: Enable browser-wide discardable memory on Linux, CrOS and Wind...
reveman
2015-02-21
4
-8
/
+8
*
Remove the happens-before annotations from base/memory/singleton.h
glider
2015-02-20
1
-9
/
+0
*
Remove unnecessary include after https://codereview.chromium.org/932153002/.
bauerb
2015-02-19
1
-1
/
+0
*
Revert of Re-land: base: Enable browser-wide discardable memory on Linux, CrO...
kbr
2015-02-19
4
-8
/
+8
*
Re-land: base: Enable browser-wide discardable memory on Linux, CrOS and Wind...
reveman
2015-02-19
4
-8
/
+8
*
Use std::stringstream for the expected value as well in ScopedPtrTest.Logging...
bauerb
2015-02-18
1
-4
/
+7
*
base: Remove use of DiscardableMemoryManager from shmem implementation of dis...
reveman
2015-02-18
19
-232
/
+16
*
base: Fix DiscardableSharedMemory locking problem.
reveman
2015-02-18
2
-16
/
+26
*
Make logging a scoped_ptr<T> more useful.
dcheng
2015-02-17
2
-0
/
+19
*
Pass FROM_HERE to ObserverListThreadSafe::Notify to improve profile.
reillyg
2015-02-09
1
-1
/
+1
*
Update {virtual,override,final} to follow C++11 style in base.
dcheng
2015-02-06
1
-8
/
+8
*
Move OpenProcessHandle to Process::Open.
rvargas
2015-02-04
1
-48
/
+0
[next]