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
*
Add yfriedman to several Android OWNERS files
yfriedman@chromium.org
2012-07-26
1
-0
/
+1
*
Upgrade AlignedMemory to support dynamic allocations.
dalecurtis@chromium.org
2012-07-26
5
-8
/
+126
*
Coverity: Fully initialize the |trace_| member variable.
jhawkins@chromium.org
2012-07-25
3
-8
/
+13
*
Revert 144488 - For unit tests, track additions to AtExitManager and warn.
scottbyer@chromium.org
2012-07-25
6
-93
/
+6
*
This is a copy of http://codereview.chromium.org/10796047/
kaiwang@chromium.org
2012-07-25
10
-129
/
+357
*
Replace MessagePumpForUI with MessagePumpDefault in unit tests.
rohitrao@chromium.org
2012-07-25
4
-0
/
+48
*
mac: Unbreak components build after r148357
thakis@chromium.org
2012-07-25
1
-1
/
+2
*
Adding the possibility to build a closure from an ObjectiveC block.
noyau@chromium.org
2012-07-25
5
-0
/
+90
*
Revert "Revert 147986 - [Android] Add remaining build/common.gypi changes fro...
yfriedman@chromium.org
2012-07-25
1
-0
/
+4
*
Add the CoreGraphics and CoreText frameworks to base for iOS
stuartmorgan@chromium.org
2012-07-25
1
-0
/
+2
*
Remove all uncessary files for build_nexe.py on Windows.
hbono@chromium.org
2012-07-25
1
-0
/
+5
*
Add a function pointer typedef for the windows 8 metro dialog box button hand...
ananta@chromium.org
2012-07-24
1
-0
/
+3
*
Revert 147986 - [Android] Add remaining build/common.gypi changes from downst...
yfriedman@chromium.org
2012-07-24
1
-4
/
+0
*
Adding conversion function between base::Time and CFAbsoluteTime
qsr@chromium.org
2012-07-24
2
-3
/
+27
*
Fix iOS bustage in foundation_util
stuartmorgan@chromium.org
2012-07-24
1
-1
/
+6
*
Give the post-and-reply worker pool test a chance to finish on iOS
stuartmorgan@chromium.org
2012-07-24
1
-0
/
+5
*
Fix #endif comments for iOS exclusions in base/file_util*
stuartmorgan@chromium.org
2012-07-24
2
-2
/
+2
*
Use CFBundleVersion for product_version on iOS
stuartmorgan@chromium.org
2012-07-24
1
-1
/
+10
*
Don't set "unlimited" stacks on iOS
stuartmorgan@chromium.org
2012-07-24
1
-2
/
+2
*
Revert 148055 - Move CachedRanges out and add support for checksum.
jochen@chromium.org
2012-07-24
10
-357
/
+129
*
base: Class member variables should be ended with trailing underscores.
tfarina@chromium.org
2012-07-24
1
-35
/
+35
*
Move CachedRanges out and add support for checksum.
kaiwang@chromium.org
2012-07-24
10
-129
/
+357
*
Revert 147988 - Upgrade AlignedMemory to support dynamic allocations.
acolwell@chromium.org
2012-07-24
5
-127
/
+9
*
Create a new SetuidSandboxClient class.
jln@chromium.org
2012-07-23
2
-10
/
+0
*
Android: upstream instrumentation test components.
bulach@chromium.org
2012-07-23
3
-0
/
+103
*
Upgrade AlignedMemory to support dynamic allocations.
dalecurtis@chromium.org
2012-07-23
5
-9
/
+127
*
[Android] Add remaining build/common.gypi changes from downstream and strip N...
yfriedman@chromium.org
2012-07-23
1
-0
/
+4
*
Fix android tree bustage
jar@chromium.org
2012-07-23
1
-5
/
+15
*
Call XkbSetDetectableAutoRepeat() on Chrome start-up so the server does not s...
yusukes@chromium.org
2012-07-23
1
-0
/
+26
*
Initial RenderTextMac implementation using CoreText.
asvitkine@chromium.org
2012-07-23
3
-0
/
+22
*
Android Allows nested namespace in @JNINamespace annotation.
bulach@chromium.org
2012-07-23
4
-18
/
+20
*
Prettify output from chrome.fileSystem.getDisplayPath for POSIX profile direc...
thorogood@chromium.org
2012-07-23
4
-2
/
+12
*
Ensure SequencedWorkerPool::Shutdown() blocks for already-started SKIP_ON_SHU...
rsleevi@chromium.org
2012-07-21
3
-13
/
+124
*
Change base::SystemMonitor's media device functions to take a type and FilePa...
thestig@chromium.org
2012-07-21
5
-76
/
+129
*
Move more files into the content namespace.
darin@chromium.org
2012-07-21
1
-2
/
+2
*
Convert ProtocolHandlerRegistry to be a ProfileKeyedService.
smckay@chromium.org
2012-07-21
3
-0
/
+15
*
Enable aligned_memory_unittest.cc on iOS.
leng@chromium.org
2012-07-20
2
-4
/
+7
*
A Speculative Revert for r147597 - Convert ProtocolHandlerRegistry to be a Pr...
hbono@chromium.org
2012-07-20
3
-15
/
+0
*
Convert ProtocolHandlerRegistry to be a ProfileKeyedService.
smckay@chromium.org
2012-07-20
3
-0
/
+15
*
Make base_unittests_run use run_test_cases.py.
maruel@chromium.org
2012-07-20
1
-0
/
+3
*
Update #if guards in base/ that control whether to use stat or stat64 (and fr...
rsesek@chromium.org
2012-07-19
2
-4
/
+2
*
Uses gyp "rules" rather than "actions" templates for the JNI generator.
bulach@chromium.org
2012-07-19
9
-129
/
+71
*
Initialize StatisticsRecorder in Child Process to hold
rtenneti@chromium.org
2012-07-19
3
-11
/
+30
*
Upstream support for WebKit shared timer toggling.
pliard@chromium.org
2012-07-19
1
-0
/
+1
*
Use common stack trace code in Android port
skyostil@chromium.org
2012-07-19
2
-17
/
+0
*
Add abstract class HistogramBase. It will be the sub class of all
kaiwang@chromium.org
2012-07-19
6
-19
/
+75
*
base: Make ScopedVector::clear() destroy elements.
derat@chromium.org
2012-07-19
2
-6
/
+21
*
Remove all the OS X 10.6 SDK forward declarations.
rsesek@chromium.org
2012-07-18
6
-441
/
+2
*
Change the FindHistogram interface of StatisticsRecorder
kaiwang@chromium.org
2012-07-18
3
-22
/
+16
*
Fix blank lines in base.gyp
felipeg@chromium.org
2012-07-18
1
-4
/
+1
[next]