summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Add support for user-defined source root directory.mmoss@google.com2010-04-211-1/+16
* Remove deprecated version of GetCurrentDirectory.evan@chromium.org2010-04-212-8/+0
* Remove the wstring versions of GetFileInfo, GetFileSize, GetTempDir.evan@chromium.org2010-04-212-16/+0
* bsd: move POSIXy functions back into file_util_posixevan@chromium.org2010-04-213-79/+62
* Run more base_ tests under TSan/Wintimurrrr@chromium.org2010-04-211-7/+1
* file_util.h won't compile if UNIT_TEST and OS_WIN are defined.yuzo@chromium.org2010-04-211-1/+2
* Use HttpRequestHeaders for extra_headers.willchan@chromium.org2010-04-201-14/+0
* Don't run RSAPrivateKeyUnitTest under ThreadSanitizer on Windowstimurrrr@chromium.org2010-04-161-0/+3
* Don't run some tests from base_ under ThreadSanitizer on Windowstimurrrr@chromium.org2010-04-161-0/+15
* Add the linux_use_debugallocation flag.glider@chromium.org2010-04-161-14/+30
* Do not call NSS functions if NSS initialization failed.wtc@chromium.org2010-04-161-0/+1
* GTK: Improve xfce detection.erg@chromium.org2010-04-154-6/+79
* Rejigger how we format the display of bytes.evan@chromium.org2010-04-152-18/+24
* Cleanup: Explicitly add a bunch of missing includes.thestig@chromium.org2010-04-152-2/+4
* Make MessageLoop::MessageLoop easier to read.thestig@chromium.org2010-04-151-17/+16
* Add a Thread::CleanUpAfterMessageLoopDestruction() method which gets called a...eroman@chromium.org2010-04-143-24/+158
* Refactor FileVersionInfo into an interface with platform implementations.tony@chromium.org2010-04-1410-296/+223
* Reverting this CL as it causes chrome frame net tests to crash at exit. The c...ananta@chromium.org2010-04-133-136/+23
* Don't call Thread::CleanUp() before the MessageLoop destruction observers hav...eroman@chromium.org2010-04-133-23/+136
* Add notifications to allow desktop notification permissions to be synced.zork@chromium.org2010-04-122-0/+14
* [Mac] Force the Process Manager to start up when loading the symbols for proc...thomasvl@chromium.org2010-04-121-0/+9
* Revert 44234 - Add notifications to allow desktop notification permissions to...zork@chromium.org2010-04-122-14/+0
* Add notifications to allow desktop notification permissions to be synced.zork@chromium.org2010-04-122-0/+14
* Auto restart when update available while running in the background on windows.atwilson@chromium.org2010-04-091-8/+11
* Implement PBKDF2-based key derivation, random key generation,wtc@chromium.org2010-04-0917-92/+866
* Revert 43989 - This is a new version of the older patch. Main changes include:atwilson@chromium.org2010-04-091-11/+8
* Fix a typo.thestig@chromium.org2010-04-082-5/+5
* This is a new version of the older patch. Main changes include:atwilson@chromium.org2010-04-081-8/+11
* Support PNG and quality control in chrome.tabs.captureVisibleTab().skerner@chromium.org2010-04-081-10/+10
* Move ProcessEntry and IoCounters inside namespace base.maruel@chromium.org2010-04-082-10/+14
* [Mac] This probably won't fix the bug complete, but just put in some checks t...thomasvl@chromium.org2010-04-071-3/+16
* detect preferences errorserikkay@chromium.org2010-04-064-54/+138
* Make DidProcessCrash a bit more solid and accurate on Windowsphajdan.jr@chromium.org2010-04-063-8/+36
* Improve the underlying escaping function JsonDoubleQuoteT to escape < and > c...inferno@chromium.org2010-04-062-3/+6
* 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