summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | 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
|\ \ \ \
| * | | | A basic extension of ListActivity that allows navigating through tests and te...Maksymilian Osowski2010-07-096-2/+326
* | | | | Draw n-patches using OpenGL.Romain Guy2010-07-082-0/+49
| |/ / / |/| | |
* | | | am 0e1d3391: am b59b9445: Fix icon size in intruder alerts.Daniel Sandler2010-07-073-4/+5
|\ \ \ \ | | |/ / | |/| |
| * | | Fix icon size in intruder alerts.Daniel Sandler2010-07-073-4/+5
* | | | Merge "Basic file filter class for the new DumpRenderTree."Maksymilian Osowski2010-07-072-0/+249
|\ \ \ \ | | |/ / | |/| |
| * | | Basic file filter class for the new DumpRenderTree.Maksymilian Osowski2010-07-072-0/+249
* | | | Don't use full screen FBOs, this dramatically increase performance.Romain Guy2010-07-012-0/+0
* | | | Add implementation for drawBitmap(Bitmap, Rect, Rect, Paint)Romain Guy2010-06-302-0/+87
* | | | Add implementation for drawBitmap().Romain Guy2010-06-302-4/+15
* | | | Add hooks for drawBitmap().Romain Guy2010-06-304-0/+89
* | | | frameworks/base updates to track merge from dalvik-devBrian Carlstrom2010-06-302-127/+1
* | | | am 77655393: am 5d7f6e61: Merge "Support for tapping on an immersive-mode pri...Daniel Sandler2010-06-291-0/+2
|\ \ \ \ | | |/ / | |/| |
| * | | Support for tapping on an immersive-mode priority notification.Daniel Sandler2010-06-291-0/+2
* | | | Add support for saveLayer().Romain Guy2010-06-284-8/+123
* | | | Implement support for PorterDuff's blending modes.Romain Guy2010-06-282-1/+155
| |/ / |/| |
* | | Add implementations for saveLayerAlpha() and textured rects.Romain Guy2010-06-261-5/+47
* | | Implement quickReject() and drawRect().Romain Guy2010-06-251-1/+13
* | | am b9353372: am 8896783d: Updated StatusBar test app for new notifications API.Daniel Sandler2010-06-255-0/+148
|\ \ \ | |/ /
| * | Updated StatusBar test app for new notifications API.Daniel Sandler2010-06-245-0/+148
* | | Merge "Add colored rectangles implementation in OpenGLRenderer."Romain Guy2010-06-241-4/+35
|\ \ \
| * | | Add colored rectangles implementation in OpenGLRenderer.Romain Guy2010-06-241-4/+35
* | | | am 0bf5cce9: am 0a0edcca: Merge "Fix the notification vibration setting and a...Joe Onorato2010-06-247-0/+219
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Fix the notification vibration setting and add a test app that lets you recov...Joe Onorato2010-06-247-0/+219