summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add android:hardwareAccelerated to Activity.Romain Guy2010-08-042-0/+119
* Merge "After merging webkit to 64264 these hang, so added them to the do not ...Kristian Monsen2010-08-041-1/+7
|\
| * After merging webkit to 64264 these hang, so added them to the do not run list.Kristian Monsen2010-08-031-1/+7
* | Generated hdpi drawable size reducedGilles Debunne2010-08-039-0/+0
* | Merge "frameworks/base/ : added scaled hdpi version of assets that were moved...Gilles Debunne2010-08-039-0/+0
|\ \
| * | frameworks/base/ : added scaled hdpi version of assets that were moved to dra...Gilles Debunne2010-08-039-0/+0
* | | Added geolocation layoutTestController functions.Maksymilian Osowski2010-08-032-0/+41
* | | Added recording of JS dialog messages.Maksymilian Osowski2010-08-032-25/+58
* | | Merge "Changed the order of searching for expected result (and added addition...Maksymilian Osowski2010-08-031-7/+19
|\ \ \
| * | | Changed the order of searching for expected result (and added additional loca...Maksymilian Osowski2010-08-031-7/+19
* | | | Added wakelock to keep the screen from sleeping when executing tests.Maksymilian Osowski2010-08-032-0/+12
|/ / /
* | | Merge "Added detecting unimplemented layoutTestController functions and green...Maksymilian Osowski2010-08-031-3/+28
|\ \ \
| * | | Added detecting unimplemented layoutTestController functions and green squares.Maksymilian Osowski2010-08-031-3/+28
* | | | Merge "First batch of layoutTestController functions + some fixes and tweaks."Maksymilian Osowski2010-08-036-15/+380
|\ \ \ \ | |/ / /
| * | | First batch of layoutTestController functions + some fixes and tweaks.Maksymilian Osowski2010-08-036-15/+380
* | | | Merge "Add support for ColorFilters."Romain Guy2010-08-023-0/+113
|\ \ \ \ | |_|/ / |/| | |
| * | | Add support for ColorFilters.Romain Guy2010-08-023-0/+113
* | | | Move pngs from drawable to drawable-mdpi in project frameworks/baseGilles Debunne2010-08-029-0/+0
|/ / /
* | | Merge "Time-out mechanism and state machine."Maksymilian Osowski2010-08-021-13/+77
|\ \ \ | |/ /
| * | Time-out mechanism and state machine.Maksymilian Osowski2010-08-021-13/+77
* | | Refactor Skia shaders handling.Romain Guy2010-07-301-2/+1
* | | 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
|\ \ \ \ \ \ | |/ / / / /