summaryrefslogtreecommitdiffstats
path: root/tests/DumpRenderTree/src/com/android/dumprendertree
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge change 25356 into eclairAndroid (Google) Code Review2009-09-161-1/+3
|\ | | | | | | | | * changes: Filter out failing cases for future investigation.
| * Filter out failing cases for future investigation.Guang Zhu2009-09-161-1/+3
| |
* | Refactor logic for starting forward servers and http test cases hacking, so ↵Guang Zhu2009-09-159-94/+246
|/ | | | that they can be shared between automated test mode and UI launch mode.
* Fix appcache layout test that was timing out due to race condition in ↵Andrei Popescu2009-09-031-4/+15
| | | | WebView::addJavascriptInterface.
* Read forward address from file for DRT, fallback to default addressGuang Zhu2009-09-021-6/+35
| | | | modified: tests/DumpRenderTree/src/com/android/dumprendertree/LayoutTestsAutoTest.java
* Set a default dump type for DRT as a workaround for indeterministic order in ↵Guang Zhu2009-09-011-1/+3
| | | | receiving dumpAsText and onPageFinish callback.
* At leaset log the layout test timeoutsGuang Zhu2009-09-011-0/+1
|
* Pass the estimated size of new HTML 5 databases to the ChromeClient so it ↵Ben Murdoch2009-08-261-1/+2
| | | | | | can use that amount to figure an initial default quota. Change-Id:Ic9372b0c86472b42ba5d0b964aaff1e2bbfe3efa
* Filter out worker tests from layout suite because merely disabling worker in ↵Guang Zhu2009-08-241-1/+2
| | | | webview settings no longer works.
* Adds the ability to set Geolocation permissions from DumpRenderTree on Android.Steve Block2009-08-193-0/+37
|
* Adds the ability to configure the mock Geolocation service from DumpRenderTree.Steve Block2009-08-141-1/+13
|
* Set V8 flag --expose_gc in TestShellActivity.Feng Qian2009-08-131-0/+5
| | | | Page cycler calls window.gc between pages, JSC exposes window.gc by default, and V8 requires the flag to be set.
* Disable Worker in DumpRenderTree until the issue with dumpAsText is fixed.Guang Zhu2009-08-111-1/+1
|
* Enable Workers in Dump Render Tree.Ben Murdoch2009-08-061-0/+1
|
* am 7a07f179: Merge change 20006 into donutAndroid (Google) Code Review2009-08-041-0/+1
|\ | | | | | | | | | | | | Merge commit '7a07f1797684597a3b932aa0b365049d3e7d6ff3' * commit '7a07f1797684597a3b932aa0b365049d3e7d6ff3': After each test, the WebView cache should be cleared, otherwise the cache data will pile up.
| * After each test, the WebView cache should be cleared, otherwise the cache ↵Guang Zhu2009-08-041-0/+1
| | | | | | | | data will pile up.
* | am 8c5b3e2f: Change browser reliability test to start a new activity for ↵Guang Zhu2009-08-032-5/+12
|\ \ | |/ | | | | | | | | | | | | | | each url Merge commit '8c5b3e2fa60e29e45c97bf83b2aa8c6505987f82' * commit '8c5b3e2fa60e29e45c97bf83b2aa8c6505987f82': Change browser reliability test to start a new activity for each url
| * Change browser reliability test to start a new activity for each urlGuang Zhu2009-08-032-5/+12
| |
* | Wire in the AppCache out-of-space callbackAndrei Popescu2009-07-291-1/+1
| |
* | checkin for port forwarding through adb, gets access to external network via ↵Guang Zhu2009-07-275-38/+439
| | | | | | | | USB, this also adds in related plumbing for running the http hosted tests, but will not enable those tests yet.
* | Fix master buildAndrei Popescu2009-07-221-1/+1
| |
* | Call WebView#freeMemory before collecting memory informationGuang Zhu2009-07-201-1/+1
| |
* | am 22eef5da: Merge change 7753 into donutAndroid (Google) Code Review2009-07-191-0/+4
|\ \ | |/ | | | | | | | | | | Merge commit '22eef5da75604cd14c0f87332cf957c9948a6e33' * commit '22eef5da75604cd14c0f87332cf957c9948a6e33': Add a delay before collecting memory information
| * Add a delay before collecting memory informationGuang Zhu2009-07-171-0/+4
| | | | | | | | Hopefully this gives enough time for more memory recycling. Because it is observed that several seconds after a suite is run, the memory usage could drop by 1-2M.
* | Free memory on low memory condition.Feng Qian2009-07-161-2/+2
| | | | | | | | This allows WebView to release cached resources and continue running.
* | am e57ff0e1: Merge change 6652 into donutAndroid (Google) Code Review2009-07-092-0/+5
|\ \ | |/ | | | | | | | | | | Merge commit 'e57ff0e1db46559699e4fadfbe9abe67ef9472fe' * commit 'e57ff0e1db46559699e4fadfbe9abe67ef9472fe': Call clearCache on WebView before collecting memory information.
| * Call clearCache on WebView before collecting memory information.Guang Zhu2009-07-092-0/+5
| |
* | am b7d7d5f6: Merge change 5806 into donutAndroid (Google) Code Review2009-07-011-43/+65
|\ \ | |/ | | | | | | | | | | Merge commit 'b7d7d5f6380e1b7c2b1754be05b0113b91ce01c9' * commit 'b7d7d5f6380e1b7c2b1754be05b0113b91ce01c9': Use additional functions to collect more memory information data points.
| * Use additional functions to collect more memory information data points.Guang Zhu2009-06-301-43/+65
| |
* | resolved conflicts for merge of 53e083c9 to masterGuang Zhu2009-07-016-147/+287
|\ \ | |/
| * Added a new operation mode where user can launch all tests under a folder ↵Guang Zhu2009-06-296-150/+288
| | | | | | | | from test app ui.
* | Enable storage tests in Dump Render Tree so we can run Database and DOM ↵Ben Murdoch2009-06-224-46/+192
| | | | | | | | Storage layout tests.
* | am 4a60b887: Merge change 3761 into donutAndroid (Google) Code Review2009-06-103-57/+98
|\ \ | |/ | | | | | | | | | | Merge commit '4a60b887d4b9744126e62b094a9597ee8e924640' * commit '4a60b887d4b9744126e62b094a9597ee8e924640': Added support to record page load time for each url.
| * Added support to record page load time for each url.Guang Zhu2009-06-103-57/+98
| |
* | am 7757656a: Changed logic to handle timeout pages.Guang Zhu2009-06-071-2/+5
|\ \ | |/ | | | | | | | | | | Merge commit '7757656a11ba7050274c337fd2dc2f18f9e7806f' * commit '7757656a11ba7050274c337fd2dc2f18f9e7806f': Changed logic to handle timeout pages.
| * Changed logic to handle timeout pages.Guang Zhu2009-06-071-2/+5
| |
* | am 4ee0a751: Merge change 3095 into donutAndroid (Google) Code Review2009-06-031-0/+3
|\ \ | |/ | | | | | | | | | | Merge commit '4ee0a751682e713d3d6ca97fa1271df12d352ee0' * commit '4ee0a751682e713d3d6ca97fa1271df12d352ee0': Skip empty lines in test url list.
| * Skip empty lines in test url list.Guang Zhu2009-06-031-0/+3
| |
* | am 5de674e1: Merge change 3013 into donutAndroid (Google) Code Review2009-06-031-0/+6
|\ \ | |/ | | | | | | | | | | | | Merge commit '5de674e1cbd6e43b6d7954ccacf5cd709b30265d' * commit '5de674e1cbd6e43b6d7954ccacf5cd709b30265d': Adding missing callback onJsConfirm to dismiss any confirmation dialogs fix a bug in GL lighting where the specular component could be ommited when vertex material was disabled.
| * Adding missing callback onJsConfirm to dismiss any confirmation dialogsGuang Zhu2009-06-031-0/+6
| |
* | am 3e8950c0: Added new parameter to enable a manual pause between pagesGuang Zhu2009-06-033-11/+28
|\ \ | |/ | | | | | | | | | | Merge commit '3e8950c0c73f9c1574ce3388c754009edf6bc930' * commit '3e8950c0c73f9c1574ce3388c754009edf6bc930': Added new parameter to enable a manual pause between pages
| * Added new parameter to enable a manual pause between pagesGuang Zhu2009-06-033-11/+28
| |
* | am 7322c96c: Merge change 2967 into donutAndroid (Google) Code Review2009-06-021-2/+1
|\ \ | |/ | | | | | | | | | | Merge commit '7322c96cc0c2524d399fb43fb406fb6324a795c8' * commit '7322c96cc0c2524d399fb43fb406fb6324a795c8': Fixed issue where code for extracting scripts was eclipsed by runTest method.
| * Fixed issue where code for extracting scripts was eclipsed by runTest method.Guang Zhu2009-06-021-2/+1
| |
* | am b56736b6: Merge change 2864 into donutAndroid (Google) Code Review2009-06-021-0/+1
|\ \ | |/ | | | | | | | | | | Merge commit 'b56736b666dd906a214639e24b624ec368e383f5' * commit 'b56736b666dd906a214639e24b624ec368e383f5': Fixed bug where test status is not marked "DONE" when completed
| * Fixed bug where test status is not marked "DONE" when completedGuang Zhu2009-06-011-0/+1
| |
* | am 40d87ee4: Removing @Override to fix the buildGuang Zhu2009-06-011-1/+0
|\ \ | |/ | | | | | | | | | | Merge commit '40d87ee4867baa25fd7a824f324ea7040bf5bc23' * commit '40d87ee4867baa25fd7a824f324ea7040bf5bc23': Removing @Override to fix the build
| * Removing @Override to fix the buildGuang Zhu2009-06-011-1/+0
| |
* | am 50566b35: Merge change 2816 into donutAndroid (Google) Code Review2009-06-013-209/+427
|\ \ | |/ | | | | | | | | | | Merge commit '50566b3554f440d6b84a696875147d8d21682b10' * commit '50566b3554f440d6b84a696875147d8d21682b10': Update reliability test code. Use a separate activity with simpler calback mechanism.
| * Update reliability test code. Use a separate activity with simpler calback ↵Guang Zhu2009-06-013-209/+427
| | | | | | | | mechanism.