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
/
base.gypi
Commit message (
Expand
)
Author
Age
Files
Lines
*
android: Pass CPU properties from browser to renderer process.
digit@chromium.org
2013-01-09
1
-0
/
+1
*
Linux: add option to use system nspr.
phajdan.jr@chromium.org
2013-01-08
1
-1
/
+14
*
Revert 175233 because Linux ASAN builder cannot compile it.
alexeypa@google.com
2013-01-04
1
-1
/
+1
*
Add trace event Pepper API
elijahtaylor@chromium.org
2013-01-04
1
-1
/
+1
*
Replace all uses of base/mac/crash_logging.h with base/debug/crash_logging.h.
rsesek@chromium.org
2013-01-03
1
-2
/
+0
*
Create a cross-platform crash key system in base/debug/crash_logging.h.
rsesek@chromium.org
2013-01-03
1
-1
/
+3
*
Implement SequenceChecker, which is a generalization of ThreadChecker
akalin@chromium.org
2012-12-27
1
-0
/
+3
*
Create LibDispatchTaskRunner, a SingleThreadTaskRunner that is backed by a li...
rsesek@chromium.org
2012-12-07
1
-0
/
+2
*
Add comments about what should and should not depend on 'allocator'
akalin@chromium.org
2012-12-06
1
-0
/
+3
*
Enable MessageLoop unittests on iOS and fix MessagePumpIOForIOS bug.
blundell@chromium.org
2012-12-04
1
-0
/
+3
*
Move scoped_temp_dir from base to base/files
brettw@chromium.org
2012-11-16
1
-3
/
+3
*
Move eintr_wrapper.h from base to base/posix
brettw@chromium.org
2012-11-14
1
-1
/
+1
*
Move mru_cache to the new containers subdirectory.
brettw@chromium.org
2012-11-13
1
-1
/
+1
*
Move stack_container and linked_list to the new containers subdirectory.
brettw@chromium.org
2012-11-10
1
-2
/
+2
*
Move global_descriptors to base/posix.
brettw@chromium.org
2012-11-09
1
-2
/
+2
*
Add a SmallMap to base for small map lookups.
brettw@chromium.org
2012-11-09
1
-0
/
+2
*
Move FileDescriptorShuffle to base/posix. This file is very posix-specific.
brettw@chromium.org
2012-11-09
1
-1
/
+1
*
Move EnableInProcessStackDumping to base/debug
phajdan.jr@chromium.org
2012-11-01
1
-0
/
+1
*
Make Chrome Trace work with Android ATrace.
wangxianzhu@chromium.org
2012-11-01
1
-0
/
+1
*
Startup perf stability: only record stats 7 minutes after system start
jeremy@chromium.org
2012-10-29
1
-0
/
+1
*
Remove base/metrics/* code from NaCl IPC proxy build.
bbudge@chromium.org
2012-10-28
1
-0
/
+2
*
Move ImportantFileWriter to base/. It now has two consumers, base/prefs and c...
joi@chromium.org
2012-10-24
1
-0
/
+2
*
Don't disable extra warnings in base on Windows
scottmg@chromium.org
2012-10-22
1
-2
/
+1
*
Fix some potential Mach port leaks from mach_host_self using a new ScopedMach...
rsesek@chromium.org
2012-10-16
1
-0
/
+3
*
Android: Integrates native and java SystemMonitor.
bulach@chromium.org
2012-10-16
1
-0
/
+1
*
Add SampleMap and use it in SparseHistogram
kaiwang@chromium.org
2012-10-05
1
-0
/
+2
*
Adding utility method to test the version of the OS.
qsr@chromium.org
2012-10-05
1
-0
/
+2
*
Atomics implementation for compiler-based ThreadSanitizer (http://dev.chromiu...
glider@chromium.org
2012-10-02
1
-0
/
+1
*
Type profiler by intercepting 'new' and 'delete' expressions.
dmikurube@chromium.org
2012-09-26
1
-0
/
+4
*
SampleSet -> HistogramSamples which can be reused by SparseHistogram
kaiwang@chromium.org
2012-09-22
1
-0
/
+4
*
Add new PathService paths for Windows' All Users Desktop and Quick Launch fol...
gab@chromium.org
2012-09-20
1
-0
/
+1
*
Revert 157667 - Add new PathService paths for Windows' All Users Desktop and ...
wjia@chromium.org
2012-09-20
1
-1
/
+0
*
Add new PathService paths for Windows' All Users Desktop and Quick Launch fol...
gab@chromium.org
2012-09-20
1
-0
/
+1
*
Fix and re-commit http://codereview.chromium.org/10914109/ (after revert in h...
gab@chromium.org
2012-09-12
1
-0
/
+2
*
installer_util_unittests has failed on XP Tests (dbg)(1) since this landed
dgrogan@chromium.org
2012-09-11
1
-2
/
+0
*
Refactoring and tests for the highly undertested file_util::CreateOrUpdateSho...
gab@chromium.org
2012-09-10
1
-0
/
+2
*
Fix wrong permission
nona@chromium.org
2012-09-08
1
-0
/
+0
*
Replace PeekMessage for TSF awareness
yoichio@chromium.org
2012-09-08
1
-0
/
+2
*
Move hash.h/cc from net to base.
jbates@chromium.org
2012-09-01
1
-0
/
+2
*
Enable file path watcher for Android
yongsheng.zhu@intel.com
2012-08-31
1
-0
/
+2
*
* Rename ScopedStartupInfoEx to StartupInformation.
jschuh@chromium.org
2012-08-27
1
-2
/
+2
*
Kill PropertyBag, switch WebContents to SupportsUserData.
avi@chromium.org
2012-08-23
1
-2
/
+0
*
Fix atomic ops on ARM to compile in NaCl untrusted targets.
bbudge@chromium.org
2012-08-22
1
-0
/
+1
*
Exclude more files from Android build
wangxianzhu@chromium.org
2012-08-14
1
-0
/
+1
*
Skeleton code of SparseHistogram
kaiwang@chromium.org
2012-08-09
1
-0
/
+2
*
Implements iOS device util methods.
chenyu@chromium.org
2012-08-07
1
-0
/
+2
*
Move base/android/path_service.cc|h to path_service_android.cc|h
benm@chromium.org
2012-08-06
1
-2
/
+2
*
Android requires some extra functionality to set the path to it's resource pa...
benm@chromium.org
2012-08-03
1
-0
/
+2
*
Add APIs to protect critical tasks on iOS.
chenyu@chromium.org
2012-08-01
1
-0
/
+4
*
Enable parts of base_untrusted that are used by remoting client
sergeyu@chromium.org
2012-07-26
1
-2
/
+7
[next]