| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove all wstrings from the IPC logging subsystem. | erg@google.com | 2010-08-18 | 1 | -6/+6 |
* | Fix DictionaryValue::Equals() to also detect differences in key names. | mnissler@chromium.org | 2010-08-18 | 2 | -7/+15 |
* | Convert GetDisplayStringInLTRDirectionality from wstring to string16. | tony@chromium.org | 2010-08-18 | 3 | -11/+15 |
* | Get rid of the deprecated file_util::InsertBeforeExtension. | tfarina@chromium.org | 2010-08-18 | 2 | -66/+0 |
* | Don't force callers to be ASCII (when some of them already aren't). | pkasting@chromium.org | 2010-08-17 | 1 | -8/+7 |
* | Header cleanup in base. | brettw@chromium.org | 2010-08-17 | 32 | -116/+124 |
* | Handle race to create histogram more cleanly | jar@chromium.org | 2010-08-17 | 1 | -4/+3 |
* | Re-land part of r55416, minus actually moving the test_suite.h contents to a ... | brettw@chromium.org | 2010-08-17 | 14 | -296/+372 |
* | Reapplies all the IPC system work (reverts the revert r56272). | erg@google.com | 2010-08-17 | 1 | -108/+156 |
* | Remove remaining deprecated wstring methods from base/values.{cc,h}. | viettrungluu@chromium.org | 2010-08-17 | 3 | -87/+3 |
* | Acquire lock before iterating over list of field trials | jar@chromium.org | 2010-08-17 | 1 | -0/+1 |
* | Fix bad tabs introduced in r56309 and r56311 in base/base.gyp. | tfarina@chromium.org | 2010-08-17 | 1 | -2/+2 |
* | Fix for win and mac builds | tfarina@chromium.org | 2010-08-17 | 1 | -0/+1 |
* | Add basic skeletal for the registry unittest. | tfarina@chromium.org | 2010-08-17 | 2 | -0/+54 |
* | Actually name it FLAKY_* this time! | eroman@chromium.org | 2010-08-17 | 1 | -1/+2 |
* | Remove deprecated wstring DictionaryValue Get{Boolean,Integer,Real,Binary,Dic... | viettrungluu@chromium.org | 2010-08-17 | 2 | -46/+0 |
* | Move StringPrintf into its own file and use the base namespace. Currently thi... | brettw@chromium.org | 2010-08-17 | 8 | -324/+391 |
* | Mark TraceEventTest.Macros which has started mysteriously failing. | eroman@chromium.org | 2010-08-17 | 1 | -1/+1 |
* | Stop eternal loop in DisplayDebugMessageInDialog | cmasone@google.com | 2010-08-17 | 2 | -2/+14 |
* | Completely revert all my IPC work to see if this was what regressed the page ... | erg@google.com | 2010-08-17 | 1 | -156/+108 |
* | FBTF: Header cleanup in renderer_host. | jhawkins@chromium.org | 2010-08-16 | 2 | -6/+6 |
* | Remove test isolation enforcement code. | phajdan.jr@chromium.org | 2010-08-16 | 4 | -44/+1 |
* | Remove deprecated wstring Get(As)String() methods from Value, etc. | viettrungluu@chromium.org | 2010-08-16 | 4 | -499/+11 |
* | Fix the Linux shared object build by adding necessary dependencies. | brettw@chromium.org | 2010-08-16 | 1 | -0/+9 |
* | 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 |