History log of /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2452ad3028b2a30b0b3abca86fe11ec0465a96b7 29-Sep-2011 Guang Zhu <guangzhu@google.com> Merge "Revert "log stack trace when finish() or onDestroy() is called""
c5daa17928ab491977b2070b8e4218fcf0802cd4 29-Sep-2011 Guang Zhu <guangzhu@google.com> Revert "log stack trace when finish() or onDestroy() is called"


We are already clear on why it's happening (phantom touches) so reverting this log.

This reverts commit 0882eb05af02616cac5cfd82d9039c9e18d029d8
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
ef4d25c885cb8bea77decba5046e7f16310ee7a8 28-Sep-2011 Guang Zhu <guangzhu@google.com> Use CPU upload path in DRT

This makes it the same as default browser settings (for now). Otherwise
the test may crash due to GPU OOM.

This is to be a workaround only, and should be reverted after the bug is
fixed.

Bug: 5382134

Change-Id: I82a8dd83b69c8fceb657af9e32a2c5fa66ead2ce
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
0882eb05af02616cac5cfd82d9039c9e18d029d8 15-Sep-2011 Guang Zhu <guangzhu@google.com> log stack trace when finish() or onDestroy() is called

Some supurious calls to these functions when tests are still
running are observed. Add more logging to see what's the
caller.

Change-Id: I9254c3639bcb8619be39bfbc6981fae5bf5e7efa
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
333d63ad62bf49222b684e2f52ac2944493bf0cc 28-Jul-2011 Ben Murdoch <benm@google.com> Revert "Disable Crankshaft in DRT for performance testing."

This reverts commit 3f9d171e80eea1162c051dd7200dd828fa258e09.

Bug: 5052287
Change-Id: I8cd4a753e3a5a177934757a67880627c5c14e1af
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
3f9d171e80eea1162c051dd7200dd828fa258e09 27-Jul-2011 Ben Murdoch <benm@google.com> Disable Crankshaft in DRT for performance testing.

Bug: 5052287
Change-Id: I9197f116d36c4cddd533f4aa07974f8c2d4678fe
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
34db30db56947146d9e6cb07d417f28af34c7965 21-Jun-2011 Ben Murdoch <benm@google.com> LayoutTests with dumpAsText in the pathname should always dump as text.

See http://trac.webkit.org/changeset/79403

Change-Id: Ifd607b0c05804dd40a11072cf6862c36aaf448fe
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
97499df874f680eaa55d96074f3dcca34685ca12 16-May-2011 Guang Zhu <guangzhu@google.com> change how test sets timeout for webkit dump

there are cases where webkit dump timed out, but a RuntimeException
was not thrown (as it should have) after the timeout limit was
reached. It's probably because the Looper message to invoke time
out is obtained after the message to dump webview. This change
adjusts the order of obtaining the message so hopefully it can make
the timeout work for real.

Change-Id: I4197699f5aad765c88dc81123d052e4c49d7c53d
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
e8e335a5002d4edb671a110fd7b13c1153659920 13-May-2011 Guang Zhu <guangzhu@google.com> even more logging

to track down test hang issue

Change-Id: Ida686506275eb7c8c624c135f988feb9c43f86f5
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
49171bc479d849b80b1739618bf78726376f21ce 11-May-2011 Guang Zhu <guangzhu@google.com> add more logging into DRT

Need the extra log to track down a test hang issue

Change-Id: I1556f27b64296fcd39bc49ecbdd14347213bb9a2
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
6dfef1b86dfb9969e4a1a01a1fb117e1525c17bd 10-Feb-2011 Steve Block <steveblock@google.com> Merge "Adds CookieManager methods to configure policy for cookies for file scheme URLs"
8e8cf732d1ba39ca21b6ffb593e939709bc5b0a1 10-Feb-2011 Steve Block <steveblock@google.com> Increase DRT timeout while waiting for WebView to dump as text

This avoids problems with LayoutTests fast/frames/lots-of-iframes.html and fast/frames/lots-of-objects.html

Bug: 3440578
Change-Id: Ic045141f986baf779ffc9eec804ba994ce0d0fbe
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
f93246923f0a8c85fddb508533d63d59977f75eb 24-Jan-2011 Huahui Wu <hwu@google.com> A few small cleanning-ups.

1. Remove mDeferMultiTouch in WebView, it was for testing only but
we don't need it now since we always pass MultiTouch to WebKit.

2. Remove the use of mDeferMultiTouch in DRT tests.

