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
*
Move ImportantFileWriter to base/. It now has two consumers, base/prefs and c...
joi@chromium.org
2012-10-24
7
-8
/
+408
*
Do not use EXPECT_DEATH with ASan on iOS.
glider@chromium.org
2012-10-24
1
-8
/
+27
*
Histogram argument related change
kaiwang@chromium.org
2012-10-24
5
-77
/
+91
*
DCHECK_EQ instead of DCHECK(...==...) for better error messages.
fischman@chromium.org
2012-10-23
1
-1
/
+2
*
Add methods to base::Thread to allow Windows consumers to ask for COM to be i...
pkasting@chromium.org
2012-10-23
2
-7
/
+60
*
Upstream Autofill functionality for Android.
aurimas@chromium.org
2012-10-23
1
-1
/
+3
*
cc: Rename cc classes and members to match filenames
enne@chromium.org
2012-10-22
1
-2
/
+2
*
Don't disable extra warnings in base on Windows
scottmg@chromium.org
2012-10-22
1
-2
/
+1
*
Move a bunch of code in content\common (as well as a few left in renderer) to...
jam@chromium.org
2012-10-22
1
-2
/
+2
*
Move the bits of Prefs where production code has only trivially easy
joi@chromium.org
2012-10-22
27
-0
/
+2933
*
delete unused variable in base/process_util_win.cc
scottmg@chromium.org
2012-10-22
1
-1
/
+0
*
fix operator precedence in IsTouchEnabled
scottmg@chromium.org
2012-10-22
1
-1
/
+1
*
Establishing base/prefs.
joi@chromium.org
2012-10-22
1
-0
/
+7
*
Upstream of base/message_pump_android.cc
avayvod@chromium.org
2012-10-22
1
-4
/
+2
*
Resize the RegistryValueIterator buffers so that it doesn't stop iterating if...
joaodasilva@chromium.org
2012-10-22
3
-21
/
+125
*
Apply fixes that were going to be committed with http://codereview.chromium.o...
gab@chromium.org
2012-10-21
1
-9
/
+21
*
Add a using declaration for Timer::Start in BaseTimerMethodPointer.
tim@chromium.org
2012-10-20
1
-0
/
+7
*
Convert all the foo_test_run from using actions to use rules.
maruel@chromium.org
2012-10-20
1
-21
/
+3
*
Move SnapshotSamples to HistogramBase
kaiwang@chromium.org
2012-10-20
7
-22
/
+36
*
Include stack_trace_unittest.cc in Android build
nileshagrawal@chromium.org
2012-10-19
1
-4
/
+0
*
Remove all the "set noparent" directives
dpranke@chromium.org
2012-10-19
1
-1
/
+0
*
Revert "cc: Rename cc classes and members to match filenames"
enne@chromium.org
2012-10-19
1
-2
/
+2
*
cc: Rename cc classes and members to match filenames
enne@chromium.org
2012-10-19
1
-2
/
+2
*
[content shell] add support for getting tests from the command line.
jochen@chromium.org
2012-10-19
2
-2
/
+6
*
Expose PKEY in shortcut.cc instead of having another layer in win_util.cc.
gab@chromium.org
2012-10-18
3
-14
/
+11
*
Make InotifyReader a leaky lazy instance.
hshi@chromium.org
2012-10-18
1
-1
/
+1
*
Remove hardcoded Win8 values in win_util.cc.
gab@chromium.org
2012-10-17
1
-27
/
+2
*
Fix some potential Mach port leaks from mach_host_self using a new ScopedMach...
rsesek@chromium.org
2012-10-16
6
-3
/
+73
*
Android: lazy initialization for method id.
bulach@chromium.org
2012-10-16
7
-519
/
+493
*
Remove some unit tests from iOS coverage builds
lliabraa@chromium.org
2012-10-16
1
-2
/
+12
*
Android: Integrates native and java SystemMonitor.
bulach@chromium.org
2012-10-16
7
-3
/
+126
*
Cleanup: Rename to base::SysInfo::CPUArchitecture() to OperatingSystemArchite...
thestig@chromium.org
2012-10-16
3
-4
/
+3
*
Aura: Allow browser UI thread waiting for compositor commits.
backer@chromium.org
2012-10-15
1
-0
/
+4
*
Fix move.h's to use a concrete RValue carrier object rather than hacking a RV...
ajwong@chromium.org
2012-10-15
4
-64
/
+51
*
Remove IsOneTimeRandomizationAvailable from FieldTrialList.
stevet@chromium.org
2012-10-15
2
-10
/
+0
*
Fix gyp for type_profiler to work for make.
dmikurube@chromium.org
2012-10-15
1
-0
/
+1
*
base/win: Remove the executable bit from object_watcher_unittest.cc.
tfarina@chromium.org
2012-10-13
1
-0
/
+0
*
[Mac] base::scoped_nsobject<>::autorelease()
shess@chromium.org
2012-10-13
2
-0
/
+16
*
Add documentation and a unit test for ObjectWatcher.
huangs@chromium.org
2012-10-13
2
-2
/
+27
*
linux: Crash browser on too-big messages to zygote.
derat@chromium.org
2012-10-12
2
-4
/
+7
*
Fixes dtoa warning with VS2012
cpu@chromium.org
2012-10-12
3
-1
/
+17
*
Add support for coverage=1 builds on iOS
stuartmorgan@chromium.org
2012-10-12
1
-0
/
+10
*
Fix a couple small problems in base/
thestig@chromium.org
2012-10-12
2
-2
/
+2
*
Adds EnormousTest annotation.
klundberg@chromium.org
2012-10-11
1
-0
/
+24
*
Fix up base/bind documentation - elaborate on reference binding.
groby@chromium.org
2012-10-11
1
-2
/
+2
*
Initial implementation of AutoThread.
wez@chromium.org
2012-10-10
1
-0
/
+6
*
Cleanup: IWYU for base/time.h. Also fix misc lint errors.
thestig@chromium.org
2012-10-10
6
-5
/
+5
*
Add functionality to the Windows 8 notification display functionality to invo...
ananta@chromium.org
2012-10-10
1
-2
/
+6
*
Componentize IgnoreNavigationResourceThrottle and add chrome and webview spec...
mkosiba@chromium.org
2012-10-09
1
-1
/
+4
*
Upstream base/android/jni_android.cc
avayvod@chromium.org
2012-10-09
2
-5
/
+5
[next]