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 scoped_temp_dir from base to base/files
brettw@chromium.org
2012-11-16
18
-38
/
+50
*
Revert 168239 - Extract SIGPIPE ignoring code to a common place.
dmichael@google.com
2012-11-16
4
-20
/
+11
*
Extract SIGPIPE ignoring code to a common place.
phajdan.jr@chromium.org
2012-11-16
4
-11
/
+20
*
Put Android systrace calls in trace_event_impl only.
wangxianzhu@chromium.org
2012-11-15
5
-58
/
+72
*
Revert 167808 - Get rid of use of CreateStringValue in chromeos/ directory.
kinaba@chromium.org
2012-11-15
1
-2
/
+3
*
Get rid of use of CreateStringValue in chromeos/ directory.
estade@chromium.org
2012-11-15
1
-3
/
+2
*
Fix style typo (missing space) in base/path_service_unittest.cc
gab@chromium.org
2012-11-15
1
-1
/
+1
*
Move eintr_wrapper.h from base to base/posix
brettw@chromium.org
2012-11-14
20
-22
/
+22
*
[Mac] Remove potential for malloc in CrMallocErrorBreak().
shess@chromium.org
2012-11-14
1
-2
/
+18
*
GTTF: Make Linux stack dump signal handler async-signal safe.
phajdan.jr@chromium.org
2012-11-14
5
-66
/
+336
*
Remove PrefObserver usage, batch 3.
joi@chromium.org
2012-11-14
2
-0
/
+7
*
Make RefCountedData thread-safe
akalin@chromium.org
2012-11-14
1
-4
/
+5
*
Allow MessagePumpDefault to wait when there is no pending work.
scherkus@chromium.org
2012-11-14
2
-0
/
+3
*
Remove PrefObserver from usages of PrefChangeRegistrar, batch 2.
joi@chromium.org
2012-11-13
1
-0
/
+3
*
Move mru_cache to the new containers subdirectory.
brettw@chromium.org
2012-11-13
4
-6
/
+6
*
Remove a DCHECK() in FieldTrial::SetForced().
asvitkine@chromium.org
2012-11-13
2
-4
/
+36
*
Android: correctly generates inner class from import clause.
bulach@chromium.org
2012-11-13
2
-1
/
+32
*
Ensure that field trials synced to the renderer process are considered "active".
asvitkine@chromium.org
2012-11-13
3
-11
/
+53
*
[Win] Don't call GetLongPathName() in CreateTemporaryFileInDir().
asanka@chromium.org
2012-11-12
2
-7
/
+60
*
Need to subtract the speculative memory when calculating available memory on Mac
hongbo.min@intel.com
2012-11-12
1
-1
/
+2
*
Reland: Closure-based API to PrefChangeObserver and PrefMember.
joi@chromium.org
2012-11-12
3
-58
/
+89
*
Use ';' instead of '|' to separate arguments in Android trace.
wangxianzhu@chromium.org
2012-11-10
1
-1
/
+4
*
Make it so disabled field trials are not reported as active.
asvitkine@chromium.org
2012-11-10
3
-22
/
+51
*
Move stack_container and linked_list to the new containers subdirectory.
brettw@chromium.org
2012-11-10
8
-26
/
+41
*
Move global_descriptors to base/posix.
brettw@chromium.org
2012-11-09
3
-6
/
+6
*
Add a SmallMap to base for small map lookups.
brettw@chromium.org
2012-11-09
5
-0
/
+1271
*
Move FileDescriptorShuffle to base/posix. This file is very posix-specific.
brettw@chromium.org
2012-11-09
6
-10
/
+13
*
Revert 166670 - Add Closure-based API to PrefChangeObserver and PrefMember, d...
joi@chromium.org
2012-11-09
3
-70
/
+57
*
On Android, the app package name defines a distribution channel
aruslan@chromium.org
2012-11-09
3
-0
/
+13
*
Add cpu to base/win/OWNERS
brettw@chromium.org
2012-11-09
1
-0
/
+1
*
Delete unused |application_start_time| from FieldTrialList.
asvitkine@chromium.org
2012-11-08
2
-19
/
+1
*
Change PrefStore::ReadResult to a boolean.
bauerb@chromium.org
2012-11-08
14
-116
/
+89
*
Add run_isolate.py to all .isolate.
maruel@chromium.org
2012-11-08
1
-0
/
+1
*
Add Closure-based API to PrefChangeObserver and PrefMember, deprecate PrefObs...
joi@chromium.org
2012-11-08
3
-57
/
+70
*
Moved JsonPrefStore to use SequencedWorkerPool instead of FILE thread. The po...
zelidrag@chromium.org
2012-11-08
5
-53
/
+77
*
Re-enable ImportantFileWriterTest.BatchingWrites
phajdan.jr@chromium.org
2012-11-08
1
-2
/
+1
*
Add a histogram enum to determine the cat's flavor and how many bits there are
mark@chromium.org
2012-11-08
4
-14
/
+8
*
Revert 166547 - Use tcmalloc's debugallocation for Debug builds
scottmg@google.com
2012-11-08
3
-31
/
+19
*
Use tcmalloc's debugallocation for Debug builds
phajdan.jr@chromium.org
2012-11-07
3
-19
/
+31
*
Make FieldTrialList::StatesToString() only report active trials.
asvitkine@chromium.org
2012-11-07
3
-19
/
+29
*
Android: uses "import" section and inner classes for obtaining qualified JNI ...
bulach@chromium.org
2012-11-07
4
-152
/
+106
*
Rewrite DefaultPrefStore for performance
aberent@chromium.org
2012-11-07
4
-28
/
+30
*
Add a temporary histogram to track if a FieldTrial is disabled due to not hav...
stevet@chromium.org
2012-11-07
1
-0
/
+4
*
Calculate the available physical memory on Mac OS
hongbo.min@intel.com
2012-11-07
1
-2
/
+13
*
Update Time and TimeTicks for NaCl now that it has CLOCK_MONOTONIC.
bbudge@chromium.org
2012-11-07
1
-11
/
+1
*
Refactoring Geolocation Infobar part4
cramya@chromium.org
2012-11-07
1
-4
/
+1
*
Re-commit: Introduce RemoveChromeTaskbarShortcuts() to delete all pinned-to-t...
gab@chromium.org
2012-11-06
3
-13
/
+30
*
This CL provides a general ONC signature which is used for validation and nor...
pneubeck@chromium.org
2012-11-06
2
-0
/
+11
*
Don't report field trial groups until group() has been called.
asvitkine@chromium.org
2012-11-06
3
-46
/
+91
*
net: Implement canceling of all async operations in FileStream.
paivanof@gmail.com
2012-11-06
3
-0
/
+81
[next]