| Commit message (Expand) | Author | Age | Files | Lines |
* | GTTF: Move core parts of test_launcher down to base. | phajdan.jr@chromium.org | 2013-06-20 | 2 | -0/+430 |
* | Move message_pump to base/message_loop. | brettw@chromium.org | 2013-06-18 | 3 | -5/+5 |
* | cc: Remove FakeThread, use SingleThreadTaskRunner in scheduling classes. | danakj@chromium.org | 2013-06-18 | 2 | -0/+14 |
* | Revert 206507 "Move message_pump to base/message_loop." | brettw@chromium.org | 2013-06-14 | 3 | -5/+5 |
* | Move message_pump to base/message_loop. | brettw@chromium.org | 2013-06-14 | 3 | -5/+5 |
* | Make base compile with no "using base::Value" in values.h | brettw@chromium.org | 2013-06-14 | 1 | -2/+2 |
* | Revert "GTTF: Lower the action max timeout to 30s for everyone." | phajdan.jr@chromium.org | 2013-06-12 | 1 | -0/+4 |
* | Rename base/hash_tables to base/containers/hash_tables. | brettw@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Update includes of message_loop_proxy. | brettw@chromium.org | 2013-06-10 | 1 | -1/+1 |
* | Use a direct include of strings headers in base/. | avi@chromium.org | 2013-06-10 | 6 | -6/+6 |
* | GTTF: Lower the action max timeout to 30s for everyone. | phajdan.jr@chromium.org | 2013-06-10 | 1 | -4/+0 |
* | Use a direct include of utf_string_conversions.h in android_webview/, apps/, ... | avi@chromium.org | 2013-06-07 | 2 | -2/+2 |
* | Revert 202305 "Destroy all Singletons and LazyInstances between ..." | rsesek@chromium.org | 2013-05-25 | 1 | -30/+0 |
* | Destroy all Singletons and LazyInstances between each test. | rsesek@chromium.org | 2013-05-25 | 1 | -0/+30 |
* | Revert 198820 "Move FileEnumerator to its own file, do some refa..." | dbeam@chromium.org | 2013-05-08 | 1 | -1/+2 |
* | Revert 198844 "Move sequenced_task_runner to base/task" | dbeam@chromium.org | 2013-05-08 | 1 | -1/+1 |
* | Move sequenced_task_runner to base/task | brettw@chromium.org | 2013-05-08 | 1 | -1/+1 |
* | Move FileEnumerator to its own file, do some refactoring. | brettw@chromium.org | 2013-05-07 | 1 | -2/+1 |
* | Delete CopyRecursiveDirNoCache from test_file_util. | brettw@chromium.org | 2013-05-06 | 4 | -140/+33 |
* | Add snapshots to trace_event object model | nduca@chromium.org | 2013-05-04 | 1 | -5/+5 |
* | Revert 194664 "Delete CopyRecursiveDirNoCache from test_file_util." | tonyg@chromium.org | 2013-05-03 | 3 | -0/+139 |
* | base: Remove usage of ALLOW_THIS_IN_INITIALIZER_LIST macro. | tfarina@chromium.org | 2013-04-25 | 1 | -3/+1 |
* | Double the timeout values when running under ThreadSanitizer v2. It is at lea... | glider@chromium.org | 2013-04-19 | 1 | -1/+3 |
* | Category group support/Renamings. | rubentopo@gmail.com | 2013-04-19 | 1 | -4/+2 |
* | Delete CopyRecursiveDirNoCache from test_file_util. | brettw@chromium.org | 2013-04-17 | 3 | -139/+0 |
* | Move path functions from file_util to FilePath object. | brettw@chromium.org | 2013-04-12 | 1 | -3/+6 |
* | Revert 192940 "Delete CopyRecursiveDirNoCache from test_file_util." | tonyg@chromium.org | 2013-04-09 | 3 | -0/+138 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 2 | -3/+3 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 2 | -3/+3 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 2 | -3/+3 |
* | Delete CopyRecursiveDirNoCache from test_file_util. | brettw@chromium.org | 2013-04-08 | 3 | -138/+0 |
* | base: Consolidate all test data directories under base/test/data. | tfarina@chromium.org | 2013-04-07 | 19 | -0/+54 |
* | [Android] Upstream some java test annotations. | frankf@chromium.org | 2013-04-04 | 3 | -0/+60 |
* | Revert 191854 "Delete CopyRecursiveDirNoCache from test_file_util." | sullivan@chromium.org | 2013-04-04 | 3 | -0/+138 |
* | Delete CopyRecursiveDirNoCache from test_file_util. | brettw@chromium.org | 2013-04-02 | 3 | -138/+0 |
* | Move MessageLoop to base namespace. | brettw@chromium.org | 2013-03-31 | 1 | -2/+2 |
* | Copy bom_feff.json into base/test/data directory. | tfarina@chromium.org | 2013-03-30 | 1 | -0/+10 |
* | base: Copy binaries files from base/data/file_util/ to base/test/data/ | tfarina@chromium.org | 2013-03-30 | 3 | -0/+0 |
* | base: Update the include paths of base/string_piece.h to its new location. | tfarina@chromium.org | 2013-03-30 | 3 | -3/+3 |
* | base: Move the rest of JSONValueSerializer unit tests from c/common to base/j... | tfarina@chromium.org | 2013-03-28 | 3 | -0/+26 |
* | Add a |scope| argument to TRACE_EVENT_INSTANT* and require its presence. | simonjam@chromium.org | 2013-03-26 | 1 | -21/+30 |
* | Use NSTextAlignmentCenter instead of deprecated UITextAlignmentCenter | lliabraa@chromium.org | 2013-03-26 | 1 | -1/+1 |
* | When running iOS tests on devices, write stdout to a file, then dump to NSLog. | lliabraa@chromium.org | 2013-03-23 | 1 | -0/+60 |
* | Fix clang warning in test_process_killer_win.cc re taking address of temporary. | robertshield@chromium.org | 2013-03-19 | 1 | -1/+2 |
* | Minor improvements to InMemorySharedPreferences | joth@chromium.org | 2013-03-17 | 1 | -47/+98 |
* | Invoke the iOS hook from TestSuite so each run_all_unittests.cc file does not | lliabraa@chromium.org | 2013-03-15 | 8 | -139/+123 |
* | Flush SequenceWorkerPool tasks after each test. Applies to unit_test, interac... | michaeln@google.com | 2013-03-07 | 4 | -8/+50 |
* | Replace deprecated UITextAlignment with NSTextAlignment | stuartmorgan@chromium.org | 2013-02-26 | 1 | -1/+1 |
* | Make chrome/browser/extensions use base::Clock instead of MockTimeProvider | akalin@chromium.org | 2013-02-26 | 3 | -6/+12 |
* | Make Ash unittests clean up zombie viewer processes between test runs. These ... | robertshield@chromium.org | 2013-02-25 | 2 | -0/+184 |