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
*
Change size() function to return a size_t so that result size is not inadvert...
mrossetti@chromium.org
2011-01-28
1
-2
/
+1
*
Move some mac_util functions into foundation_util.
rohitrao@chromium.org
2011-01-28
5
-293
/
+340
*
Fix bug in ProcessIterator::CheckForNextProcess(). Under load it's
sky@chromium.org
2011-01-28
1
-4
/
+4
*
Renames secure_hash.cc to secure_hash_default.cc
bulach@chromium.org
2011-01-28
2
-2
/
+2
*
Change UTF8ToUTF16 to accept const StringPiece&.
suzhe@google.com
2011-01-28
6
-38
/
+24
*
Disable OVERRIDE for clang for a while.
thakis@chromium.org
2011-01-27
1
-2
/
+3
*
Renames secure_hash_nss.cc to secure_hash.cc
bulach@chromium.org
2011-01-27
2
-2
/
+2
*
Abstracts SHA256 context for NSS / OpenSSL.
bulach@chromium.org
2011-01-27
6
-0
/
+178
*
Check that we've got a complete header before accessing its fields.
glider@chromium.org
2011-01-26
3
-0
/
+15
*
Add one more Valgrind header (memcheck.h) and update the one we already have.
glider@chromium.org
2011-01-26
3
-122
/
+1268
*
Allow CDSA/CSSM to be used on worker threads in debug builds by making both t...
rsleevi@chromium.org
2011-01-26
1
-6
/
+6
*
Add MessageLoop::AssertIdle(). Use in ChromeOS audio threads.
willchan@chromium.org
2011-01-26
2
-2
/
+11
*
Properly order the cc files based off the h files in base/.
erg@google.com
2011-01-25
6
-399
/
+389
*
Temporary whitelist several cases of disk I/O on the UI threads in cros.
nkostylev@chromium.org
2011-01-24
1
-0
/
+3
*
Remove sanity check in RegKey to prevent usage of checking
amit@chromium.org
2011-01-21
2
-67
/
+34
*
Make sure the process is _really_ gone after a __debugbreak(). We've had a
cevans@chromium.org
2011-01-21
2
-0
/
+6
*
Remove obsolete base/lock.h and fix up callers to use the new header file and
brettw@chromium.org
2011-01-21
27
-143
/
+125
*
base/i18n: Add namespace i18n to CharIterator.
tfarina@chromium.org
2011-01-20
3
-9
/
+25
*
Move BiDiLineIterator to base/i18n/ directory.
tfarina@chromium.org
2011-01-20
3
-0
/
+109
*
.c Feature to disable field trials in old versions of Chromium. Field trials
rtenneti@chromium.org
2011-01-19
3
-83
/
+242
*
Fail gracefully if profile Temp dir can not be accessed.
skerner@chromium.org
2011-01-19
1
-4
/
+5
*
Remove unnecessary DCHECK causing unit test failure.
amit@chromium.org
2011-01-19
1
-1
/
+0
*
Regkey functions return error code instead of bool
amit@chromium.org
2011-01-19
4
-148
/
+214
*
Cleanup for r71281: replace usage of "pk11" with "pkcs11" or "crypto module",...
mattm@chromium.org
2011-01-19
3
-16
/
+16
*
The SSL server's RSA private key must be imported with the
wtc@chromium.org
2011-01-19
1
-3
/
+7
*
Revert "Adding CHECKs to troubleshoot the crash issue ..."
oshima@google.com
2011-01-18
1
-7
/
+0
*
Made return types of various Value::DeepCopy() implementations more specific
akalin@chromium.org
2011-01-18
3
-31
/
+90
*
Order function definitions in base/win/registry.cc according to the header.
tfarina@chromium.org
2011-01-14
2
-162
/
+168
*
Clang: enable -Wbool-conversions and -Wunused-variables on Linux.
hans@chromium.org
2011-01-14
4
-43
/
+42
*
Clean up threading model of external extension providers
gfeher@chromium.org
2011-01-14
3
-46
/
+0
*
NSS: don't set environment variables when multi-threaded.
agl@chromium.org
2011-01-13
2
-0
/
+21
*
Added WARN_UNUSED_RESULT to ScopedTempDir methods.
cbentzel@chromium.org
2011-01-13
2
-7
/
+7
*
NSS: PKCS 11 password prompt.
mattm@chromium.org
2011-01-13
3
-0
/
+58
*
Fix GrabWindowSnapshot for Mac Chrome.
rkc@chromium.org
2011-01-12
1
-9
/
+19
*
Fixing several typos in gyp files detected by jeanluc's forthcoming changes t...
bradnelson@google.com
2011-01-11
1
-1
/
+1
*
Add workaround for VS2005 compile error introduced by r70933
akalin@chromium.org
2011-01-11
1
-3
/
+27
*
Made logging not look up --enable-dcheck from command line
akalin@chromium.org
2011-01-11
4
-19
/
+30
*
Order function definitions in base/ according to the header.
erg@google.com
2011-01-11
32
-971
/
+973
*
Remove the stubbed out headers in chrome/browser/views.
msw@chromium.org
2011-01-10
1
-3
/
+3
*
Tweak atomicops implementation for Mac OS X to compile correctly when __LP64__
mark@chromium.org
2011-01-10
1
-11
/
+12
*
Made ObserverListThreadSafe's destructor private since it's ref-counted.
akalin@chromium.org
2011-01-10
1
-7
/
+9
*
Revert 70920 - Made logging not look up --enable-dcheck from command line
akalin@chromium.org
2011-01-10
4
-30
/
+19
*
Made logging not look up --enable-dcheck from command line
akalin@chromium.org
2011-01-10
4
-19
/
+30
*
Fix file descriptor leak in base_unittests ProcessUtilTest.LaunchApp. The
mark@chromium.org
2011-01-10
1
-2
/
+5
*
Reland "Remove base/scoped_handle_win.h."
tfarina@chromium.org
2011-01-09
9
-55
/
+51
*
Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th...
thakis@chromium.org
2011-01-07
9
-51
/
+55
*
Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo...
tfarina@chromium.org
2011-01-07
9
-55
/
+51
*
Revert 70782 - Made logging not look up --enable-dcheck from command line
akalin@chromium.org
2011-01-07
3
-26
/
+15
*
Made logging not look up --enable-dcheck from command line
akalin@chromium.org
2011-01-07
3
-15
/
+26
*
Make the order of methods in the cc files match the headers in base/.
erg@google.com
2011-01-07
8
-412
/
+395
[next]