summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Fix an issue in Thread class where we initialize a pointer, whichhuanr@chromium.org2010-07-232-6/+12
* Random bits of header and whitespace cleanup.thestig@chromium.org2010-07-231-6/+8
* file_util: Get rid of the deprecated UpOneDirectory function.tfarina@chromium.org2010-07-232-11/+0
* base: Add IsHexDigit function to string_util.htfarina@chromium.org2010-07-231-0/+7
* Make it possible to compile word_iterator.h on Gentoo when usingphajdan.jr@chromium.org2010-07-221-1/+2
* Remove deprecated CommandLine::GetLooseValues(), rename to args().evan@chromium.org2010-07-213-31/+20
* Rename the download to its final name only after the download is finishedkinuko@chromium.org2010-07-211-0/+2
* base: add home environment variable to env_var.htfarina@chromium.org2010-07-212-0/+18
* Remove <iostream> where possible.erg@google.com2010-07-206-6/+1
* Take 2 for: Add support for SymmetricKey to import raw keys when using NSS.albertb@chromium.org2010-07-205-26/+97
* Download code cleanup:phajdan.jr@chromium.org2010-07-202-0/+122
* Fix nacl_sandbox_tests dependency:victorw@chromium.org2010-07-191-1/+1
* Compress and checksum pending logs that are going to be persisted. Persisted ...ziadh@chromium.org2010-07-193-5/+5
* file_util: deprecate remaining wstring functionsevan@chromium.org2010-07-161-6/+6
* Remove lock.h from resource_bundle.h and histogram.h.erg@chromium.org2010-07-162-2/+4
* Linux: Guess the thread id for crashing renderers in a different PID namespace.thestig@chromium.org2010-07-162-0/+53
* Remove more definitions from header files.erg@chromium.org2010-07-164-8/+30
* Revert 52608 - Add and alternative GetAppOutput() to process_util that takes ...viettrungluu@chromium.org2010-07-163-141/+19
* Add and alternative GetAppOutput() to process_util that takes a timeout.viettrungluu@chromium.org2010-07-163-19/+141
* base: Return bool instead of void in EnvVarGetter::SetEnv.tfarina@chromium.org2010-07-164-9/+12
* AutoFill credit cards should be encrypted on the Macdhollowa@chromium.org2010-07-161-1/+1
* Move implementation from header to source.erg@chromium.org2010-07-1515-69/+182
* Attempt four at landing the "histogram.h removed from message_loop.h" patch.erg@chromium.org2010-07-155-45/+47
* Replace a DCHECK with DCHECK_EQ.thestig@chromium.org2010-07-151-2/+2
* Convert some helper tools to use FilePaths for file names.evan@chromium.org2010-07-141-1/+4
* NSS's filesystem speed detection doesn't work with the latest versionswtc@chromium.org2010-07-141-28/+56
* Revert everything related to the relanding.erg@chromium.org2010-07-145-47/+45
* Reland r52336.erg@chromium.org2010-07-145-45/+47
* Revert 52336 - More header cleanup:erg@chromium.org2010-07-145-47/+45
* More header cleanup:erg@chromium.org2010-07-145-45/+47
* Use file_util::GetHomeDir instead of getenv("HOME").tfarina@chromium.org2010-07-142-7/+7
* Mac: Tweak content settings window.thakis@chromium.org2010-07-131-0/+1
* Revert "Add support for SymmetricKey to import raw keys when using NSS."albertb@chromium.org2010-07-125-93/+23
* Add support for SymmetricKey to import raw keys when using NSS.albertb@chromium.org2010-07-125-23/+93
* Roll GTM r330:375.rsesek@chromium.org2010-07-122-2/+5
* Added DISALLOW_COPY_AND_ASSIGN to ScopedNativeLibrary.apatrick@chromium.org2010-07-121-0/+1
* Fix flakeyness in the timer test.mbelshe@chromium.org2010-07-121-1/+8
* base: Add SetEnvVar test to env_var_unittest.cctfarina@chromium.org2010-07-091-0/+14
* file_util: Move deprecated function UpOneDirectoryOrEmpty into an anonymous n...tfarina@chromium.org2010-07-092-12/+0
* file_util: Get rid of most uses of UpOneDirectory.tfarina@chromium.org2010-07-091-5/+1
* Define USE_SYMBOLIZE for Solaris because we build the 'symbolize' targetwtc@chromium.org2010-07-091-6/+2
* Coverity: uninitialized member in posix WaitableEventWatcher constructor.mattm@chromium.org2010-07-091-0/+1
* GTK: Minimize usage of gtk headers.erg@chromium.org2010-07-081-1/+0
* Deprecate most of the remaining wstring file_util functions.evan@chromium.org2010-07-082-18/+30
* Move the sources/ exclude and sources! rules that apply only towtc@chromium.org2010-07-081-9/+16
* base: Add SetEnv() to EnvVarGetter class and get rid of the some ifdefs.tfarina@chromium.org2010-07-083-2/+19
* base: Get rid of the deprecated SysInfo::GetEnvVar.tfarina@chromium.org2010-07-084-32/+0
* base: Add unittests for the EnvVarGetter class.tfarina@chromium.org2010-07-082-0/+25
* Add a lock for OS X CSSM wrapper APIsdavidben@chromium.org2010-07-072-0/+33
* base: Get rid of the deprecated SysInfo::HasEnvVar.tfarina@chromium.org2010-07-054-23/+3