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 Revert of Make SharedMemoryHandle a class on Mac. (patchset #1 id:1...
scottmg
2015-06-19
10
-33
/
+686
*
Revert of Make SharedMemoryHandle a class on Mac. (patchset #20 id:580001 of ...
scottmg
2015-06-19
10
-686
/
+33
*
Mac: Make SharedMemoryHandle its own class.
erikchen
2015-06-19
10
-33
/
+686
*
Android: Store language .pak files in res/raw rather than assets
agrieve
2015-06-19
1
-123
/
+92
*
base: Remove port.h include.
tfarina
2015-06-19
3
-20
/
+0
*
base: Remove MessageLoopProxy
skyostil
2015-06-19
16
-328
/
+182
*
Load V8 startup data directly from the APK on Android.
agrieve
2015-06-19
1
-2
/
+1
*
Store and load icudtl.dat directly from the apk rather than extracting on sta...
agrieve
2015-06-19
1
-0
/
+16
*
[tracing] Expose AddOwnershipEdge and CreateAllocatorDump with guid to blink.
ssid
2015-06-19
1
-0
/
+2
*
Set empty root view controller for ios unit tests.
justincohen
2015-06-19
1
-0
/
+4
*
Revert of Use scoped_ptr for NavigationEntries. (patchset #4 id:60001 of http...
thakis
2015-06-19
1
-4
/
+0
*
Take 2: Moved logic for mapping child process FDs for ICU and V8 into child_p...
agrieve
2015-06-19
5
-108
/
+127
*
Avoid redundant Looper tracing
paulmiller
2015-06-19
1
-1
/
+9
*
Optimize machine code size of UMA histogram macros.
asvitkine
2015-06-19
2
-0
/
+85
*
Build ForkWithFlags and part of NamespaceSandbox under nonsfi newlib.
rickyz
2015-06-19
3
-52
/
+61
*
Use scoped_ptr for NavigationEntries.
avi
2015-06-19
1
-0
/
+4
*
Stop crashing in NetworkChangeNotifierMac when running tests.
esprehn
2015-06-18
1
-0
/
+2
*
Remove unused locking functionality from base::SharedMemory.
erikchen
2015-06-18
5
-212
/
+36
*
ifdef out ProcessUtilTest.CloneFlags on linux with old kernel headers
mostynb
2015-06-18
1
-0
/
+2
*
Making the MemoryDumpManager less aggressive in disabling dump providers on f...
ssid
2015-06-18
3
-16
/
+36
*
Use StartsWith rather than == to compare BackgroundRendererProcesses experime...
gab
2015-06-18
1
-1
/
+4
*
Revert of Don't peek messages in the MessagePumpForUI class when we receive o...
scottmg
2015-06-18
7
-131
/
+55
*
Remove base::Thread::SetPriority() interface
toyoshim
2015-06-18
2
-10
/
+0
*
Remove unnecessary message_loop_proxy.h includes
skyostil
2015-06-17
1
-2
/
+0
*
[tracing] Fix malloc accounting in memory-infra
primiano
2015-06-17
1
-2
/
+2
*
ServiceWorker: Migrate the script cache backend from BlockFile to Simple
nhiroki
2015-06-17
1
-0
/
+3
*
@VisibleForTesting and @RemovableInRelease are enough to make
dgn
2015-06-17
4
-7
/
+58
*
Revert of Revert of Sync Windows build flags between GYP and GN (patchset #1 ...
phoglund
2015-06-17
1
-4
/
+4
*
Revert of Sync Windows build flags between GYP and GN (patchset #4 id:60001 o...
phoglund
2015-06-17
1
-4
/
+4
*
Sync Windows build flags between GYP and GN
brettw
2015-06-16
1
-4
/
+4
*
Revert of Moved logic for mapping child process FDs for ICU and V8 into child...
mek
2015-06-16
2
-114
/
+85
*
Moved logic for mapping child process FDs for ICU and V8 into child_process_l...
agrieve
2015-06-16
2
-85
/
+114
*
[tracing] Warmup the ThreadLocalEventBuffer when MemoryInfra is enabled
primiano
2015-06-16
3
-20
/
+51
*
GN updates to build base on iOS
chinmaygarde
2015-06-16
2
-5
/
+55
*
Change histogram.h includes to histogram_macros.h in metrics code.
asvitkine
2015-06-16
5
-3
/
+5
*
Write new Starts/EndsWith and convert FilePath functions to StringPiece.
brettw
2015-06-16
7
-135
/
+232
*
Remove base::SimpleThread::SetThreadPriority() interface
toyoshim
2015-06-16
1
-8
/
+4
*
Initialize num_flush_callbacks_
oshima
2015-06-16
1
-0
/
+1
*
ScopedPtrMap: Added Compare template parameter.
mgiuca
2015-06-16
2
-2
/
+19
*
Only support seeking file streams from the beginning of the file.
reillyg
2015-06-16
2
-0
/
+12
*
Optimize memory use of registered histograms.
asvitkine
2015-06-15
3
-7
/
+23
*
Avoid emptry tracing callbacks when possible.
hubbe
2015-06-15
2
-17
/
+56
*
[tracing] fix a data race in MemoryDumpManager
primiano
2015-06-15
2
-10
/
+6
*
[Android] Refactor browser test execution. (RELAND)
jbudorick
2015-06-12
1
-0
/
+4
*
Move EndsWith to base namespace.
brettw
2015-06-12
2
-11
/
+14
*
Disable MessagePumpLibeventTest.TestWatchingFromBadThread on Linux.
Steve Kobes
2015-06-12
1
-2
/
+2
*
Disable MemoryDumpManagerTest.RespectTaskRunnerAffinity on Linux.
Steve Kobes
2015-06-12
1
-1
/
+8
*
[tracing] Increase rate of MemoryInfra dumps and throttle mmaps
primiano
2015-06-12
7
-39
/
+87
*
Add new SplitString backend.
brettw
2015-06-12
7
-165
/
+448
*
Move StartsWith[ASCII] to base namespace.
brettw
2015-06-12
4
-52
/
+45
[next]