summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Move EnvironmentVariableGetter from base/linux_util.h to base/env_var.h and r...thestig@chromium.org2010-04-037-90/+158
* Implement HMAC-SHA-256.wtc@chromium.org2010-04-024-20/+178
* Use -[NSString UTF8String] to form a char* from an NSException.mark@chromium.org2010-04-021-1/+1
* Move allocator dependency to base for profiler.cc.mmoss@google.com2010-04-022-8/+6
* 1. Create a new sandbox type which allows access to Unix sockets in the Macmsneck@google.com2010-04-021-0/+3
* POSIX: In functions where we wait for a process with timeout, increment the a...thestig@chromium.org2010-04-021-14/+24
* Move the Nigori classes from base to sync.albertb@chromium.org2010-04-015-397/+0
* Remove base/gfx/.estade@chromium.org2010-04-013-328/+0
* Solaris: various edits towards compiling Chromium on Solaris. Changed __Solar...evan@chromium.org2010-04-015-5/+23
* Fix leak in encryptor_unittest.ccalbertb@chromium.org2010-03-311-1/+1
* Revert 43253 - 1. Create a new sandbox type which allows access to Unix socke...dmaclach@chromium.org2010-03-311-3/+0
* 1. Create a new sandbox type which allows access to Unix sockets in the Macmsneck@google.com2010-03-311-0/+3
* First pass of a Nigori implementation for Chrome. Only unassisted keyalbertb@chromium.org2010-03-3111-23/+427
* Revert 43127 [It resulted in a free memory write because of a consumer that w...eroman@chromium.org2010-03-313-136/+23
* Don't allow dragging browser actions between regular and incognito windows.mpcomplete@chromium.org2010-03-302-0/+16
* Don't call Thread::CleanUp() before the MessageLoop destruction observers hav...eroman@chromium.org2010-03-303-23/+136
* For systems where SIZEOF_VOID_P is not defined, determine it basedpvalchev@google.com2010-03-301-1/+15
* Minor C++ fixes found by Clang.evan@chromium.org2010-03-302-5/+7
* Revert 43086 - 1. Create a new sandbox type which allows access to Unix socke...dmaclach@chromium.org2010-03-301-3/+0
* 1. Create a new sandbox type which allows access to Unix sockets in the Macmsneck@google.com2010-03-301-0/+3
* Add win32 gtest filter files shared between Wine and TSan/Windowstimurrrr@chromium.org2010-03-302-18/+7
* Reland r42300: "HttpRequestHeaders refactor."willchan@chromium.org2010-03-293-1/+105
* Report unreadable files as size zero when uploading.vandebo@chromium.org2010-03-291-0/+54
* linux: make shm opening failure fatalevan@chromium.org2010-03-291-3/+5
* Add Mac implementations of new SymmetricKey and Encryptor classes.snej@chromium.org2010-03-2916-96/+379
* GTK: Turn on the GTK+ integration by default.erg@chromium.org2010-03-262-0/+5
* Don't run Memcheck sanity tests under ThreadSanitizertimurrrr@chromium.org2010-03-261-0/+5
* Implement more sanity tests for Memcheck/Valgrindtimurrrr@chromium.org2010-03-261-1/+67
* Add the linux_use_heapchecker GYP variable that should turn the tcmalloc heapglider@chromium.org2010-03-262-3/+13
* Fixed bug where an empty version string is considered valid.akalin@chromium.org2010-03-253-18/+53
* Implement random key generation and AES encryption using NSS.albertb@chromium.org2010-03-2517-138/+422
* posix: stat() uses errno, not its return value, for errorsevan@chromium.org2010-03-251-1/+1
* Round the size of shared memory regions up to 64K. This allowssehr@google.com2010-03-251-1/+8
* Function to compute the total size of the files in a directorycpu@chromium.org2010-03-243-0/+52
* Enable WorkerPoolTest.PostTask back under ThreadSanitizer on Mac OS.glider@chromium.org2010-03-241-6/+0
* Annotated the scoped leak inside base::RSAPrivateKey::CreateFromPrivateKeyInfo,glider@chromium.org2010-03-243-17/+4
* print stack trace to stderr as well as to dialog.oshima@chromium.org2010-03-241-12/+10
* Revert "Reland r42300: "HttpRequestHeaders refactor."""willchan@chromium.org2010-03-233-105/+1
* Reland r42300: "HttpRequestHeaders refactor.""willchan@chromium.org2010-03-233-1/+105
* Revert r42300: "HttpRequestHeaders refactor."willchan@chromium.org2010-03-233-105/+1
* HttpRequestHeaders refactor.willchan@chromium.org2010-03-233-1/+105
* Fix Linux shared library build.mmoss@google.com2010-03-221-0/+8
* Allowing MSI mode detection to work from the master preferences file. robertshield@chromium.org2010-03-222-3/+8
* PBKDF2 implemetation using NSS.albertb@chromium.org2010-03-2214-30/+358
* Annotated the memory leaks in RSAPrivateKeyUnitTest.* and glider@chromium.org2010-03-222-0/+17
* fix mac bustage by adding NL to end of fileben@chromium.org2010-03-201-1/+2
* Move RTL related functions from app/l10n_util to base/i18n/rtlben@chromium.org2010-03-205-1/+611
* Revert 42152 - Fix the case where the browser livelocks if we cannot open a f...vandebo@chromium.org2010-03-193-22/+0
* Notification for battery with <= 15 minutes remaining.seanparent@google.com2010-03-192-0/+55
* Fix the case where the browser livelocks if we cannot open a file.vandebo@chromium.org2010-03-193-0/+22