3. Correct the index of getX(Y) for the second touch point in the
debug string of MotionEvent.

Change-Id: Ib63cfc5935af1a169ed26b2b138f74908492bc18
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
7e73ce90d6fc6125a0e2f1bb65495efa1816bb1b 20-Jan-2011 Ben Murdoch <benm@google.com> DRT needs to clear cookies between tests.

Fixes failure seen in fast/cookies/local-file-can-set-cookies.html

Change-Id: I08b8a0fcf87003fa4621dce08604bf42e70e4635
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
4ce6e7c433a9ce8be0d3b08b37143c50a1057115 15-Jan-2011 Guang Zhu <guangzhu@google.com> when test case times out, stop loading first

current timeout mechanism does a text dump and then move to next case.
sometimes the text dump causes WebView to spin, and doing a
stopLoading seems to resolve some of the cases.

Change-Id: Iae08f9c93b2da3e805cacae43f80083fdf1bc5e1
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
f2f7f56e8bc8bc28643b73bd1e2de6d79cd87331 24-Dec-2010 Guang Zhu <guangzhu@google.com> bugfix: remove dump timeout message after dump is received

Change-Id: I4061ccf77d47045a23065d27d6c9fa7452d085cc
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
f37a574f1cf9085d103f8663cef5f29de29e2ec9 23-Dec-2010 Guang Zhu <guangzhu@google.com> Throw exception if webview dump times out

if a webview dump times out, normally it's already in a bad state,
throwing runtime execption will generate a crash on the test case
and make the test move forward.

Change-Id: Id7430700db6b6d90160d60d23debd250b1731789
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
16d041cc9f4b67c37abf7dc5f8d49c7de81f2c84 06-Dec-2010 Kristian Monsen <kristianm@google.com> Adds CookieManager methods to configure policy for cookies for file scheme URLs

Needs https://android-git.corp.google.com/g/83647 in external/webkit,
which disallows such cookies by default and provides configuration
methods native side.

Also updates TestShellActivity to allow such cookies, as they are
required for the page cycler.

Bug: 2944150
Change-Id: Idcc7e2812fab33e6a2a8766a2176bc3278e617da
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
5f37cc4308438bcac45d06d07d77a56911620046 13-Oct-2010 Steve Block <steveblock@google.com> Implement LayoutTestController.overridePreference('WebKitUsesPageCachePreferenceKey')

This is required for tests that test PageCache behaviour, eg
- fast/dom/DeviceMotion/no-page-cache.html
- fast/dom/DeviceOrientation/no-page-cache.html
- fast/dom/Geolocation/no-page-cache.html

Change-Id: Ie5862f6c86718142c949be81a85358ca6fac628a
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
41865f4b0c5670369bf957ad72a867757fc6b356 02-Sep-2010 Huahui Wu <hwu@google.com> Bug 2372180: pass multi-touch events from browser to webkit.
Since the UI uses multi-touch for zooming, the event is passed to webkit
only when the webpage doesn't allow zooming.
1. Updated the data structure TouchEventData in WebViewCore.java
to take multiple points and used it everywhere.
2. Added a passMultiTouchToWebkit() function to do what its name means.
3. Added the multi-point touch support to dumprendertree.

Change-Id: Iafc1aa7b21a587ad26efd2f124b9a66316297ab8
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
f0f30c677a187b0436e62d2be6c97b76e61d74ea 18-Aug-2010 Steve Block <steveblock@google.com> Implement logic for new Geolocation delayed permission LayoutTests

Bug: 2914450
Change-Id: Ic0be3120e88efe9199f7719b9ccb1090baaabed6
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
68dede3d6664d91302d727531d13f7f5862d3a50 04-Aug-2010 Steve Block <steveblock@google.com> Hook up mock for testing DeviceOrientation in DRT

Change-Id: I99fbe328807428aa0d94893545bad0697ccb71d7
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
f21d2e305961b0df4d1c3d5d45a3ff7723b293af 15-Jul-2010 Elliott Slaughter <eds@google.com> Initial work on browser incognito mode history feature.

Change-Id: I050edf263d5c4ee0c0373692e267d7e19f47ba1b
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
5aa1c034d9bfdb2744f637c4686adf20a7ed9975 30-Jul-2010 Jean-Baptiste Queru <jbq@google.com> resolved conflicts for merge of 8a76a908 to master

