History log of /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/ui/DirListActivity.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
cb98a3e621b7c56d1367a1bf77cd91dae3feb6da 28-Sep-2010 Steve Block <steveblock@google.com> Provide a useful message in DumpRenderTree2 GUI when the host server is not running

Bug: 3010758
Change-Id: Ic62f60d96055e7ad1e475215ca384306cdfa859c
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/ui/DirListActivity.java
c54df24fa9bfd0a2b53404139e7914e68f192af4 13-Sep-2010 Steve Block <steveblock@google.com> Remove superfluous FileFilter from DumpRenderTree2 DirListActivity.java

Change-Id: I5e7d86fc4e05ac512ce1b2c55660d3b7f0de2750
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/ui/DirListActivity.java
34c68912be678ad50a70c1bfa54a91444e993df5 13-Sep-2010 Steve Block <steveblock@google.com> Remove the last remnants in DumpRenderTree2 of the absolute path to the tests

This is no longer required.

Change-Id: I27db10e8c723162b319d9a714b086f508db706e0
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/ui/DirListActivity.java
ff314d7094fdc6a1869d6cbe17db16c5b9129009 01-Sep-2010 Maksymilian Osowski <maxosowski@google.com> Added "run all tests in the current directory" menu option.

Bug: 2906954
Change-Id: Ib68219dc4d4d517ad859679bc8d52a02b0b631f4
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/ui/DirListActivity.java
c6a341d34c690c2b5948977cd803ec2ff668c4b7 23-Aug-2010 Maksymilian Osowski <maxosowski@google.com> Changed the code to use forwarding service.

Change-Id: I2504ef01270f9c8e82acbe6a4069d2b4b77b35f2
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/ui/DirListActivity.java
a0a586cd2fb06277436736abc291122aecf6c4ea 11-Aug-2010 Maksymilian Osowski <maxosowski@google.com> Fixes crash when root dir does not exist.

Bug: 2904439
Change-Id: I629f88626e165348dd414f3ad49d9b415ab336cf
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/ui/DirListActivity.java
5f0ccd76a88586ce85c17cb4db058934e693a4fc 23-Jul-2010 Maksymilian Osowski <maxosowski@google.com> Moved practically all of the prerefactoring functionality to the new design.

Renamed LayoutTestsRunner activity to TestsListActivity. It will be responsible for restrating the Executer after the crash. Now it only starts
it.
Renamed LayoutTestsRunnerThread to TestsListPreloaderThread. It only preloads tests now.
LayoutTest class is no longer needed, its functionality is in LayoutTestsExecuter.
Most of the functionality from LayoutTestsRunnerThread is now in ManagerService.

Change-Id: I08924d949ceb9f8816888bc8e795256d0542fa99
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/ui/DirListActivity.java
3c8ccb384513dd9bae0f98ac516ea36fbaa3173b 12-Jul-2010 Maksymilian Osowski <maxosowski@google.com> Added the LayoutTestsRunner class that is responsible for running the tests. Also, added some methods to FileFilter.

It preloads the tests from the given path, runs them and asks for dumps and diffs. It will also prepare summaries in the future. It delegates
most of the work of actually running the individual tests to LayoutTest class and AbstractResult (and its subclasses in the future).

Change-Id: I483bf26a380b539e4769e61b4a09fa270ab0e8e9
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/ui/DirListActivity.java
cc483d25b96dc2e394473e63cac29d06f1e96261 09-Jul-2010 Maksymilian Osowski <maxosowski@google.com> Added dialogs to the DirListActivity.

- A run/abort dialog on long click on directory
- A delayed progress dialog for directories that take long to load

Change-Id: I2fda245a48cb09faf8228809f7b091a7d2383589
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/ui/DirListActivity.java
6fd7112e5cde88f805fcd2a62db5164edadb7dd6 07-Jul-2010 Maksymilian Osowski <maxosowski@google.com> A basic extension of ListActivity that allows navigating through tests and test folders.

It provides the user with the simple UI that makes it easy to chose which tests to run.

Change-Id: Ifd0c4665de73e5702b892e57f5e91f84db36b248
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/ui/DirListActivity.java