summaryrefslogtreecommitdiffstats
path: root/base/test
Commit message (Expand)AuthorAgeFilesLines
* Revert 192940 "Delete CopyRecursiveDirNoCache from test_file_util."tonyg@chromium.org2013-04-093-0/+138
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-092-3/+3
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-092-3/+3
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-092-3/+3
* Delete CopyRecursiveDirNoCache from test_file_util.brettw@chromium.org2013-04-083-138/+0
* base: Consolidate all test data directories under base/test/data.tfarina@chromium.org2013-04-0719-0/+54
* [Android] Upstream some java test annotations.frankf@chromium.org2013-04-043-0/+60
* Revert 191854 "Delete CopyRecursiveDirNoCache from test_file_util."sullivan@chromium.org2013-04-043-0/+138
* Delete CopyRecursiveDirNoCache from test_file_util.brettw@chromium.org2013-04-023-138/+0
* Move MessageLoop to base namespace.brettw@chromium.org2013-03-311-2/+2
* Copy bom_feff.json into base/test/data directory.tfarina@chromium.org2013-03-301-0/+10
* base: Copy binaries files from base/data/file_util/ to base/test/data/tfarina@chromium.org2013-03-303-0/+0
* base: Update the include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-03-303-3/+3
* base: Move the rest of JSONValueSerializer unit tests from c/common to base/j...tfarina@chromium.org2013-03-283-0/+26
* Add a |scope| argument to TRACE_EVENT_INSTANT* and require its presence.simonjam@chromium.org2013-03-261-21/+30
* Use NSTextAlignmentCenter instead of deprecated UITextAlignmentCenterlliabraa@chromium.org2013-03-261-1/+1
* When running iOS tests on devices, write stdout to a file, then dump to NSLog.lliabraa@chromium.org2013-03-231-0/+60
* Fix clang warning in test_process_killer_win.cc re taking address of temporary.robertshield@chromium.org2013-03-191-1/+2
* Minor improvements to InMemorySharedPreferencesjoth@chromium.org2013-03-171-47/+98
* Invoke the iOS hook from TestSuite so each run_all_unittests.cc file does notlliabraa@chromium.org2013-03-158-139/+123
* Flush SequenceWorkerPool tasks after each test. Applies to unit_test, interac...michaeln@google.com2013-03-074-8/+50
* Replace deprecated UITextAlignment with NSTextAlignmentstuartmorgan@chromium.org2013-02-261-1/+1
* Make chrome/browser/extensions use base::Clock instead of MockTimeProviderakalin@chromium.org2013-02-263-6/+12
* Make Ash unittests clean up zombie viewer processes between test runs. These ...robertshield@chromium.org2013-02-252-0/+184
* base: Move MemoryMappedFile out of file_util.h and into its own header file.tfarina@chromium.org2013-02-241-1/+3
* Move file_path.h to base/files.brettw@chromium.org2013-02-249-10/+10
* Add a mode flag to the tracing framework.dsinclair@chromium.org2013-02-231-2/+6
* Add a Clock and TickClock interface for mocking out timeakalin@chromium.org2013-02-215-0/+130
* Replace FilePath with base::FilePath.brettw@chromium.org2013-02-178-50/+53
* [Test Expectations] Add GetCurrentPlatform() and GetCurrentConfiguration().rsesek@chromium.org2013-02-113-4/+82
* [Test Expectations] Implement the low-level parser.rsesek@chromium.org2013-02-083-0/+553
* Move string_split to base/strings.tfarina@chromium.org2013-02-071-2/+2
* Move string_number_conversions to base/strings.brettw@chromium.org2013-02-072-2/+2
* Remove removable storage notifications from base System Monitor. (part 3)gbillock@chromium.org2013-02-061-5/+0
* Revert 180547 (didn't help)thakis@chromium.org2013-02-041-1/+1
* Revert 180332 (speculative, BrowserAccessibilityTest.BasicAttributeTestthakis@chromium.org2013-02-041-1/+1
* base: Update the calls from QuitClosure() to QuitWhenIdleClosure().tfarina@chromium.org2013-02-041-1/+1
* [Test Expectations] Convert the functions to use base::StringPiece.rsesek@chromium.org2013-02-032-9/+11
* Add FilePath to base namespace.brettw@chromium.org2013-02-022-14/+16
* [Test Expectations] Create the basic data structures.rsesek@chromium.org2013-02-014-0/+292
* Relanding "Add apk for running content_browsertests"nileshagrawal@chromium.org2013-01-291-1/+2
* encodeHtmlDataUri to avoid malformed URIs in testsaruslan@chromium.org2013-01-291-1/+23
* Revert 179189nileshagrawal@chromium.org2013-01-281-2/+1
* Add apk for running content_browsertestsnileshagrawal@chromium.org2013-01-281-1/+2
* Remove uses of PropVariantTo*; removing the need to DelayLoad propsys.dll.gab@chromium.org2013-01-211-29/+34
* Replaced DictionaryValue::key_iterator by DictionaryValue::Iterator outside o...pneubeck@chromium.org2013-01-181-17/+14
* Nuke jrg from android OWNERS files.yfriedman@chromium.org2013-01-161-1/+0
* Add missing, and remove unnecessary, 'explicit' from constructors. (base/)hans@chromium.org2013-01-151-4/+4
* [sync] Add java InvalidationController for Android.nyquist@chromium.org2013-01-122-0/+290
* Implement SequenceChecker, which is a generalization of ThreadCheckerakalin@chromium.org2012-12-272-0/+65