Change-Id: I8983d5c93dfa12d87449ac9f9a17a5aafdadef0a
357d280a25a978a2ea0c1b89f6a7c7f385630b98 23-Jul-2010 Ben Murdoch <benm@google.com> Merge WebKit at r63859 : Implement layoutTestController.dumpAsText(boolean) in DumpRenderTree.

See http://trac.webkit.org/changeset/63730

Change-Id: Iced14a89a2a71557529a7a5e32c9eab04b370742
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
8b85dceadf281705a94d7546556fa5969364a658 19-Jul-2010 Christian Mehlmauer <FireFart@gmail.com> Replaced /sdcard with Environment.getExternalStorageDirectory()

Change-Id: I9a7413f81090b69c82ca6b1e585f5e379b19e60c
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
5d53c19a10ab677d2ebcec0bfecc3b628663f407 15-Jul-2010 Guang Zhu <guangzhu@google.com> add a paramter to control page-load-termination-on-JS-error

A previous change terminates page load if there's certain JS errors;
the intention was to speed up layout tests such that page accessing
non-existent test controllers/methods will get immediate termination
instead of waiting on timeout. However this causes problem for page
cycler because it may interrupt the test run too early. Also there
was a bug on bracketing on the termination conditions (operator
precendence issue).

Change-Id: I2f19e48fa0061286fddf0f7cbb4953d7f7d88f76
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
be1304f0c2c96be1876c2bd38d319f46e135536f 23-Jun-2010 Elliott Slaughter <eds@google.com> Tweak fix for setXSSAuditorEnabled in LayoutTestController.

Change-Id: Iba9b67da8628e3880e8f6b18d2dc51337b9c58fb
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
5dc0c8253b368239a90d7176ff6325ae5ba371b3 22-Jun-2010 Elliott Slaughter <eds@google.com> Add setXSSAuditorEnabled support in WebSettings.

Change-Id: I6f74589b28960b91093acf8219a55e98f93b1881
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
ad45686d727c8c9a602ba0534d3b052fdaf6c8d6 17-Jun-2010 Shimeng (Simon) Wang <swang@google.com> Add dumpChildFramesAsText function support in LayoutTestController.

Change-Id: I8af0bbca1d2166a25486d5a12fb6a985bbe264ef
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
1620bcdcdb81e0b897dc0a88b05773978ffa0568 03-Jun-2010 Ben Murdoch <benm@google.com> DumpRenderTree fix.

Remove the overridden WebChromeClient.onProgressChanged function. We don't seem to need it and
it appears to be the cause of b/2681943. Without that code we need to tweak the terminating
conditions in onPageFinished and notifyDone.

Change-Id: If2958007d92f2da92ae0de19eb07a0b38258fae0
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
9b815d080145f0bc8effc9e011090010ad51f203 01-Jun-2010 Ben Murdoch <benm@google.com> DumpRenderTree changes

- Make the layout test counter work when you run tests through the GUI
- Use the progress bar in the applications title bar to display test progress

Change-Id: I3d4b778470e812b80b7a64297b3a64ba6f9d083c
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
fb4b88fddb95ae37bafb304bec8d7f0a0d447dd9 26-May-2010 Kristian Monsen <kristianm@google.com> Fixes an error when displaying the current layout test index.

This fixes a bug in commit https://android-git.corp.google.com/g/#change,52518.
Updated index to be zero based when passed around and off by one error on
resume. Note that previous commit changes how DumpRenderTree dumps titles.
This might affect the results of layout tests.

Change-Id: I3d6989d71c336f90168e38c994dd36743bda365c
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
521d9a798613cc9ad850f42343d2fbfa6c98f5c7 25-May-2010 Kristian Monsen <kristianm@google.com> Display index and count when running layout tests

Change-Id: I8b925784aead96a1be6344d654d0376dee2047eb
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
6c15f6003a69e664f132342be2252a77e480495b 03-May-2010 Guang Zhu <guangzhu@google.com> improvements on layout test

* reduce timeout limit from 30s to 15s
* terminate a test case under some condition on uncaught JS exception
* minor fixes

Change-Id: Iabc8f214544d2c8c14139756abc049870023fea5
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
a8b9768a1426fd8eac9515387de336b7e9659405 15-Apr-2010 Ben Murdoch <benm@google.com> Reset the webview settings after each test to ensure that each new test starts
in a consistent, known state. This fixes a bug for example with the appcache
tests, where disable.html turns off appcache support but it is never restored
causing future tests to fail.

