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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove using namespace from ObserverList.
brettw
2015-06-03
7
-10
/
+7
*
Remove base::SharedMemory::SharedMemoryId and TransportDIB::Id.
erikchen
2015-06-03
3
-25
/
+0
*
[tracing] Change outer/inner size representation in memory dumps
primiano
2015-06-03
7
-45
/
+52
*
Remove namespace using directive for base::Pickle.
brettw
2015-06-03
2
-15
/
+9
*
Pass file Regions along with FDs to child processes on Android
agrieve
2015-06-03
2
-4
/
+16
*
[tracing] API to express memory suballocation and cross-process sharing
primiano
2015-06-03
3
-16
/
+110
*
base/threading: minor cleanups to remove friend class
toyoshim
2015-06-03
4
-17
/
+14
*
[Android] Generate scripts at build time to run android tests.
mikecase
2015-06-03
2
-0
/
+2
*
Several small changes to base::SharedMemory.
erikchen
2015-06-03
4
-26
/
+26
*
[Startup Tracing] Hook up TraceConfig and remove CategoryFilter & TraceOptions
zhenw
2015-06-02
19
-1020
/
+494
*
Add support for backgrounding processes on the Mac
shrike
2015-06-02
6
-13
/
+183
*
Move some logic from DiscardableSharedMemory into SharedMemory.
erikchen
2015-06-02
3
-2
/
+11
*
Move UnixDomainSocket to base namespace
brettw
2015-06-02
3
-31
/
+37
*
[scheduler]: Avoid waking up the scheduler to end long idle periods.
rmcilroy
2015-06-02
1
-0
/
+16
*
Remove ScopedProfiler in Thread::StartWithOptions
kinuko
2015-06-02
1
-6
/
+0
*
Move Pickle to base namespace.
brettw
2015-06-02
8
-46
/
+54
*
Move ObserverList to base namespace.
brettw
2015-06-02
2
-31
/
+49
*
Remove Unactionable or Low Jank USER32 Instrumentation
robliao
2015-06-02
3
-35
/
+0
*
wfh@ to base/alloc owners
cpu
2015-06-02
1
-0
/
+4
*
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
*
Fixit: Fork base::TimeTicks --> TimeTicks + ThreadTicks + TraceTicks
miu
2015-05-29
14
-210
/
+296
*
Move Tuple to base namespace.
brettw
2015-05-29
3
-15
/
+24
*
mac: Create an A/B test for batch creation for shared memory.
erikchen
2015-05-29
1
-5
/
+92
*
[tracing] Add support for floating point scalar values in memory dumps
primiano
2015-05-29
4
-36
/
+64
*
Disable WinHeapDumpProvider on XP.
sebmarchand
2015-05-29
2
-4
/
+18
*
[Startup Tracing] Implement disabled-by-default category correctly
zhenw
2015-05-29
3
-53
/
+148
*
Don't crash on generating JNI without output file
paulmiller
2015-05-29
1
-1
/
+1
*
[tracing] Add guid overload to CreateAllocatorDump
primiano
2015-05-29
2
-3
/
+22
*
Temporarily re-add ScopedTracker in Thread::StartWithOptions for follow-up
kinuko
2015-05-29
1
-0
/
+5
*
Handled nullptr argument passing in WaitForExit() and WaitForExitWithTimeout(...
g.mehndiratt
2015-05-29
3
-3
/
+10
*
Refactor SharedMemory::Create and fix a rare file leak.
erikchen
2015-05-28
1
-41
/
+72
*
Add the ability to schedule any pending lossy prefs to be written.
benwells
2015-05-28
10
-2
/
+52
*
[tracing] Extend memory dump API with graphs
primiano
2015-05-28
6
-7
/
+137
*
Testing: Fixed printing FilePaths when a test fails comparing them.
mgiuca
2015-05-28
4
-7
/
+24
*
Add strictly checked numeric types
jschuh
2015-05-28
3
-1
/
+89
*
[Startup Tracing] Add TraceConfig class
zhenw
2015-05-27
7
-196
/
+1039
*
Clarify JNI documentation regarding class type name.
scheib
2015-05-27
1
-9
/
+8
*
[tracing] Add MemoryAllocatorDumpGuid class
primiano
2015-05-27
4
-0
/
+82
*
Move android_webview/aw_assets.cc -> base/android/apk_assets.cc
agrieve
2015-05-27
7
-0
/
+141
*
Fix sparse histograms logging counts of 0.
asvitkine
2015-05-27
3
-5
/
+49
*
Clean up base histograms code.
asvitkine
2015-05-27
10
-123
/
+86
*
[tracing] Add Clear() method to ProcessMemoryDump
primiano
2015-05-26
7
-4
/
+75
*
[Startup Tracing] Separate TraceOptions and CategoryFilter
zhenw
2015-05-26
11
-625
/
+732
*
Change outputting ints in win/linux GetCpuUsage to doubles. Note the line I u...
rkaplow
2015-05-26
2
-5
/
+2
*
Add missing BASE_EXPORT to LogErrorNotReached().
tnagel
2015-05-26
1
-1
/
+1
*
Chrome OS: Reduce NOTREACHED() overhead for release builds.
tnagel
2015-05-24
2
-2
/
+11
*
Reland (3rd try): Lazily initialize MessageLoop for faster thread startup
kinuko
2015-05-23
13
-160
/
+268
*
Set minimum Windows wait time to 1 ms in MessagePumpDefault::Run
brucedawson
2015-05-23
1
-2
/
+10
*
Make DictionaryValue::DeepCopyWithoutEmptyChildren return a scoped_ptr
estade
2015-05-23
3
-44
/
+50
[next]