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
*
Remove unnecessary uses of aura::Env::GetDispatcher
sadrul@chromium.org
2014-02-05
2
-8
/
+1
*
libaddressinput - reduce number of copies in storage class by 2
estade@chromium.org
2014-02-05
2
-0
/
+24
*
Make CopyDirectory() not copy the read only bit on Windows by reimplementing it.
maruel@chromium.org
2014-02-05
4
-92
/
+162
*
Note the overhead of no-parameter TraceEvent methods
wangxianzhu@chromium.org
2014-02-05
1
-11
/
+8
*
Remove third_party/jemalloc
hans@chromium.org
2014-02-05
2
-60
/
+5
*
Add more owners to base for Android
nyquist@chromium.org
2014-02-04
2
-0
/
+2
*
Include the MSan interface header in base/compiler_specific.h.
earthdok@chromium.org
2014-02-03
1
-3
/
+1
*
compiler_specific.h: define FINAL as final when using Clang on Windows
hans@chromium.org
2014-02-03
1
-3
/
+3
*
Revert r156303 as non-Aura Metro mode is gone
yukawa@chromium.org
2014-02-03
2
-40
/
+1
*
Use an alternate mechanism for CreateFile calls in Chrome
caitkp@chromium.org
2014-02-02
1
-2
/
+13
*
Declare the explicit specialization of ScopedGDIObject::Close 'inline'
hans@chromium.org
2014-01-31
1
-1
/
+1
*
Only report timings for PrefHashFilter::FilterSerializeData() if work is done.
gab@chromium.org
2014-01-31
1
-18
/
+2
*
Get rid of some uses of base::Create*Value
estade@chromium.org
2014-01-30
5
-42
/
+39
*
Add a unit test for JsonPrefStore::Remove.
dgrogan@chromium.org
2014-01-30
1
-0
/
+21
*
Add a Settings.FilterOnLoadTime histogram to observe time spent on this criti...
gab@chromium.org
2014-01-30
1
-2
/
+18
*
JSONWriter cleanups falling out from optimization attempts.
gab@chromium.org
2014-01-29
2
-55
/
+40
*
Implement additional set operators: STLSetUnion, STLSetIntersection and STLIn...
rpaquay@chromium.org
2014-01-29
2
-3
/
+200
*
Increase default stack size on Android with ASan to 2Mb.
eugenis@chromium.org
2014-01-29
1
-0
/
+6
*
Add support for two arguments to base::BindBlock.
joaodasilva@chromium.org
2014-01-28
2
-0
/
+32
*
Pull new GN binary @ r247206
brettw@chromium.org
2014-01-28
1
-1
/
+1
*
Use icudat*.dat file on Mac
jshin@chromium.org
2014-01-28
1
-0
/
+11
*
Threading: Remove TaskRunnerHandlesNonZeroDelays from TaskRunnerTestDelegate
nhiroki@chromium.org
2014-01-28
3
-57
/
+0
*
Fix duplicate condition in target base that was added in r233804.
maruel@chromium.org
2014-01-28
1
-5
/
+3
*
Convert Media Galleries to use base::File
rvargas@chromium.org
2014-01-27
3
-61
/
+69
*
Remove GetMonitorInfoWrapper, which is no longer needed.
brettw@chromium.org
2014-01-27
2
-31
/
+0
*
GTTF: Clearly tag unreliable results in the new test launcher
phajdan.jr@chromium.org
2014-01-24
1
-0
/
+9
*
Update trace file format for NaN/Infinit values to use strings
rbyers@chromium.org
2014-01-24
2
-9
/
+21
*
Enable icu_use_data_file on Windows
jshin@chromium.org
2014-01-24
2
-12
/
+19
*
Use RtlGenRandom() directly instead of going through rand_s().
dalecurtis@chromium.org
2014-01-24
1
-20
/
+22
*
Fix incorrect assumption in IDMap and SmallMap tests.
earthdok@chromium.org
2014-01-23
2
-34
/
+45
*
Revert of Enable icu_use_data_file on Windows (https://codereview.chromium.or...
jshin@chromium.org
2014-01-23
2
-13
/
+11
*
Add Windows utillity function to verify if a computer is part of a domain.
pastarmovj@chromium.org
2014-01-23
2
-0
/
+14
*
Revert 246313 "Use an alternate mechanism for CreateFile calls i..."
kochi@google.com
2014-01-23
1
-13
/
+2
*
Improve base::RandBytes() performance by 1.75x-2.10x on POSIX.
dalecurtis@chromium.org
2014-01-23
5
-30
/
+55
*
LogMessage::Init must check untrusted severity_ value before using it as an a...
tsepez@chromium.org
2014-01-23
1
-1
/
+8
*
Fix trace file format for NaN/infinite values
rbyers@chromium.org
2014-01-22
3
-21
/
+147
*
Enable icu_use_data_file on Windows
jshin@chromium.org
2014-01-22
2
-11
/
+13
*
Use an alternate mechanism for CreateFile calls in Chrome
caitkp@chromium.org
2014-01-22
1
-2
/
+13
*
Make GetDefaultThreadStackSize() return 16M under ThreadSanitizer
glider@chromium.org
2014-01-22
1
-0
/
+6
*
Add support for component=shared_library for base_unittests_run.
maruel@chromium.org
2014-01-22
2
-1
/
+39
*
Documentation fix - Delete meaningless paragraph.
girard@chromium.org
2014-01-21
1
-4
/
+0
*
Only compute pref hashes when about to serialize preferences to disk.
gab@chromium.org
2014-01-21
2
-7
/
+11
*
Change the operations touching counts_[] and redundant_count_ to be atomic.
glider@chromium.org
2014-01-21
5
-18
/
+34
*
Remove all exclude rules that filename_rules.gypi already handles.
dongseong.hwang@intel.com
2014-01-20
2
-24
/
+0
*
Removes MessageLoop::Type checks in favor of IsCurrent on MessageLoops.
sky@chromium.org
2014-01-20
2
-1
/
+11
*
Fix SecurityTest.CallocOverflow when it's SyzyASan instrumented.
sebmarchand@chromium.org
2014-01-18
1
-2
/
+3
*
Cleanup: Remove a reference to a heapchecker define that no longer exists.
thestig@chromium.org
2014-01-18
1
-1
/
+1
*
Convert GN single-item list concat to use lists.
brettw@chromium.org
2014-01-17
4
-14
/
+14
*
Remove stale 'virtual' in DiscardableMemoryAllocator.
pliard@chromium.org
2014-01-17
1
-1
/
+1
*
Remove Chrome for TV code.
ycheo@chromium.org
2014-01-17
8
-231
/
+1
[next]