| Commit message (Expand) | Author | Age | Files | Lines |
* | base: rename Environment::SetEnv to Environment::SetVar. | tfarina@chromium.org | 2010-08-06 | 5 | -9/+9 |
* | Have MakeName prepend the underscore to the field trial group name, | mlloyd@chromium.org | 2010-08-05 | 3 | -25/+35 |
* | FBTF: Move some inner classes out of their header files. | thestig@chromium.org | 2010-08-05 | 4 | -88/+87 |
* | Uninitialized member variable. | finnur@chromium.org | 2010-08-05 | 1 | -1/+1 |
* | Including pthread.h, compile fix for Android. | bulach@chromium.org | 2010-08-05 | 1 | -0/+1 |
* | Don't run base/WMI* tests under Dr. Memory due to crashes | timurrrr@chromium.org | 2010-08-05 | 1 | -0/+4 |
* | FBTF: Remove unneeded headers from base/ (part 1) | thestig@chromium.org | 2010-08-05 | 7 | -10/+5 |
* | base: rename Environment::HasEnv to Environment::HasVar. | tfarina@chromium.org | 2010-08-04 | 5 | -12/+12 |
* | GTTF: Avoid assertion failures caused by clock drift. | phajdan.jr@chromium.org | 2010-08-04 | 3 | -11/+47 |
* | [Linux Views] Refactor accelerator handler related code. | suzhe@chromium.org | 2010-08-04 | 1 | -1/+3 |
* | Rename GetStringAsUTF16() to GetString() (and overload), etc. | viettrungluu@chromium.org | 2010-08-04 | 2 | -36/+15 |
* | Fixes warm-start performance on Vista and Win7 when using pre-reading optimiz... | slightlyoff@chromium.org | 2010-08-04 | 1 | -16/+57 |
* | PrependWrapper is platform-specific, so it should take a platform string. | evan@chromium.org | 2010-08-04 | 2 | -5/+6 |
* | Factor out NormalizeToNativeFilePath from NormalizeFilePath | cpu@chromium.org | 2010-08-04 | 2 | -42/+46 |
* | Rename DictionaryValue's SetStringFromUTF16() to SetString() (and overload). | viettrungluu@chromium.org | 2010-08-04 | 3 | -9/+13 |
* | Add dictionary comparing functions to DictionaryValue and unit tests | danno@chromium.org | 2010-08-04 | 3 | -22/+282 |
* | Mac: Some clang appeasing. | thakis@chromium.org | 2010-08-04 | 1 | -2/+2 |
* | base: rename Environment::UnSetEnv to Environment::UnSetVar. | tfarina@chromium.org | 2010-08-04 | 4 | -7/+7 |
* | De-wstringify perf_test_suite.h and test_suite.h. | evan@chromium.org | 2010-08-03 | 2 | -14/+8 |
* | Remove Value/StringValue's ...UTF16() methods in favour of overloading. | viettrungluu@chromium.org | 2010-08-03 | 3 | -75/+96 |
* | Remove number conversion functions from string_util. These moved to string_nu... | brettw@chromium.org | 2010-08-03 | 2 | -573/+0 |
* | Add #include utf_string_conversions.h to all files that use ASCIIToWide and | brettw@chromium.org | 2010-08-03 | 5 | -2/+6 |
* | Fix incorect tests against INVALID_FILE_HANDLE, as pointed out by cpu on chro... | skerner@chromium.org | 2010-08-03 | 2 | -5/+5 |
* | Revert 54584 - Delete tasks unconditionally in MessageLoop::DeletePendingTask... | akalin@chromium.org | 2010-08-03 | 1 | -2/+21 |
* | base: Rename EnvVarGetter to Environment. | tfarina@chromium.org | 2010-08-03 | 12 | -51/+48 |
* | Revert "Run tests faster." | phajdan.jr@chromium.org | 2010-08-02 | 1 | -5/+1 |
* | Delete tasks unconditionally in MessageLoop::DeletePendingTasks(). | akalin@chromium.org | 2010-08-02 | 1 | -21/+2 |
* | Run tests faster. | agl@chromium.org | 2010-08-02 | 1 | -1/+5 |
* | Add undeclared virtual destructors part 5 | ziadh@chromium.org | 2010-08-02 | 1 | -0/+3 |
* | base: Add HexDigitToInt function to string_util.h | tfarina@chromium.org | 2010-07-31 | 3 | -19/+46 |
* | Fix file_path build. | brettw@chromium.org | 2010-07-31 | 1 | -2/+2 |
* | Fix Windows build by qualifying the namespace. | brettw@chromium.org | 2010-07-31 | 1 | -2/+3 |
* | Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found it | brettw@chromium.org | 2010-07-31 | 6 | -17/+52 |
* | Convert more callers of the integer/string functions to using | brettw@chromium.org | 2010-07-31 | 3 | -4/+6 |
* | Reland r54418 - base: Add UnSetEnv function to EnvVarGetter API. | tfarina@chromium.org | 2010-07-31 | 4 | -10/+47 |
* | Make ValuesTest use std::strings (instead of wstrings) for dictionary keys. | viettrungluu@chromium.org | 2010-07-31 | 2 | -13/+456 |
* | Revert 54418 - base: Add UnSetEnv function to EnvVarGetter API. | tfarina@chromium.org | 2010-07-31 | 4 | -47/+10 |
* | base: Add UnSetEnv function to EnvVarGetter API. | tfarina@chromium.org | 2010-07-31 | 4 | -10/+47 |
* | Asynchronously open the temp file used for Pepper StreamToFile, and delete the | darin@chromium.org | 2010-07-30 | 3 | -0/+172 |
* | Remove deprecated CommandLine API. | evan@chromium.org | 2010-07-30 | 2 | -21/+0 |
* | Convert DictionaryValue's keys to std::string (from wstring). | viettrungluu@chromium.org | 2010-07-30 | 4 | -114/+309 |
* | Add a newline to the end of the unit test file. | brettw@chromium.org | 2010-07-30 | 1 | -1/+1 |
* | Move the number conversions from string_util to a new file. | brettw@chromium.org | 2010-07-30 | 13 | -414/+911 |
* | Give a better error when extension unpacking can't be done. | skerner@chromium.org | 2010-07-30 | 1 | -3/+4 |
* | Remove some debug switches: | skerner@chromium.org | 2010-07-30 | 7 | -93/+6 |
* | Shuffle some of the functions in file_util.h. | agl@chromium.org | 2010-07-30 | 1 | -13/+10 |
* | Fix some bad uses of GetTempDir. | agl@chromium.org | 2010-07-30 | 1 | -0/+2 |
* | Convert a bunch of easy AppendSwitchWithValue to *ASCII. | evan@chromium.org | 2010-07-30 | 1 | -9/+9 |
* | Add unit tests for base/platform_thread.* and base/lock.*. | viettrungluu@chromium.org | 2010-07-30 | 4 | -2/+323 |
* | Add an AppendSwitchASCII to CommandLine, and convert a test to it. | evan@chromium.org | 2010-07-30 | 6 | -23/+31 |