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
*
Revert of Move base/prefs to components/prefs (patchset #7 id:120001 of https...
joedow
2016-01-30
62
-86
/
+9230
*
Move base/prefs to components/prefs
brettw
2016-01-30
62
-9230
/
+86
*
Revert of Enable attachment brokering of SharedMemoryHandle on Windows. (patc...
erikchen
2016-01-30
4
-2
/
+27
*
Adds WindowTreeFactory to mus
sky
2016-01-29
1
-2
/
+0
*
Fix Thread::WaitUntilThreadStarted()'s behavior when called multiple times
hashimoto
2016-01-29
2
-1
/
+9
*
This change modifies the message_loop so one can create UI message_loops with...
jsbache
2016-01-29
2
-12
/
+22
*
Add more debugging CHECKS to diagnose an Android renderer crash.
asvitkine
2016-01-29
1
-1
/
+1
*
Extend asserts in BaseChromiumApplication to cover ToolbarCallbackWrapper
twellington
2016-01-28
1
-6
/
+20
*
[Tracing] Update sync_id to be string type for clock sync
zhenw
2016-01-28
2
-3
/
+3
*
[Linux] Do not try to call readdir() on a null DIR* in base::ProcessIterator.
Robert Sesek
2016-01-27
1
-1
/
+11
*
sandbox arm64: align stack 16 bytes
riku.voipio
2016-01-27
1
-1
/
+1
*
Add a testing restriction for whether Google Play Services is up-to-date.
yfriedman
2016-01-27
1
-6
/
+0
*
Allocator cleanup: remove CHROME_PROFILER_TIME and rotten tcmalloc deps
primiano
2016-01-27
2
-11
/
+1
*
Adds a callback to TracingAgent::StartAgentTracing()
charliea
2016-01-26
1
-1
/
+4
*
trace_controller: Makes StopTracing callback ignore empty event strings
charliea
2016-01-26
1
-0
/
+2
*
Reland of [tracing] Dump child processes' memory metrics in browser (patchset...
ssid
2016-01-26
10
-639
/
+2
*
Emit logcats from base_unittests.
stip
2016-01-26
1
-0
/
+1
*
Allocator cleanup: move tcmalloc-specific calls to base
primiano
2016-01-26
1
-14
/
+6
*
Allocator cleanup: allocator_extension call directly into tcmalloc
primiano
2016-01-25
5
-39
/
+29
*
Revert of Enable handle verifier for tests and add some tests. (patchset #7 i...
oshima
2016-01-25
4
-96
/
+6
*
Remove Windows XP SHA-256 and ECDSA logic.
davidben
2016-01-25
2
-26
/
+0
*
[Tracing] Don't create PseudoStackFrames if |name| needs to be copied.
dskiba
2016-01-25
1
-7
/
+11
*
Comparison and streaming operators for base::Version
robpercival
2016-01-25
3
-26
/
+67
*
Measure time spent during StrictMode violations.
wnwen
2016-01-25
2
-1
/
+30
*
tracing: fix edge case when dumping while trace being disabled
primiano
2016-01-25
3
-9
/
+53
*
Switch base/numerics to std::is_same
jschuh
2016-01-24
3
-6
/
+2
*
Fix overflow bug in histogram sample data structures
bcf
2016-01-23
7
-9
/
+90
*
Enable handle verifier for tests and add some tests.
wfh
2016-01-22
4
-6
/
+96
*
Start of display management for mus
sky
2016-01-22
1
-0
/
+2
*
Revert of Start of display management for mus (patchset #5 id:80001 of https:...
erg
2016-01-22
1
-2
/
+0
*
tracing: Add macros for generating context trace events
skyostil
2016-01-22
3
-0
/
+99
*
Sort histograms by name before displaying them.
bcwhite
2016-01-22
1
-0
/
+9
*
android: Fix the histogram delimiter for PercentageOfResidentCodeBeforePrefetch.
lizeb
2016-01-22
1
-1
/
+1
*
Set |heap_profiling_enabled_| on ctor and MemoryDumpManager::Initialize()
bashi
2016-01-22
2
-8
/
+24
*
Remove logging::LogAtLevel and rewrite its sole caller.
jbroman
2016-01-22
1
-6
/
+0
*
Start of display management for mus
sky
2016-01-22
1
-0
/
+2
*
Allow std::unordered_*.
davidben
2016-01-22
7
-251
/
+154
*
Stack sampling profiler: reduce quantity of memory allocations during collection
wittman
2016-01-22
1
-34
/
+47
*
Disable PersistentMemoryAllocatorTest.CorruptionTest on TSAN bot as it's supp...
oshima
2016-01-22
1
-1
/
+7
*
Revert of [tracing] Dump child processes' memory metrics in browser (patchset...
oshima
2016-01-21
10
-2
/
+639
*
Convert base::Callback move-only support tests to be type parameterized.
dcheng
2016-01-21
1
-55
/
+35
*
Reland (2) of: Allow base to depend on allocator
primiano
2016-01-21
4
-50
/
+40
*
Add support for CountResidentBytes in windows
ssid
2016-01-21
2
-17
/
+36
*
[tracing] Add method to create "weak" global dumps
ssid
2016-01-21
5
-15
/
+91
*
[doc] logging: explain how to enable it in junit tests
dgn
2016-01-21
1
-1
/
+1
*
Revert of Allow std::unordered_*. (patchset #15 id:280001 of https://coderevi...
davidben
2016-01-21
7
-139
/
+237
*
Allow std::unordered_*.
davidben
2016-01-21
7
-237
/
+139
*
Replace WindowCallbackWrapper with generated instance
twellington
2016-01-20
2
-164
/
+63
*
Stack sampling profiler: avoid crashing on guard page exception
wittman
2016-01-20
1
-0
/
+21
*
Revert of Reland of: Allow base to depend on allocator (patchset #2 id:20001 ...
primiano
2016-01-20
4
-40
/
+50
[next]