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
*
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
*
Refactor base/safe_numerics.h
jschuh@chromium.org
2014-01-17
8
-18
/
+23
*
Normalize _unittest.cc filename suffix for unittests
alecflett@chromium.org
2014-01-17
4
-6
/
+6
*
Nukes MessageLoop::Dispatcher (2)
sky@chromium.org
2014-01-17
4
-9
/
+15
*
Revert 245226 "Nukes MessageLoop::Dispatcher"
sky@chromium.org
2014-01-16
3
-13
/
+8
*
Nukes MessageLoop::Dispatcher
sky@chromium.org
2014-01-16
3
-8
/
+13
*
Android: upstream few more jni_generator changes.
bulach@chromium.org
2014-01-16
4
-15
/
+21
*
Align ashmem region sizes to page size after ashmem creation failed. ...
pliard@chromium.org
2014-01-16
5
-25
/
+48
*
Expand support in safe_numeric.h
jschuh@chromium.org
2014-01-16
6
-272
/
+481
*
Eliminate potential copy in Java array conversions.
newt@chromium.org
2014-01-16
1
-9
/
+6
*
Fix compilation of build_utf8_validator_tables on Win64.
ricea@chromium.org
2014-01-16
1
-1
/
+3
*
Update base/tools_sanity_unittest.cc to cover MSan.
earthdok@chromium.org
2014-01-16
1
-3
/
+12
*
Include icu.isolate instead of listing icudt.dll
jshin@chromium.org
2014-01-16
1
-1
/
+3
*
Roll (bis) swarming_client @ 361bfda6c0e4e2469dd3dab8c2b741639cacb086.
maruel@chromium.org
2014-01-16
1
-1
/
+1
*
GN: Add wexit_time_destructors config.
bbudge@chromium.org
2014-01-16
1
-4
/
+2
*
Removes MessageLoop::TYPE_XXX where possible
sky@chromium.org
2014-01-15
4
-15
/
+13
*
Fix CopyFileACL on Windows XP.
maruel@chromium.org
2014-01-15
1
-3
/
+7
*
Make all the files mapped in when running base_unittests read only.
maruel@chromium.org
2014-01-15
3
-2
/
+73
*
The browser-side WebSocket implementation needs to avoid sending invalid
ricea@chromium.org
2014-01-15
9
-2
/
+1351
*
Bring base/BUILD.gn up-to-date with build file changes.
brettw@chromium.org
2014-01-14
1
-0
/
+12
*
Reduce binary size impact of synthetic delays
skyostil@chromium.org
2014-01-14
2
-20
/
+19
*
Remove unused typedef in base/bind.h
ch.dumez@samsung.com
2014-01-14
1
-6
/
+0
*
Re-land: base: Fix registering of memory pressure listeners used when emulati...
reveman@chromium.org
2014-01-14
11
-22
/
+122
*
Add an 'Idle Wake Ups' metric to the task manager, implement backend on mac
thakis@chromium.org
2014-01-14
7
-23
/
+106
*
Move the guts of user_metrics to a new static lib in //base/metrics.
ben@chromium.org
2014-01-13
4
-0
/
+133
*
Clean up TestLauncherDelegate.
phajdan.jr@chromium.org
2014-01-13
3
-30
/
+2
*
Avoid printing three stack traces on CHECK failure. Print just one.
phajdan.jr@chromium.org
2014-01-13
1
-1
/
+4
*
Tweak ifdefs for MessageLoopForUI::Add/RemoveObserver
sky@chromium.org
2014-01-11
2
-4
/
+8
*
Mark EventToTypeString with ALLOW_UNUSED to fix the Official gtk build.
jyasskin@chromium.org
2014-01-11
1
-1
/
+1
*
Revert 244229 "base: Fix registering of memory pressure listener..."
reveman@chromium.org
2014-01-11
11
-120
/
+22
*
base: Fix registering of memory pressure listeners used when emulating discar...
reveman@chromium.org
2014-01-10
11
-22
/
+120
*
Configure synthetic delays through TraceLog
skyostil@chromium.org
2014-01-10
5
-4
/
+141
*
Move Android TraceEvent interface to base
aberent@chromium.org
2014-01-10
8
-0
/
+947
*
Only print summary of all test iterations if there is more than one.
phajdan.jr@chromium.org
2014-01-10
2
-11
/
+12
[next]