summaryrefslogtreecommitdiffstats
path: root/tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Revert "log stack trace when finish() or onDestroy() is called""Guang Zhu2011-09-291-13/+1
|\
| * Revert "log stack trace when finish() or onDestroy() is called"Guang Zhu2011-09-281-13/+1
* | Use CPU upload path in DRTGuang Zhu2011-09-271-0/+3
|/
* log stack trace when finish() or onDestroy() is calledGuang Zhu2011-09-151-1/+13
* Revert "Disable Crankshaft in DRT for performance testing."Ben Murdoch2011-07-281-1/+1
* Disable Crankshaft in DRT for performance testing.Ben Murdoch2011-07-271-1/+1
* LayoutTests with dumpAsText in the pathname should always dump as text.Ben Murdoch2011-06-211-0/+5
* change how test sets timeout for webkit dumpGuang Zhu2011-05-161-2/+1
* even more loggingGuang Zhu2011-05-131-0/+1
* add more logging into DRTGuang Zhu2011-05-101-0/+1
* Merge "Adds CookieManager methods to configure policy for cookies for file sc...Steve Block2011-02-101-0/+2
|\
| * Adds CookieManager methods to configure policy for cookies for file scheme URLsKristian Monsen2010-12-211-0/+2
* | Increase DRT timeout while waiting for WebView to dump as textSteve Block2011-02-101-1/+1
* | A few small cleanning-ups.Huahui Wu2011-01-241-4/+0
* | DRT needs to clear cookies between tests.Ben Murdoch2011-01-201-0/+2
* | when test case times out, stop loading firstGuang Zhu2011-01-141-0/+1
* | bugfix: remove dump timeout message after dump is receivedGuang Zhu2010-12-231-0/+1
* | Throw exception if webview dump times outGuang Zhu2010-12-231-1/+11
|/
* Implement LayoutTestController.overridePreference('WebKitUsesPageCachePrefere...Steve Block2010-10-141-2/+11
* Bug 2372180: pass multi-touch events from browser to webkit.Huahui Wu2010-09-261-0/+4
* Implement logic for new Geolocation delayed permission LayoutTestsSteve Block2010-08-181-3/+24
* Hook up mock for testing DeviceOrientation in DRTSteve Block2010-08-101-0/+9
* Initial work on browser incognito mode history feature.Elliott Slaughter2010-08-051-1/+1
* resolved conflicts for merge of 8a76a908 to masterJean-Baptiste Queru2010-07-291-1/+3
|\
| * Replaced /sdcard with Environment.getExternalStorageDirectory()Christian Mehlmauer2010-07-191-1/+3
* | Merge WebKit at r63859 : Implement layoutTestController.dumpAsText(boolean) i...Ben Murdoch2010-07-261-1/+6
* | add a paramter to control page-load-termination-on-JS-errorGuang Zhu2010-07-141-2/+5
* | Tweak fix for setXSSAuditorEnabled in LayoutTestController.Elliott Slaughter2010-06-231-0/+1
* | Add setXSSAuditorEnabled support in WebSettings.Elliott Slaughter2010-06-221-0/+4
* | Add dumpChildFramesAsText function support in LayoutTestController.Shimeng (Simon) Wang2010-06-211-0/+16
* | DumpRenderTree fix.Ben Murdoch2010-06-071-39/+24
* | DumpRenderTree changesBen Murdoch2010-06-031-8/+15
* | Fixes an error when displaying the current layout test index.Kristian Monsen2010-05-271-2/+2
* | Display index and count when running layout testsKristian Monsen2010-05-251-3/+8
* | improvements on layout testGuang Zhu2010-05-031-6/+20
* | Reset the webview settings after each test to ensure that each new test startsBen Murdoch2010-04-151-9/+14
|/
* Cherry pick from master.Steve Block2010-04-011-0/+7
* Implements layoutTestController.overridePreference()Steve Block2010-03-221-0/+13
* Pass key modifier state to webcore for touch events and update DRT so it can ...Ben Murdoch2010-02-191-0/+1
* When a window is closed, destroy the WebView properly so that WebCore is info...Ben Murdoch2010-02-041-1/+11
* Add support for sending touch events in DRT.Ben Murdoch2010-02-031-0/+7
* Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-081-1/+1
* Add support for extracting render time and image in page cyclerGuang Zhu2009-12-021-0/+59
* Rename WebChromeClient.addMessageToConsole to WebChromeClient.onConsoleMessage.Ben Murdoch2009-11-201-1/+1
* Added code style fix that actually did not get submitted in 2nd patch of prev...Guang Zhu2009-09-281-2/+2
* Add checks for double-dumping on webkit data.Guang Zhu2009-09-281-1/+8
* Change the way DRT determines if it is ready to continue to the next test whe...Ben Murdoch2009-09-241-22/+34
* Only move to the next test in DRT after the test has completed AND the page h...Ben Murdoch2009-09-171-6/+31
* Refactor logic for starting forward servers and http test cases hacking, so t...Guang Zhu2009-09-151-2/+4
* Fix appcache layout test that was timing out due to race condition in WebView...Andrei Popescu2009-09-031-4/+15