summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix improper clipping after a save()Romain Guy2010-07-302-0/+144
* Merge "Fix gradients rendering and destructor crashes."Romain Guy2010-07-291-1/+1
|\
| * Fix gradients rendering and destructor crashes.Romain Guy2010-07-291-1/+1
* | resolved conflicts for merge of 8a76a908 to masterJean-Baptiste Queru2010-07-2910-36/+57
|\ \
| * \ am 9150cff6: Merge "Replaced /sdcard with Environment.getExternalStorageDirec...Jean-Baptiste Queru2010-07-2910-37/+57
| |\ \
| | * | Replaced /sdcard with Environment.getExternalStorageDirectory()Christian Mehlmauer2010-07-1910-37/+57
* | | | Merge "Moved all the rendering code to the new shader generator."Romain Guy2010-07-291-0/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | Moved all the rendering code to the new shader generator.Romain Guy2010-07-291-0/+1
* | | | Merge "Upgraded DRT2 to generate nice HTML summaries of the tests."Maksymilian Osowski2010-07-295-143/+448
|\ \ \ \
| * | | | Upgraded DRT2 to generate nice HTML summaries of the tests.Maksymilian Osowski2010-07-295-143/+448
| |/ / /
* | | | Tracking merge of dalvik-dev to masterBrian Carlstrom2010-07-282-10/+10
* | | | am 1de9f490: am bae6fe24: Merge "Support streaming of compressed assets > 1 m...Christopher Tate2010-07-286-0/+218
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | am bae6fe24: Merge "Support streaming of compressed assets > 1 megabyte" into...Christopher Tate2010-07-286-0/+218
| |\ \
| | * | Support streaming of compressed assets > 1 megabyteChristopher Tate2010-07-286-0/+218
* | | | Merge "Moved practically all of the prerefactoring functionality to the new d...Maksymilian Osowski2010-07-2711-544/+321
|\ \ \ \
| * | | | Moved practically all of the prerefactoring functionality to the new design.Maksymilian Osowski2010-07-2711-544/+321
* | | | | Merge "Add some dom/xtml/level3 LayoutTests to the DumpRenderTree ignore resu...Steve Block2010-07-271-0/+17
|\ \ \ \ \
| * | | | | Add some dom/xtml/level3 LayoutTests to the DumpRenderTree ignore results listSteve Block2010-07-221-0/+17
* | | | | | Merge WebKit at r63859 : Implement layoutTestController.dumpAsText(boolean) i...Ben Murdoch2010-07-263-27/+36
| |/ / / / |/| | | |
* | | | | Merge "First stage of refactoring the code to handle crashes gracefully."Maksymilian Osowski2010-07-267-8/+365
|\ \ \ \ \
| * | | | | First stage of refactoring the code to handle crashes gracefully.Maksymilian Osowski2010-07-267-8/+365
* | | | | | Add text alignment support to drawText().Romain Guy2010-07-231-1/+7
* | | | | | Add support for text culling.Romain Guy2010-07-226-0/+171
* | | | | | Add text rendering.Romain Guy2010-07-212-0/+69
|/ / / / /
* | | | | Build fix.Maksymilian Osowski2010-07-211-1/+0
* | | | | Merge "LayoutTest class with supporting classes (AbstractResult, TextResult)."Maksymilian Osowski2010-07-218-50/+483
|\ \ \ \ \
| * | | | | LayoutTest class with supporting classes (AbstractResult, TextResult).Maksymilian Osowski2010-07-218-50/+483
* | | | | | Add support for linear gradients.Romain Guy2010-07-191-1/+1
* | | | | | Merge "Added the LayoutTestsRunner class that is responsible for running the ...Maksymilian Osowski2010-07-1910-15/+787
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Added the LayoutTestsRunner class that is responsible for running the tests. ...Maksymilian Osowski2010-07-1610-15/+787
* | | | | | am c9ecd445: merge from open-source masterThe Android Open Source Project2010-07-162-0/+94
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | merge from open-source masterThe Android Open Source Project2010-07-162-0/+94
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Merge "Added method getPreferredHttpHost"Romain Guy2010-07-152-0/+94
| | |\ \ \ \
| | | * | | | Added method getPreferredHttpHostAndreas Sandblad2010-07-142-0/+94
* | | | | | | am 3b97e5a6: merge from open-source masterThe Android Open Source Project2010-07-161-0/+62
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | merge from open-source masterThe Android Open Source Project2010-07-161-0/+62
| |\ \ \ \ \ \ | | |/ / / / / | | | | | | / | | |_|_|_|/ | |/| | | |
| | * | | | Make HTTP Header class handle multiple cache-control fields.Henrik Baard2010-07-141-0/+62
| | |/ / /
* | | | | Merge "Add support for BitmapShader."Romain Guy2010-07-153-3/+149
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Add support for BitmapShader.Romain Guy2010-07-153-3/+149
* | | | | add a paramter to control page-load-termination-on-JS-errorGuang Zhu2010-07-142-2/+6
|/ / / /
* | | | Do not apply transforms when using drawColor().Romain Guy2010-07-143-141/+72
* | | | Prevent crash in ListView when changing cache hint.Romain Guy2010-07-141-0/+141
* | | | Correctly support pre-multiplied alpha, optimizations, more stuff.Romain Guy2010-07-122-0/+71
* | | | Merge "Added dialogs to the DirListActivity."Maksymilian Osowski2010-07-122-5/+167
|\ \ \ \ | | |_|/ | |/| |
| * | | Added dialogs to the DirListActivity.Maksymilian Osowski2010-07-122-5/+167
* | | | Merge "Update DumpRenderTree to look in platform/android for Android-specific...Steve Block2010-07-121-2/+10
|\ \ \ \ | |/ / / |/| | |
| * | | Update DumpRenderTree to look in platform/android for Android-specific resultsSteve Block2010-07-121-2/+10
* | | | Fix alpha blending and improve fragment shaders performance.Romain Guy2010-07-091-0/+1
* | | | Update the file filter in DumpRenderTree (and DumpRenderTree2) so thatBen Murdoch2010-07-092-4/+7
* | | | Merge "A basic extension of ListActivity that allows navigating through tests...Maksymilian Osowski2010-07-096-2/+326
|\ \ \ \