| Commit message (Expand) | Author | Age | Files | Lines |
* | Separate out the constructor and Run from test_suite.cc. This is an isolated | brettw@chromium.org | 2010-08-16 | 3 | -53/+86 |
* | Remove (deprecated) wstring version of Value::CreateStringValue(). | viettrungluu@chromium.org | 2010-08-15 | 4 | -39/+3 |
* | FBTF: Remove unneeded #includes of <string> and <vector> from src/app and src... | viettrungluu@chromium.org | 2010-08-14 | 8 | -18/+9 |
* | Remove deprecated wstring DictionaryValue::SetWithoutPathExpansion(). | viettrungluu@chromium.org | 2010-08-14 | 5 | -32/+8 |
* | Remove remaining deprecated wstring DictionaryValue::Get...WithoutPathExpansi... | viettrungluu@chromium.org | 2010-08-14 | 3 | -41/+0 |
* | Cleanup Registry API: part 3. | tfarina@chromium.org | 2010-08-14 | 3 | -4/+10 |
* | Remove deprecated DictionaryValue::HasKeyASCII(); HasKey() already takes UTF-8. | viettrungluu@chromium.org | 2010-08-14 | 2 | -6/+0 |
* | Remove deprecated wstring DictionaryValue::Get{Dictionary,List}WithoutPathExp... | viettrungluu@chromium.org | 2010-08-14 | 4 | -33/+12 |
* | CommandLine: eliminate wstring-accepting AppendLooseValue | evan@chromium.org | 2010-08-13 | 3 | -14/+30 |
* | Remove (deprecated) wstring version of DictionaryValue::RemoveWithoutPathExpa... | viettrungluu@chromium.org | 2010-08-13 | 2 | -8/+0 |
* | [Mac] Use an AppleEvent to tell the Finder to open downloaded items, rather t... | rsesek@chromium.org | 2010-08-13 | 2 | -0/+53 |
* | Run tests faster. | agl@chromium.org | 2010-08-13 | 1 | -1/+5 |
* | CommandLine: remove three useless functions. | evan@chromium.org | 2010-08-12 | 2 | -47/+10 |
* | Add NSS PKCS12 import/export functions to CertDatabase. | mattm@chromium.org | 2010-08-12 | 2 | -12/+52 |
* | Revert 55888: Allow per-plugin content settings. | bauerb@chromium.org | 2010-08-12 | 2 | -34/+0 |
* | Allow per-plugin content settings. | bauerb@chromium.org | 2010-08-12 | 2 | -0/+34 |
* | Cleanup Registry API part 2: | tfarina@chromium.org | 2010-08-12 | 2 | -2/+6 |
* | Revert "Add NSS PKCS12 import/export functions to CertDatabase." which failed... | mattm@chromium.org | 2010-08-11 | 2 | -48/+7 |
* | Add NSS PKCS12 import/export functions to CertDatabase. | mattm@chromium.org | 2010-08-11 | 2 | -7/+48 |
* | On NSS-using platforms, add a way to use an existing keypair given only the p... | cmasone@google.com | 2010-08-10 | 6 | -9/+261 |
* | Factor out command-line quoting code on Windows. | evan@chromium.org | 2010-08-10 | 2 | -16/+80 |
* | FBTF: Reapplies r55259, the first new IPC definition patch. | erg@google.com | 2010-08-10 | 1 | -108/+156 |
* | Revert 55450 - Fix CheckFalseTest.CheckFails on Linux after my change to ui_t... | glen@chromium.org | 2010-08-09 | 2 | -27/+15 |
* | CommandLine: Deprecate a function on non-Windows. | evan@chromium.org | 2010-08-09 | 2 | -11/+13 |
* | Fix CheckFalseTest.CheckFails on Linux after my change to ui_test. | phajdan.jr@chromium.org | 2010-08-09 | 2 | -15/+27 |
* | Revert 55400 - Cleanup in base. This moves the implementation (and a bunch of... | nsylvain@chromium.org | 2010-08-09 | 16 | -541/+402 |
* | Revert 55259 - FBTF: New IPC definitions, only applied to async ROUTED and CO... | pinkerton@google.com | 2010-08-09 | 1 | -156/+108 |
* | Cleanup in base. This moves the implementation (and a bunch of header file | brettw@chromium.org | 2010-08-09 | 16 | -402/+541 |
* | Cleanup our Registry API. | tfarina@chromium.org | 2010-08-09 | 2 | -218/+160 |
* | base: rename Environment::GetEnv to Environment::GetVar. | tfarina@chromium.org | 2010-08-07 | 6 | -22/+22 |
* | rid of more OS_LINUX defines, to help the BSD port (work by sprewell & I) | pvalchev@google.com | 2010-08-06 | 1 | -3/+3 |
* | FBTF: New IPC definitions, only applied to async ROUTED and CONTROL messages. | erg@google.com | 2010-08-06 | 1 | -108/+156 |
* | FBTF: Remove unneeded headers from base/ (part 3) | thestig@chromium.org | 2010-08-06 | 1 | -1/+1 |
* | FBTF: Remove unneeded headers from base/ (part 2) | thestig@chromium.org | 2010-08-06 | 5 | -5/+0 |
* | Add UTF-8 DCHECK()s in values.cc (since keys/paths are expected to be UTF-8). | viettrungluu@chromium.org | 2010-08-06 | 1 | -0/+6 |
* | 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 |