summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Fix various uses of release() that did not check its valueestade@chromium.org2010-05-041-3/+4
* Clean up suppressing error dialogs for buildbots.phajdan.jr@chromium.org2010-05-044-12/+20
* Add clarity for the Command keycode now that things work for the Mac.jrg@chromium.org2010-05-042-1/+2
* Changed UrlFetcher to use a MessageLoopProxy instead of directly relying on C...sanjeevr@chromium.org2010-05-031-0/+3
* Cleanup: Replace deprecated CommandLine::program() with CommandLine::GetProgr...thestig@chromium.org2010-05-031-4/+3
* Add a macro to ignore the return value of a function.estade@chromium.org2010-05-031-0/+11
* Throw something at the wall. See what sticks.mark@chromium.org2010-04-302-2/+28
* Unpack extensions inside chrome's profile directory.skerner@chromium.org2010-04-307-18/+98
* POSIX: catch more crash-indicating signals for in-process crash dumping.phajdan.jr@chromium.org2010-04-301-3/+6
* Implement UI automation on the Mac.jrg@chromium.org2010-04-291-1/+2
* Extend Histogram class to support custom range definitionsjar@chromium.org2010-04-293-15/+205
* Clean up some Observer code. Original patch by Thiago Farina (see http://cod...pkasting@chromium.org2010-04-291-5/+3
* Enable Chrome OS to load the user's nssdb later.cmasone@google.com2010-04-293-3/+93
* Move common code into process_util.cc.maruel@chromium.org2010-04-2910-276/+278
* Created a MessageLoopProxy interface. This provides a thread-safe refcounted ...sanjeevr@chromium.org2010-04-292-0/+46
* This adds in the ability for Chrome to generate windows with snapshotsgspencer@chromium.org2010-04-281-0/+9
* Make the Nigori user salt key 128-bits to be FIPS compliant.albertb@chromium.org2010-04-281-1/+4
* Remove svn:executable property from the last few files that don't need it.thestig@chromium.org2010-04-271-0/+0
* Enable Nigori unit tests on all platforms.albertb@chromium.org2010-04-231-1/+1
* Use the /INCLUDE:symbol linker option pragmas to forcewtc@chromium.org2010-04-231-11/+19
* bsd: refactor XDG bits of linux_util into a shared file.evan@chromium.org2010-04-2211-137/+178
* Add comments saying we don't use RTLD_DEEPBIND.willchan@chromium.org2010-04-221-0/+4
* 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