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
*
Use scoped_ptr for NavigationEntries.
avi
2015-06-23
1
-0
/
+4
*
Revert of Revert of Make SharedMemoryHandle a class on Mac. (patchset #1 id:1...
scottmg
2015-06-19
9
-33
/
+678
*
Revert of Make SharedMemoryHandle a class on Mac. (patchset #20 id:580001 of ...
scottmg
2015-06-19
9
-678
/
+33
*
Mac: Make SharedMemoryHandle its own class.
erikchen
2015-06-19
9
-33
/
+678
*
Revert of Use scoped_ptr for NavigationEntries. (patchset #4 id:60001 of http...
thakis
2015-06-19
1
-4
/
+0
*
Use scoped_ptr for NavigationEntries.
avi
2015-06-19
1
-0
/
+4
*
Remove unused locking functionality from base::SharedMemory.
erikchen
2015-06-18
5
-212
/
+36
*
Remove unnecessary message_loop_proxy.h includes
skyostil
2015-06-17
1
-2
/
+0
*
Move safe_strerror to posix directory and the base namespace.
brettw
2015-06-09
1
-2
/
+2
*
Mac: Remove code for testing batch creation of SharedMemory regions.
erikchen
2015-06-04
1
-92
/
+5
*
Remove "using" for ObserverListThreadsafe namespace.
brettw
2015-06-04
1
-9
/
+9
*
Remove base::SharedMemory::SharedMemoryId and TransportDIB::Id.
erikchen
2015-06-03
3
-25
/
+0
*
Several small changes to base::SharedMemory.
erikchen
2015-06-03
4
-26
/
+26
*
Move some logic from DiscardableSharedMemory into SharedMemory.
erikchen
2015-06-02
3
-2
/
+11
*
Extract some logic from transport_dib into shared_memory.
erikchen
2015-06-01
2
-0
/
+15
*
Add methods to base::SharedMemory to replace common SharedMemoryHandle operat...
erikchen
2015-05-30
3
-0
/
+37
*
mac: Create an A/B test for batch creation for shared memory.
erikchen
2015-05-29
1
-5
/
+92
*
Refactor SharedMemory::Create and fix a rare file leak.
erikchen
2015-05-28
1
-41
/
+72
*
Fix double listing of memory_pressure_monitor cc files
scottmg
2015-05-22
1
-2
/
+2
*
Avoid basename conflict from memory_pressure_monitor.cc
scottmg
2015-05-21
11
-0
/
+1464
*
Make GN header checker more lenient about toolchains.
brettw
2015-05-20
1
-0
/
+6
*
content: Close in-process discardable memory segments.
reveman
2015-05-20
3
-12
/
+48
*
Wrap calls to dup() in shared_memory_posix.cc in HANDLE_EINTR.
erikchen
2015-05-19
1
-2
/
+3
*
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
[next]