summaryrefslogtreecommitdiffstats
path: root/base/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove calls to g_thread_init().willchan@chromium.org2011-11-051-1/+0
* Clean up some API in trace_event_analyzer.h and add some getters.jbates@chromium.org2011-11-043-29/+126
* Moving the SignalingTask class to base/test.tommi@chromium.org2011-11-022-0/+51
* Expose the sandbox related code through the content API. I did a bit of clean...jam@chromium.org2011-10-291-1/+5
* add classes trace_analyzer::Query and TraceAnalyzer to improve testing (retry)jbates@chromium.org2011-10-293-0/+1647
* Revert 107813 - add classes trace_analyzer::Query and TraceAnalyzer to make i...jbates@chromium.org2011-10-293-1647/+0
* Revert 107830 - Fix BASE_EXPORT on QueryNodejbates@chromium.org2011-10-291-1/+1
* Fix BASE_EXPORT on QueryNodejbates@chromium.org2011-10-291-1/+1
* add classes trace_analyzer::Query and TraceAnalyzer to make it easy to search...jbates@chromium.org2011-10-283-0/+1647
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-262-13/+13
* Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements...brettw@chromium.org2011-10-252-13/+13
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-252-13/+13
* Upstream: The test stub for Androidmichaelbai@google.com2011-10-043-0/+243
* Delete Tracked, and move Location to its own file.ajwong@chromium.org2011-09-211-0/+2
* Avoid long test_server timeouts by using action_timeout_msphajdan.jr@chromium.org2011-09-121-1/+1
* Move test utilities into test_file_util.*.ahendrickson@chromium.org2011-09-023-0/+79
* Enable smooth scrolling on macthakis@chromium.org2011-09-011-3/+4
* Remove obsolete test timeouts and convert callers.phajdan.jr@chromium.org2011-08-251-15/+0
* Remove unused test command-line switches.phajdan.jr@chromium.org2011-08-253-15/+0
* Tommi: I need an owner review for the chrome frame changes.rogerta@chromium.org2011-08-242-0/+129
* GTTF: Reduce number of different timeouts.phajdan.jr@chromium.org2011-08-222-15/+7
* base: Rename FileEnumerator::FILE_TYPE to FileEnumerator::FileType.tfarina@chromium.org2011-08-151-5/+5