summaryrefslogtreecommitdiff
path: root/tests/DumpRenderTree/src/com/android/dumprendertree/ReliabilityTestActivity.java
AgeCommit message (Collapse)Author
2013-08-25Remove WebViewClassic specific test codeJonathan Dixon
Bug: 10427705 These tested internals of WebViewClassic and will no longer build when that is removed Change-Id: I42af538dcb0343e9eff0b3fa85d7ff39f19c7c61
2013-01-18Better detecting if current threasd is main threadKristian Monsen
Old approach got broken after: https://googleplex-android-review.googlesource.com/#/c/266421/2 Change-Id: I12ae23efdbaebd8ba24acb1b7eff75c912d24f1d
2010-01-08Deprecate fill_parent and introduce match_parent.Romain Guy
Bug: #2361749.
2009-09-15Refactor logic for starting forward servers and http test cases hacking, so ↵Guang Zhu
that they can be shared between automated test mode and UI launch mode.
2009-08-04After each test, the WebView cache should be cleared, otherwise the cache ↵Guang Zhu
data will pile up.
2009-08-03Change browser reliability test to start a new activity for each urlGuang Zhu
2009-06-10Added support to record page load time for each url.Guang Zhu
2009-06-07Changed logic to handle timeout pages.Guang Zhu
2009-06-03Adding missing callback onJsConfirm to dismiss any confirmation dialogsGuang Zhu
2009-06-03Added new parameter to enable a manual pause between pagesGuang Zhu
2009-06-01Removing @Override to fix the buildGuang Zhu
2009-06-01Update reliability test code. Use a separate activity with simpler calback ↵Guang Zhu
mechanism.