summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug in DumpRenderTree2's run_apache2.py scriptSteve Block2010-09-221-4/+3
* 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
* | Merge "Add support for circular gradients to the GL renderer."Romain Guy2010-09-211-11/+29
|\ \
| * | Add support for circular gradients to the GL renderer.Romain Guy2010-09-211-11/+29
* | | Merge "Add support for SweepGradient in the GL renderer."Romain Guy2010-09-202-1/+106
|\ \ \ | |/ /
| * | Add support for SweepGradient in the GL renderer.Romain Guy2010-09-202-1/+106
* | | Tablet ticker.Joe Onorato2010-09-201-3/+116
* | | 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-172-5/+7
* | | Merge "Updated ManagerService to call Summarizer.summarize() in a separate th...Maksymilian Osowski2010-09-172-15/+30
|\ \ \
| * | | Updated ManagerService to call Summarizer.summarize() in a separate thread.Maksymilian Osowski2010-09-172-15/+30
* | | | Merge "Changed the behaviour of run_apache2.py restart."Maksymilian Osowski2010-09-171-2/+16
|\ \ \ \ | |/ / / |/| | |
| * | | Changed the behaviour of run_apache2.py restart.Maksymilian Osowski2010-09-171-2/+16
* | | | Merge "Update DumpRenderTree2 to handle failing tests where no meaningful dif...Steve Block2010-09-175-88/+161
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Update DumpRenderTree2 to handle failing tests where no meaningful diff is av...Steve Block2010-09-175-88/+161
* | | Merge "Changed run_layout_tests.py and run_apache2.py to accept alternative t...Maksymilian Osowski2010-09-172-7/+25
|\ \ \ | |/ / |/| |
| * | Changed run_layout_tests.py and run_apache2.py to accept alternative tests ro...Maksymilian Osowski2010-09-172-7/+25
* | | Remove superfluous CSS from DumpRenderTree2's SummarizerSteve Block2010-09-171-9/+0
* | | Implement WebViewClient.onReceivedHttpAuthRequest() in DumpRenderTree2Steve Block2010-09-171-0/+14
| |/ |/|
* | Merge "Add support for drawLines(), with anti-aliasing"Romain Guy2010-09-162-1/+5
|\ \ | |/ |/|
| * Add support for drawLines(), with anti-aliasingRomain Guy2010-09-162-1/+5
* | Merge "Make DumpRenderTree2 appear in the 'Dev Tools' application"Steve Block2010-09-161-2/+2
|\ \ | |/ |/|
| * Make DumpRenderTree2 appear in the 'Dev Tools' applicationSteve Block2010-09-151-2/+2
* | Merge "Fix 9patch rendering."Romain Guy2010-09-152-4/+10
|\ \
| * | Fix 9patch rendering.Romain Guy2010-09-152-4/+10
| |/
* | am 0535d857: am 94126238: Merge "Remove SSLContextImpl.engineInit(..) that ta...Brian Carlstrom2010-09-152-11/+16
|\ \
| * \ am 94126238: Merge "Remove SSLContextImpl.engineInit(..) that takes persisten...Brian Carlstrom2010-09-142-11/+16
| |\ \
| | * | Remove SSLContextImpl.engineInit(..) that takes persistent cache argumentsBrian Carlstrom2010-09-142-11/+16
| * | | am d02bdaab: Remove experimental immersive mode support. DO NOT MERGEDaniel Sandler2010-08-271-13/+2
| |\ \ \ | | |/ /
| | * | Remove experimental immersive mode support. DO NOT MERGEDaniel Sandler2010-08-271-13/+2
* | | | 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
* | | | Merge "Implement LayoutTestController.setAppCacheMaximumSize() for DumpRender...Steve Block2010-09-141-0/+5
|\ \ \ \
| * | | | Implement LayoutTestController.setAppCacheMaximumSize() for DumpRenderTree2Steve Block2010-09-141-0/+5
* | | | | Merge "Made the run_layout_tests.py script restart the apache2 server before ...Maksymilian Osowski2010-09-141-0/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Made the run_layout_tests.py script restart the apache2 server before it starts.Maksymilian Osowski2010-09-141-0/+4
| |/ / /
* | | | Merge "Sort LayoutTestController methods alphabetically"Steve Block2010-09-142-79/+77
|\ \ \ \ | |/ / / |/| | |
| * | | Sort LayoutTestController methods alphabeticallySteve Block2010-09-142-79/+77
* | | | Merge "Add to DumpRenderTree2 the option to suppress showing results in the h...Steve Block2010-09-141-11/+17
|\ \ \ \ | |/ / /
| * | | Add to DumpRenderTree2 the option to suppress showing results in the host bro...Steve Block2010-09-141-11/+17
* | | | Merge "Gets rid of flickering when executing tests."Maksymilian Osowski2010-09-142-0/+22
|\ \ \ \
| * | | | Gets rid of flickering when executing tests.Maksymilian Osowski2010-09-142-0/+22
* | | | | Fix rendering issue with layers intersecting the clip rect.Romain Guy2010-09-135-17/+86
| |/ / / |/| | |
* | | | Merge "Added overridePreference() layoutTestsController function."Maksymilian Osowski2010-09-132-0/+34
|\ \ \ \
| * | | | Added overridePreference() layoutTestsController function.Maksymilian Osowski2010-09-132-0/+34
| |/ / /