Change-Id: I71e2607d29ec6358cfdc6ab37a6861c161e84cd8
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
2bb2553a20f33a2587ea33619d6be92343101eba 25-Mar-2010 Steve Block <steveblock@google.com> Cherry pick from master.

Fixes DumpRenderTree to re-use HTTP authentication credentials

This is required for layout test http/tests/appcache/auth.html

Bug: 2098423
Change-Id: Ic9531e3c23a2fa9ebfab70cde3172550f572a404
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
fb0de34a47a435b57075d7a72cbc40a2daf5ee6c 19-Mar-2010 Steve Block <steveblock@google.com> Implements layoutTestController.overridePreference()

This change provides the infrastructure for
layoutTestController.overridePreference(). Currently, we only provide an
implementation for the preference 'WebKitOfflineWebApplicationCacheEnabled',
which is required by the layout test http/tests/appcache/disabled.html.

Change-Id: I8552f2f4e23b982db2d067ffa20c052e56d8fb7f
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
8a032a3b29e7708e468e2078ff88a39e083db1da 02-Feb-2010 Ben Murdoch <benm@google.com> Pass key modifier state to webcore for touch events and update DRT so it can simulate them.

Change-Id: Ic5aa8cb0376f6a3eecaa6340d57f28fa97f016bd
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
fc4a69e9c13d7233876a0f507ebca2eec25a4215 04-Feb-2010 Ben Murdoch <benm@google.com> When a window is closed, destroy the WebView properly so that WebCore is informed of it's destruction.

Change-Id: I00002f53ec52c6056df4d7ddeec7cf0957423bd6
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
ecbc65cf8f2ea3bdd311f954e3927b46fca068ff 13-Jan-2010 Ben Murdoch <benm@google.com> Add support for sending touch events in DRT.

As part of this, make it possible for DRT to configure the timeout threshold between sending touch events to WebCore as the Layout Tests only synthesize single events, not a stream. Because of this, they often get dropped by the WebView for coming too quickly.

Skip the multi touch test as we don't support multi touch in the Browser.

Change-Id: I7b9830f43181fea33206825b49ef2e294269b4dd
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
980a938c1c9a6a5791a8240e5a1e6638ab28dc77 09-Jan-2010 Romain Guy <romainguy@android.com> Deprecate fill_parent and introduce match_parent.
Bug: #2361749.
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
5dc4f21ab6360b45f464c1451f8d403dd4df3c63 30-Oct-2009 Guang Zhu <guangzhu@google.com> Add support for extracting render time and image in page cycler
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
7caaeecce1b04e2098dd4f471fdd69ebe28c31b0 19-Nov-2009 Ben Murdoch <benm@google.com> Rename WebChromeClient.addMessageToConsole to WebChromeClient.onConsoleMessage.

BUG=b/2271636

Change-Id: Ia9bed430c624c4c3745904c98fb2e27632d929f9
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
56a36932178a95900558422199932d7f33c54776 28-Sep-2009 Guang Zhu <guangzhu@google.com> Added code style fix that actually did not get submitted in 2nd patch of previous change.
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
7216047ac3e9613f3b689fa637e205943b51f069 26-Sep-2009 Guang Zhu <guangzhu@google.com> Add checks for double-dumping on webkit data.

Also some logs seem to suggest that in rare occations, a webkit dump after timeout has occured actually never hears any response back from webkit, thus causing the test app to wait forever, because the request webkit data mechanism is not protected by a timeout watchdog. So adding a explicit log print before calling webkit dump for monitoring in future test runs.
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
2eea5f3dc8f96059a60a97052c20004b640eb1c3 23-Sep-2009 Ben Murdoch <benm@google.com> Change the way DRT determines if it is ready to continue to the next test when running in automated mode.

Change-Id: I4d8f6b447dd3c7d7b4baa449a5bacebe4ba59d25
(cherry picked from commit 15b503e46315a56467c0b40d411b457eda7ee334)
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
977f7691e5c852b188ac9131443bff10bc91c635 16-Sep-2009 Ben Murdoch <benm@google.com> Only move to the next test in DRT after the test has completed AND the page has finished loading.

Change-Id: I157da58bb99f7bf0fcd00073d078c26c7df201ed
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
6bf18bae60ae1ff0bf2407e8db115cbbab6f1b84 16-Sep-2009 Guang Zhu <guangzhu@google.com> Refactor logic for starting forward servers and http test cases hacking, so that they can be shared between automated test mode and UI launch mode.
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
4950b2b6951bbdc2b0023130bfbaca2a4044044f 03-Sep-2009 Andrei Popescu <andreip@google.com> Fix appcache layout test that was timing out due to race condition in WebView::addJavascriptInterface.
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
d497d87650dd79f7d6a4751d79598d68ceb4b789 25-Aug-2009 Ben Murdoch <benm@google.com> Pass the estimated size of new HTML 5 databases to the ChromeClient so it can use that amount to figure an initial default quota.

