summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Add NSS PKCS12 import/export functions to CertDatabase.mattm@chromium.org2010-08-112-7/+48
* On NSS-using platforms, add a way to use an existing keypair given only the p...cmasone@google.com2010-08-106-9/+261
* Factor out command-line quoting code on Windows.evan@chromium.org2010-08-102-16/+80
* FBTF: Reapplies r55259, the first new IPC definition patch.erg@google.com2010-08-101-108/+156
* Revert 55450 - Fix CheckFalseTest.CheckFails on Linux after my change to ui_t...glen@chromium.org2010-08-092-27/+15
* CommandLine: Deprecate a function on non-Windows.evan@chromium.org2010-08-092-11/+13
* Fix CheckFalseTest.CheckFails on Linux after my change to ui_test.phajdan.jr@chromium.org2010-08-092-15/+27
* Revert 55400 - Cleanup in base. This moves the implementation (and a bunch of...nsylvain@chromium.org2010-08-0916-541/+402
* Revert 55259 - FBTF: New IPC definitions, only applied to async ROUTED and CO...pinkerton@google.com2010-08-091-156/+108
* Cleanup in base. This moves the implementation (and a bunch of header filebrettw@chromium.org2010-08-0916-402/+541
* Cleanup our Registry API.tfarina@chromium.org2010-08-092-218/+160
* base: rename Environment::GetEnv to Environment::GetVar.tfarina@chromium.org2010-08-076-22/+22
* rid of more OS_LINUX defines, to help the BSD port (work by sprewell & I)pvalchev@google.com2010-08-061-3/+3
* FBTF: New IPC definitions, only applied to async ROUTED and CONTROL messages.erg@google.com2010-08-061-108/+156
* FBTF: Remove unneeded headers from base/ (part 3)thestig@chromium.org2010-08-061-1/+1
* FBTF: Remove unneeded headers from base/ (part 2)thestig@chromium.org2010-08-065-5/+0
* Add UTF-8 DCHECK()s in values.cc (since keys/paths are expected to be UTF-8).viettrungluu@chromium.org2010-08-061-0/+6
* base: rename Environment::SetEnv to Environment::SetVar.tfarina@chromium.org2010-08-065-9/+9
* Have MakeName prepend the underscore to the field trial group name,mlloyd@chromium.org2010-08-053-25/+35
* FBTF: Move some inner classes out of their header files.thestig@chromium.org2010-08-054-88/+87
* Uninitialized member variable.finnur@chromium.org2010-08-051-1/+1
* Including pthread.h, compile fix for Android.bulach@chromium.org2010-08-051-0/+1
* Don't run base/WMI* tests under Dr. Memory due to crashestimurrrr@chromium.org2010-08-051-0/+4
* FBTF: Remove unneeded headers from base/ (part 1)thestig@chromium.org2010-08-057-10/+5
* base: rename Environment::HasEnv to Environment::HasVar.tfarina@chromium.org2010-08-045-12/+12
* GTTF: Avoid assertion failures caused by clock drift.phajdan.jr@chromium.org2010-08-043-11/+47
* [Linux Views] Refactor accelerator handler related code.suzhe@chromium.org2010-08-041-1/+3
* Rename GetStringAsUTF16() to GetString() (and overload), etc.viettrungluu@chromium.org2010-08-042-36/+15
* Fixes warm-start performance on Vista and Win7 when using pre-reading optimiz...slightlyoff@chromium.org2010-08-041-16/+57
* PrependWrapper is platform-specific, so it should take a platform string.evan@chromium.org2010-08-042-5/+6
* Factor out NormalizeToNativeFilePath from NormalizeFilePathcpu@chromium.org2010-08-042-42/+46
* Rename DictionaryValue's SetStringFromUTF16() to SetString() (and overload).viettrungluu@chromium.org2010-08-043-9/+13
* Add dictionary comparing functions to DictionaryValue and unit testsdanno@chromium.org2010-08-043-22/+282
* Mac: Some clang appeasing.thakis@chromium.org2010-08-041-2/+2
* base: rename Environment::UnSetEnv to Environment::UnSetVar.tfarina@chromium.org2010-08-044-7/+7
* De-wstringify perf_test_suite.h and test_suite.h.evan@chromium.org2010-08-032-14/+8
* Remove Value/StringValue's ...UTF16() methods in favour of overloading.viettrungluu@chromium.org2010-08-033-75/+96
* Remove number conversion functions from string_util. These moved to string_nu...brettw@chromium.org2010-08-032-573/+0
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-035-2/+6
* Fix incorect tests against INVALID_FILE_HANDLE, as pointed out by cpu on chro...skerner@chromium.org2010-08-032-5/+5
* Revert 54584 - Delete tasks unconditionally in MessageLoop::DeletePendingTask...akalin@chromium.org2010-08-031-2/+21
* base: Rename EnvVarGetter to Environment.tfarina@chromium.org2010-08-0312-51/+48
* Revert "Run tests faster."phajdan.jr@chromium.org2010-08-021-5/+1
* Delete tasks unconditionally in MessageLoop::DeletePendingTasks().akalin@chromium.org2010-08-021-21/+2
* Run tests faster.agl@chromium.org2010-08-021-1/+5
* Add undeclared virtual destructors part 5ziadh@chromium.org2010-08-021-0/+3
* base: Add HexDigitToInt function to string_util.htfarina@chromium.org2010-07-313-19/+46
* Fix file_path build.brettw@chromium.org2010-07-311-2/+2
* Fix Windows build by qualifying the namespace.brettw@chromium.org2010-07-311-2/+3
* Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found itbrettw@chromium.org2010-07-316-17/+52