summaryrefslogtreecommitdiffstats
path: root/tests/DumpRenderTree2/src
Commit message (Expand)AuthorAgeFilesLines
* A few small cleanning-ups.Huahui Wu2011-01-241-1/+0
* b/3369602 Using Math.round() to convert float coordinates to integers.Huahui Wu2011-01-211-2/+2
* Improve error handling (NPE in DRT2)Philippe Marti2011-01-131-8/+12
* pass layout test list using external fileGuang Zhu2010-11-233-14/+48
* Fix EventSender mouse events to correctly convert from screen coordinatesSteve Block2010-11-111-12/+13
* Refactor EventSenderImpl.MousePointSteve Block2010-11-111-23/+32
* Include .php tests in DumpRenderTree2.Iain Merrick2010-11-091-2/+7
* Fix DumpRenderTree2 to not attempt to read expected results over HTTPSSteve Block2010-11-093-6/+7
* Fix FsUtils.readDataFromUrl() to do the network request on a background threadSteve Block2010-11-094-39/+64
* Fix DumpRenderTree2 to correctly handle crashed testsSteve Block2010-10-182-9/+17
* Implement LayoutTestController.overridePreference('WebKitUsesPageCachePrefere...Steve Block2010-10-141-5/+11
* Fix some bugs in DumpRenderTree2 when forming HTML diffsSteve Block2010-09-292-26/+37
* Use the empty string when expected text results are missing in DumpRenderTree2Steve Block2010-09-291-38/+10
* Fix a bug with the expected result path in DumpRenderTree2Steve Block2010-09-292-2/+6
* Correctly implement EventSender mouse methods in DumpRenderTree2Steve Block2010-09-291-33/+13
* Trim empty lines when comparing text results in DumpRenderTree2Steve Block2010-09-291-10/+20
* Reduce the AppCache maximum size to a more reasonable value in DumpRenderTree2Steve Block2010-09-281-1/+3
* Provide a useful message in DumpRenderTree2 GUI when the host server is not r...Steve Block2010-09-283-35/+54
* Prevent DumpRenderTree2 from crashing when the host server is not runningSteve Block2010-09-283-29/+26
* Bug 2372180: pass multi-touch events from browser to webkit.Huahui Wu2010-09-262-38/+76
* Fix DumpRenderTree2 to clear AppCache between testsSteve Block2010-09-221-1/+5
* Fix DumpRenderTree2 to wait for the WebCore thread to become readySteve Block2010-09-221-0/+7
* Fix DumpRenderTree2 to make AbstractResult serializableSteve Block2010-09-221-1/+1
* Fix DumpRenderTree2 to handle SSL errorsSteve Block2010-09-221-3/+12
* Merge "Fix DumpRenderTree2 to correctly add JavaScript interfaces to new wind...Steve Block2010-09-221-4/+19
|\
| * Fix DumpRenderTree2 to correctly add JavaScript interfaces to new windowsSteve Block2010-09-171-4/+19
* | Updated Summarizer to use SQLite DB.Maksymilian Osowski2010-09-175-30/+297
* | Changed Summarizer to dump generated html code to file every few hundred test...Maksymilian Osowski2010-09-171-3/+17
* | Fix DumpRenderTree2 to serve HTTP tests on http://127.0.0.1:8000Steve Block2010-09-171-5/+3
* | Updated ManagerService to call Summarizer.summarize() in a separate thread.Maksymilian Osowski2010-09-172-15/+30
|/
* Update DumpRenderTree2 to handle failing tests where no meaningful diff is av...Steve Block2010-09-175-88/+161
* Remove superfluous CSS from DumpRenderTree2's SummarizerSteve Block2010-09-171-9/+0
* Implement WebViewClient.onReceivedHttpAuthRequest() in DumpRenderTree2Steve Block2010-09-171-0/+14
* Added setXSSAuditorEnabled() LayoutTestController function.Maksymilian Osowski2010-09-152-0/+16
* Merge "Changed Summarizer to add header before printing the path in summary.t...Maksymilian Osowski2010-09-141-2/+3
|\
| * Changed Summarizer to add header before printing the path in summary.txt and ...Maksymilian Osowski2010-09-141-2/+3
* | Implement LayoutTestController.setAppCacheMaximumSize() for DumpRenderTree2Steve Block2010-09-141-0/+5
* | Sort LayoutTestController methods alphabeticallySteve Block2010-09-142-79/+77
|/
* Merge "Added overridePreference() layoutTestsController function."Maksymilian Osowski2010-09-132-0/+34
|\
| * Added overridePreference() layoutTestsController function.Maksymilian Osowski2010-09-132-0/+34
* | Update DumpRenderTree2 to only calculate the WebKit revision once per test runSteve Block2010-09-131-12/+10
|/
* Remove superfluous FileFilter from DumpRenderTree2 DirListActivity.javaSteve Block2010-09-131-3/+0
* Update DumpRenderTree2 to store results in /sdcard/layout-test-resultsSteve Block2010-09-131-3/+1
* Remove the last remnants in DumpRenderTree2 of the absolute path to the testsSteve Block2010-09-135-71/+8
* Update DumpRenderTree2 text results output to better match HTML versionSteve Block2010-09-131-10/+7
* Updated the AdbUtils class to better manage opening and closing the resources.Maksymilian Osowski2010-09-134-71/+100
* Merge "Updated FsUtils to use apache HttpClient instead of java.net UrlConnec...Maksymilian Osowski2010-09-131-47/+99
|\
| * Updated FsUtils to use apache HttpClient instead of java.net UrlConnection.Maksymilian Osowski2010-09-131-47/+99
* | Update DumpRenderTree2 to reflect removal of WEBKIT_MERGE_REVISIONSteve Block2010-09-071-6/+5
|/
* Fixed the bug in forwarder that prevented ConnectionHandler threads from exit...Maksymilian Osowski2010-09-062-59/+62