Change-Id:Ic9372b0c86472b42ba5d0b964aaff1e2bbfe3efa
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
dad347c8b83aeb49eafae68774b7bfb59c956977 19-Aug-2009 Steve Block <steveblock@google.com> Adds the ability to set Geolocation permissions from DumpRenderTree on Android.
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
2890920eba98a5c62bb2ff62323052328e9492e5 13-Aug-2009 Feng Qian <fqian@google.com> Set V8 flag --expose_gc in TestShellActivity.

Page cycler calls window.gc between pages, JSC exposes window.gc by default, and V8 requires the flag to be set.
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
b028f92e75e03811fe122093171c51ea88cbfe98 11-Aug-2009 Guang Zhu <guangzhu@google.com> Disable Worker in DumpRenderTree until the issue with dumpAsText is fixed.
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
d4f09592f721e6358fdadbdf363f034f842f860d 06-Aug-2009 Ben Murdoch <benm@google.com> Enable Workers in Dump Render Tree.
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
59e2ad93bf37c7ded44c033d38fe7c972e2f4118 28-Jul-2009 Andrei Popescu <andreip@google.com> Wire in the AppCache out-of-space callback
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
f4bf552b5a5046e7648f405115ee48917b15b9aa 23-Jul-2009 Guang Zhu <guangzhu@google.com> checkin for port forwarding through adb, gets access to external network via USB, this also adds in related plumbing for running the http hosted tests, but will not enable those tests yet.
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
f56e1a1ed4ea6be68d75b13b569f467ac5a501b1 20-Jul-2009 Guang Zhu <guangzhu@google.com> Call WebView#freeMemory before collecting memory information
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
0aeed6af6ed9657634f877f02452ffbfeb34a550 17-Jul-2009 Feng Qian <fqian@google.com> Free memory on low memory condition.

This allows WebView to release cached resources and continue running.
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
1a3ef96b34e3a34d718ed80a107b70bbc3cbfb66 09-Jul-2009 Android (Google) Code Review <android-gerrit@google.com> am e57ff0e1: Merge change 6652 into donut

Merge commit 'e57ff0e1db46559699e4fadfbe9abe67ef9472fe'

* commit 'e57ff0e1db46559699e4fadfbe9abe67ef9472fe':
Call clearCache on WebView before collecting memory information.
889181d7fdf54b50a3cf4ee7e0f402a2fc026afe 09-Jul-2009 Guang Zhu <guangzhu@google.com> Call clearCache on WebView before collecting memory information.
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
c899d0c7d9f0964cd6cf991274213ca39fea9624 01-Jul-2009 Guang Zhu <guangzhu@google.com> resolved conflicts for merge of 53e083c9 to master
f92bd42a702af7047ac4bd7c95b4a82973b7a79d 29-Jun-2009 Guang Zhu <guangzhu@google.com> Added a new operation mode where user can launch all tests under a folder from test app ui.
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
e6f3e45dc4d8a2b482183c57c61dd9ea22505c85 22-Apr-2009 Ben Murdoch <benm@google.com> Enable storage tests in Dump Render Tree so we can run Database and DOM Storage layout tests.
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
4010ac35b1e49d659d7a32cc191302b8e2d8758a 29-Apr-2009 Guang Zhu <guangzhu@google.com> added reliability test usding DumpRenderTree
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
1871fe0faa673528c092090beb40061a4c689e0f 29-Apr-2009 Guang Zhu <guangzhu@google.com> added reliability test usding DumpRenderTree
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
b933f669e26afad8a2466edcae8c1ffda6c15721 05-May-2009 Guang Zhu <guangzhu@google.com> Back-merge all changes done in master to DumpRenderTree to donut.
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
be42388bdb7acdc5ddcfa1f9e896af96e5259485 16-Apr-2009 Feng Qian <fqian@google.com> Fix a null pointer exception in DumpRenderTree (issue 1792567)

The first test causes NullPointerException in DumpRenderTree because dumpAsText
could return a null string.
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
ba87e3e6c985e7175152993b5efcc7dd2f0e1c93 13-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake_rel/...@138607
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java