summaryrefslogtreecommitdiffstats
path: root/base/test
Commit message (Expand)AuthorAgeFilesLines
...
* Plot async steps in about:tracing.simonjam@chromium.org2012-03-281-5/+5
* Revert 128679 - Speculative revert. xcodebuilders hosed between r128678 - 128...rsleevi@chromium.org2012-03-246-359/+0
* apk-based test runner work. Not enabled yet. This CL is a combination of up...jrg@chromium.org2012-03-246-0/+359
* Build Android's MessagePumpForUI by upstreaming SystemMessageHandlerpeter@chromium.org2012-03-141-24/+0
* Upstream Android's PathUtils implementation.peter@chromium.org2012-03-141-7/+0
* Fix uses of TimeDelta in base/test.tedvessenes@gmail.com2012-03-141-1/+2
* Added read-only file error test.ahendrickson@chromium.org2012-03-143-2/+129
* Cleanup: Remove deprecated version of file_util::AppendToPath().thestig@chromium.org2012-03-131-3/+2
* Add test to for RAF-spinning in accelerated mode with no damage.jbates@chromium.org2012-03-093-9/+71
* Move task_runner_test_template.* into base/test and test_support_baseakalin@chromium.org2012-03-092-0/+255
* Add media device attach notification mechanism.vandebo@chromium.org2012-03-022-0/+53
* Add ASYNC_STEP support to trace_event and change START to ASYNC_BEGIN.jbates@chromium.org2012-03-013-51/+116
* Revert 124288 (made mac browser and ui_tests flaky) - Add Media device notifi...mattm@chromium.org2012-03-012-53/+0
* Add Media device notification to SystemMonitor and Mac implvandebo@chromium.org2012-02-292-0/+53
* Move values_test_util.{h,cc} to base/testakalin@chromium.org2012-02-292-0/+106
* Allow callers of CommandLine::Init to know whether they were the first caller.erikwright@chromium.org2012-02-272-6/+10
* Cleanup: Remove base::environment_vector and base::file_handle_mapping_vector...thestig@chromium.org2012-02-242-12/+7
* Use SequencedWorkerPool for disk operations in TraceSubscriberStdio.husky@chromium.org2012-02-241-5/+3
* Revert 123140 - Use SequencedWorkerPool for disk operations in TraceSubscribe...groby@chromium.org2012-02-231-3/+5
* Use SequencedWorkerPool for disk operations in TraceSubscriberStdio.husky@chromium.org2012-02-221-5/+3
* Enable building with a small set of JNI related files required for linking co...satish@chromium.org2012-02-081-10/+1
* Cleanup: Remove unused switches in base.thestig@chromium.org2012-02-082-4/+2
* Allow tracing in third_party librariesjbates@chromium.org2012-01-132-76/+93
* Remove usage of using namespace, and cleanup trace_analyzer namespacejbates@chromium.org2012-01-123-169/+201
* Update Sleep() calls in base/test to use TimeDelta instead of int.tedvessenes@gmail.com2012-01-042-8/+10
* Add TimeDelay interfaces to TestTimeouts.tedvessenes@gmail.com2012-01-031-1/+29
* Retry 114494 - Remove BindStateHolder and have Bind() return a Callback<> obj...ajwong@chromium.org2011-12-201-3/+4
* Enable ChromeFrame net tests for IE versions 8 and below. Changes include the...ananta@chromium.org2011-12-152-5/+28
* Add searching features to new TraceEventVector class for tests.jbates@chromium.org2011-12-143-41/+335
* Revert 114494 - Remove BindStateHolder and have Bind() return a Callback<> ob...sail@chromium.org2011-12-141-4/+3
* Remove BindStateHolder and have Bind() return a Callback<> object directly.ajwong@chromium.org2011-12-141-3/+4
* Revert 114320 (broke chrome_frame_tests) - Enable ChromeFrame net tests for I...willchan@chromium.org2011-12-141-1/+1
* Enable ChromeFrame net tests for IE versions 8 and below. Changes include the...ananta@chromium.org2011-12-141-1/+1
* Added comments to setlocale call.saintlou@chromium.org2011-12-091-0/+3
* Fix test failures when calling native char conversion functions (e.g wrctomb).saintlou@chromium.org2011-12-081-1/+3
* [Mac] Remove content/ CrApplication.shess@chromium.org2011-12-061-0/+3
* Add TraceAnalyzer support for START/FINISH events and JSON error loggingjbates@chromium.org2011-12-023-40/+136
* trace_event: distinguish between scoped begin/end and global start/finish eventsjbates@chromium.org2011-12-023-7/+7
* [Mac] Move ScopedSendingEvent from content/common/mac to base/mac.shess@chromium.org2011-12-012-11/+33
* Revert 112249 - [Mac] Move ScopedSendingEvent from content/common/mac to base...hayato@chromium.org2011-12-012-33/+11
* Add TraceAnalyzer support for calculating common event rate statisticsjbates@chromium.org2011-12-013-0/+89
* [Mac] Move ScopedSendingEvent from content/common/mac to base/mac.shess@chromium.org2011-11-302-11/+33
* Removing SignalingTask and replace with base::Bind(&WaitableEvent::Signal, ...)dcheng@chromium.org2011-11-252-51/+0
* Revert 111074 - ASAN timeout on OutOfProcessPPAPITest.*dhollowa@chromium.org2011-11-221-1/+1
* ASAN timeout on OutOfProcessPPAPITest.*dhollowa@chromium.org2011-11-221-1/+1
* Replace ScopedCommandLineOverride with TestSuite listener.miket@chromium.org2011-11-222-1/+30
* Convert NewRunnableMethod() to base::Bind() in base::TestThreadHelper.dcheng@chromium.org2011-11-161-2/+3
* Add OVERRIDE to base/.avi@chromium.org2011-11-162-4/+4
* Multiply the timeouts by 2 if the tests are ran under AddressSanitizer.glider@chromium.org2011-11-151-4/+14
* [Mac] Make ScopedSendingEvent depend on protocol instead of app class.shess@chromium.org2011-11-091-2/+8