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 ContainsOnlyWhitespace from string_util and CollapseWhitespace into to...
brettw@chromium.org
2014-03-11
3
-67
/
+38
*
Convert most Chromium presubmit files to use new multiple-tryserver-compatibl...
phajdan.jr@chromium.org
2014-03-11
1
-6
/
+8
*
Fill out the rest of the StringPiece functions for 16-bit.
brettw@chromium.org
2014-03-11
3
-374
/
+580
*
Move AppendFile and *CurrentDirectory to the base namespace.
brettw@chromium.org
2014-03-11
6
-70
/
+71
*
Cleanup SplitStringIntoKeyaluePairs implementation.
pneubeck@chromium.org
2014-03-11
2
-107
/
+106
*
base: Add perf tests target and threading perf-test.
epenner@chromium.org
2014-03-11
2
-0
/
+325
*
Move atrace enabling code from Chrome to WebView
wangxianzhu@chromium.org
2014-03-11
1
-71
/
+14
*
Android: minor improvements in SystemMessageHandler.
bulach@chromium.org
2014-03-11
2
-26
/
+62
*
Add support for FreeBSD in base/ , base/process/ , and base/threading so that...
r.c.ladan@gmail.com
2014-03-11
6
-2
/
+116
*
[Android] Use CPU time (not wallclock time) where appropriate in Java
jdduke@chromium.org
2014-03-11
1
-2
/
+3
*
ObserverList.removeObserver() should not return true when null is being removed.
mlamouri@chromium.org
2014-03-10
2
-2
/
+12
*
Define print format macros for NSInteger & NSUInteger
sdefresne@chromium.org
2014-03-10
2
-0
/
+101
*
Let DCHECK in non-official-release build be opt-in with dcheck_always_on=1 only
wangxianzhu@chromium.org
2014-03-10
6
-109
/
+28
*
Always use the observer's index in ObserverList.removeObserver().
mlamouri@chromium.org
2014-03-10
1
-1
/
+1
*
ObserverList add/remove methods should return a boolean.
mlamouri@chromium.org
2014-03-10
2
-6
/
+42
*
Fix IWYU in base/files/file.h
tnagel@chromium.org
2014-03-09
1
-3
/
+2
*
Clarify Value::Get*()'s interface to reflect the current implementation.
gab@chromium.org
2014-03-09
2
-0
/
+295
*
Get rid of multiprocess_test's debug_on_start arguments.
viettrungluu@chromium.org
2014-03-09
9
-53
/
+33
*
Add multiprocess test helper functions.
viettrungluu@chromium.org
2014-03-08
3
-15
/
+102
*
Revert 255755 "Define print format macros for NSInteger & NSUInt..."
rbyers@chromium.org
2014-03-08
2
-95
/
+0
*
Handle errors properly in FileUtilProxy::CreateTemporary.
davidben@chromium.org
2014-03-08
1
-1
/
+10
*
Enable icu_use_data_file_flag on Android
jshin@chromium.org
2014-03-08
1
-0
/
+2
*
Extend SplitStringIntoKeyValuePairs unit tests.
pneubeck@chromium.org
2014-03-08
2
-91
/
+94
*
Define print format macros for NSInteger & NSUInteger
sdefresne@chromium.org
2014-03-08
2
-0
/
+95
*
Update AshmemRegion::highest_allocated_chunk_ when merging free chunks.
pliard@chromium.org
2014-03-07
2
-3
/
+28
*
Revert 255498 "base: Disable win::ScopedHandle"
rvargas@google.com
2014-03-07
1
-1
/
+1
*
Used scoped_ptr
suyash.s@samsung.com
2014-03-07
5
-26
/
+23
*
Move ashmem utility functions to discardable_memory_allocator_android.cc.
pliard@chromium.org
2014-03-07
4
-117
/
+74
*
Implement File::WriteAtCurrentPos for Windows
rvargas@chromium.org
2014-03-07
2
-15
/
+45
*
Fix base::internal::Singleton to use acquire loads instead of nobarrier ones.
glider@chromium.org
2014-03-07
2
-2
/
+8
*
base: Disable win::ScopedHandle
rvargas@chromium.org
2014-03-07
1
-1
/
+1
*
Revert 255397 "Fill out the rest of the StringPiece functions fo..."
brettw@chromium.org
2014-03-07
3
-578
/
+374
*
The Android team is deprecating pthread_cond_timedwait_monotonic in favor of ...
benm@chromium.org
2014-03-06
1
-5
/
+7
*
Move WriteFile and WriteFileDescriptor from file_util to base namespace.
brettw@chromium.org
2014-03-06
14
-95
/
+87
*
Fill out the rest of the StringPiece functions for 16-bit.
brettw@chromium.org
2014-03-06
3
-374
/
+578
*
Remove the MultiProcessTest::SpawnChild() that as an fds_to_map argument.
viettrungluu@chromium.org
2014-03-06
3
-21
/
+4
*
base::Hash: Minor improvements to documentation and testing.
mgiuca@chromium.org
2014-03-06
3
-7
/
+17
*
Make kAllowedToAccessOnNonjoinableThread debug-only.
thakis@chromium.org
2014-03-06
3
-0
/
+10
*
Deprecate named base::SharedMemory.
viettrungluu@chromium.org
2014-03-05
6
-28
/
+34
*
Add use_allocator instead of linux_use_tcmalloc to switch the allocator.
dmikurube@chromium.org
2014-03-05
2
-3
/
+5
*
Reland "Add base::TimeDelta::Max()" again.
gavinp@chromium.org
2014-03-05
3
-6
/
+115
*
Disable redirects in component builds (for now at least).
caitkp@chromium.org
2014-03-05
1
-1
/
+0
*
Revert 254986 "Switch thread_local to use chromium's TLS impleme..."
oshima@chromium.org
2014-03-05
5
-7
/
+115
*
[Android] Complete the WindowCallbackWrapper methods.
boliu@chromium.org
2014-03-05
1
-1
/
+5
*
Rename ChromiumTestShell classes to ChromeShell.
aurimas@chromium.org
2014-03-05
1
-1
/
+1
*
Adding ios version of AmountOfAvailablePhysicalMemory
olivierrobin@chromium.org
2014-03-05
1
-0
/
+17
*
Copying the following files AS-IS from google.glog r141:
ivanpe@google.com
2014-03-05
5
-173
/
+433
*
Switch thread_local to use chromium's TLS implementation
michaelbai@chromium.org
2014-03-05
5
-115
/
+7
*
Suppress several false positive Android lint/javac warnings.
newt@chromium.org
2014-03-05
2
-0
/
+3
*
Avoid function call for disabled DCHECK in non-official release build
wangxianzhu@chromium.org
2014-03-05
2
-10
/
+7
[next]