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
*
Record swap sizes on ChromeOS
davemoore@chromium.org
2013-07-16
2
-13
/
+41
*
Rename base::Delete to base::DeleteFile
brettw@chromium.org
2013-07-16
19
-92
/
+74
*
Remove USE_LINUX_BREAKPAD ifdef since we don't need it for chromium anymore.
jam@chromium.org
2013-07-16
3
-8
/
+53
*
Only use the LoggingLock when actually logging to a file
akalin@chromium.org
2013-07-15
1
-33
/
+32
*
Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to...
brettw@chromium.org
2013-07-15
14
-115
/
+110
*
Split ProcessHandle and its related routines into base/process/process_handle.h.
rsesek@chromium.org
2013-07-15
19
-370
/
+397
*
[OSX] Cleanup - Use NSZeroPoint if possible.
groby@chromium.org
2013-07-13
1
-1
/
+1
*
Slightly improve the ANNOTATE_SCOPED_MEMORY_LEAK macro.
earthdok@chromium.org
2013-07-12
1
-2
/
+2
*
Make a fairer combined message loop
kristianm@chromium.org
2013-07-12
3
-60
/
+35
*
Port base/files/file_util_proxy to Native Client.
bbudge@chromium.org
2013-07-12
4
-26
/
+113
*
Allow tracing to console everywhere.
vollick@chromium.org
2013-07-11
6
-14
/
+66
*
Disable FilePathWatcherTest.DestroyWithPendingNotification on ARM linux.
sbc@chromium.org
2013-07-11
1
-8
/
+2
*
Move PathExists to base namespace.
brettw@chromium.org
2013-07-11
27
-258
/
+257
*
Disable ProcMapsTest.ReadProcMaps under ThreadSanitizer until issue 258451 is...
glider@chromium.org
2013-07-11
1
-1
/
+8
*
base/i18n: Class for efficiently searching the same query over many texts.
kinaba@chromium.org
2013-07-11
3
-35
/
+83
*
ProcessSingleton now uses base::win::MessageWindow to create a message-only w...
alexeypa@chromium.org
2013-07-11
3
-43
/
+90
*
Refine atomic operations for Linux/ARM.
digit@chromium.org
2013-07-11
1
-6
/
+13
*
Abort SandboxedUnpacker::RewriteImageFiles on browser shutdown
dpolukhin@chromium.org
2013-07-10
2
-0
/
+17
*
Enable IO before reading /proc/self/maps.
joaodasilva@chromium.org
2013-07-10
1
-0
/
+7
*
Split out process killing functions from base/process_util.h into base/proces...
rsesek@chromium.org
2013-07-10
10
-967
/
+1079
*
Add queued_time_ms trace for events in message loop
wangxianzhu@chromium.org
2013-07-10
3
-16
/
+22
*
[Android] Make MemoryPressureListener respond to only background or critical ...
rmcilroy@chromium.org
2013-07-10
1
-7
/
+7
*
Clean up base/debug/stack_trace_android.cc.
scherkus@chromium.org
2013-07-10
1
-32
/
+19
*
Revert 210649 "Base: Disable the scoped handle verifier."
rvargas@google.com
2013-07-09
1
-1
/
+1
*
make it possible to disable internal tracing in unofficial builds
mostynb@opera.com
2013-07-09
1
-2
/
+11
*
Base: Disable the scoped handle verifier.
rvargas@google.com
2013-07-09
1
-1
/
+1
*
Move Copy* into the base namespace.
brettw@chromium.org
2013-07-09
7
-262
/
+290
*
base: Re-commit SequencedWorkerPool globally unique tokens with unused variab...
tommycli@chromium.org
2013-07-09
4
-13
/
+53
*
Revert 210434 "Revert 210433 "Revert 210423 "base: Make Sequence..."
ajwong@chromium.org
2013-07-08
4
-51
/
+13
*
Don't use StaticMemorySingletonTraits for TraceLog.
jam@chromium.org
2013-07-08
5
-142
/
+19
*
Process names, and predictable thread and process ordering in about:tracing
nduca@chromium.org
2013-07-08
2
-16
/
+131
*
Revert 210433 "Revert 210423 "base: Make SequencedWorkerPool iss..."
scottmg@chromium.org
2013-07-08
4
-13
/
+51
*
Revert 210423 "base: Make SequencedWorkerPool issue globally uni..."
scottmg@chromium.org
2013-07-08
4
-51
/
+13
*
base: Make SequencedWorkerPool issue globally unique SequenceTokens.
tommycli@chromium.org
2013-07-08
4
-13
/
+51
*
Implement glue for V8 JIT code profiling.
siggi@chromium.org
2013-07-05
2
-20
/
+83
*
Add a sampling tracing to RenderWidget::DoDeferredUpdate
haraken@chromium.org
2013-07-04
3
-18
/
+120
*
Fix ProcMapsTest.ReadProcMaps to work under Valgrind.
scherkus@chromium.org
2013-07-04
1
-2
/
+18
*
Implement basic stack traces on Android and reenable unit tests.
scherkus@chromium.org
2013-07-04
3
-43
/
+46
*
Add setMarginStart to ApiCompatabilityUtils
cramya@chromium.org
2013-07-04
1
-0
/
+11
*
Clean up ASSERT/EXPECT in file_util_unittest.cc.
gavinp@chromium.org
2013-07-03
1
-18
/
+15
*
Implement /proc/self/maps parsing code.
scherkus@chromium.org
2013-07-03
5
-0
/
+424
*
Posix: fix named SHM mappings permissions.
jln@chromium.org
2013-07-02
2
-5
/
+112
*
Make --force-fieldtrials not activate them in the browser process.
asvitkine@chromium.org
2013-07-02
3
-18
/
+77
*
Updating message pump to store java ptr in class
kristianm@chromium.org
2013-07-02
2
-16
/
+11
*
ScopedVector - fix const semantics.
groby@chromium.org
2013-07-01
1
-2
/
+2
*
Move DeleteAfterReboot, Move, and ReplaceFile to base namespace
brettw@chromium.org
2013-07-01
9
-119
/
+92
*
Remove the OWNERS that no longer work on the project.
aurimas@chromium.org
2013-07-01
2
-2
/
+0
*
Move file_util::Delete to the base namespace
brettw@chromium.org
2013-07-01
19
-108
/
+117
*
Remove duplicate extern.
hans@chromium.org
2013-07-01
1
-1
/
+1
*
[iOS] Adds a version check function for iOS 7.
rohitrao@chromium.org
2013-06-29
2
-2
/
+9
[next]