summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Add drop shadows.Romain Guy2010-08-131-1/+9
| | | | Change-Id: Ic6a72409d4785968d1fbdff229f17ee5c00b240b
* Added copyright information to the files that were missing it.Maksymilian Osowski2010-08-132-1/+30
| | | | Change-Id: I3b814f2fbd96384189e702e723764d17cbbde5fe
* Merge "Merge WebKit at r65072 : Update DRT ignore list."Ben Murdoch2010-08-131-0/+2
|\
| * Merge WebKit at r65072 : Update DRT ignore list.Ben Murdoch2010-08-131-0/+2
| | | | | | | | | | | | | | | | This merge introduces two new Geolocation tests that to pass we need a new LayoutTestController function. We ignore those tests until this function is added - see b/2914450 Change-Id: If13dda2caa467b771d4a21d60463319019cc7679
* | Added python script that starts/stops apache2 server on host machine ↵Maksymilian Osowski2010-08-131-0/+93
|/ | | | | | configured to handle http layout tests. Change-Id: I7bf4390dfb4f9a580e6e4ca0eb25c85655df723c
* Added more info to the Summarizer.Maksymilian Osowski2010-08-123-13/+51
| | | | | Bug: 2889572 Change-Id: If02dbdf90e8b8717370b5586cc72be235c93db79
* Merge "Added a basic version of python script and supporting code in ↵Maksymilian Osowski2010-08-118-4/+229
|\ | | | | | | DumpRenderTree."
| * Added a basic version of python script and supporting code in DumpRenderTree.Maksymilian Osowski2010-08-118-4/+229
| | | | | | | | Change-Id: Ic60ef9b89f74a3a36a4c31765f99c8de08dce911
* | Fixes crash when root dir does not exist.Maksymilian Osowski2010-08-112-7/+11
|/ | | | | Bug: 2904439 Change-Id: I629f88626e165348dd414f3ad49d9b415ab336cf
* Merge "Resets Summarizer after everything's finished."Maksymilian Osowski2010-08-112-0/+9
|\
| * Resets Summarizer after everything's finished.Maksymilian Osowski2010-08-102-0/+9
| | | | | | | | | | Bug: 2903641 Change-Id: I7cecd454fe726a1527999259d37bd51ea2785116
* | Add extra blending modes.Romain Guy2010-08-102-0/+147
| | | | | | | | | | | | | | | | | | | | | | | | This change adds the following blending modes for shaders and color filters: Add Multiply Screen Overlay Darken Lighten Change-Id: Iff22f5ce6041b43c71b1857d73013f5010ab3413
* | Add support for text underline and strikethru.Romain Guy2010-08-101-0/+15
| | | | | | | | Change-Id: I3a0e6643d7cafbdd06d9a908c8cf9347dcaba146
* | Fix tons of bugs and add new text rendering support.Romain Guy2010-08-102-0/+49
|/ | | | Change-Id: I326c66b10784006f6df2f12d38e120cef94cd0d7
* Merge "Changed some parts of the code to prepare it for script support that ↵Maksymilian Osowski2010-08-103-8/+29
|\ | | | | | | will come in later commit."
| * Changed some parts of the code to prepare it for script support that will ↵Maksymilian Osowski2010-08-103-8/+29
| | | | | | | | | | | | | | | | come in later commit. Bug: 2903591 Change-Id: If8fcfad1557c8140c476212d8be9f99987cdaa18
* | Merge "Added generating text summary to Summarizer."Maksymilian Osowski2010-08-101-6/+37
|\ \
| * | Added generating text summary to Summarizer.Maksymilian Osowski2010-08-091-6/+37
| | | | | | | | | | | | Change-Id: I8768403b0e4edd46132018c9da6de54b218fb594
* | | Hook up mock for testing DeviceOrientation in DRTSteve Block2010-08-106-3/+40
| |/ |/| | | | | Change-Id: I99fbe328807428aa0d94893545bad0697ccb71d7
* | Added eventSender.Maksymilian Osowski2010-08-103-3/+680
| | | | | | | | Change-Id: Iae31dc11ddd7b4b1b9c2e1c39fb61cc7b9832721
* | Merge WebKit at r64523 : Add new LayoutTest ↵Steve Block2010-08-091-0/+1
|/ | | | | | fast/dom/DeviceOrientation/basic-operation.html to skipped list Change-Id: I42afa8d430349a0d8aa7349563c90043d08452e1
* Added crash-detection mechanism.Maksymilian Osowski2010-08-094-6/+233
| | | | Change-Id: Idb6501e94ffae5948de84241e46a618bc56554dd
* Merge "Added detection of missing EventSender functions."Maksymilian Osowski2010-08-061-7/+13
|\
| * Added detection of missing EventSender functions.Maksymilian Osowski2010-08-061-7/+13
| | | | | | | | Change-Id: I5268a66089d5e29a9ae5e496d05f3c79465771f5
* | Add 3d transformation test.Romain Guy2010-08-052-1/+107
| | | | | | | | Change-Id: Ia163af802e5a320490196461a97d5f797b71abb4
* | Merge "Add support for paths."Romain Guy2010-08-052-0/+153
|\ \
| * | Add support for paths.Romain Guy2010-08-052-0/+153
| | | | | | | | | | | | | | | | | | | | | Rendering is implementing by rasterizing the paths into A8 textures. This cna be extremely inefficient if the path changes often. Change-Id: I609343f304ae38e0d319359403ee73b9b5b3c93a
* | | Initial work on browser incognito mode history feature.Elliott Slaughter2010-08-051-1/+1
|/ / | | | | | | Change-Id: I050edf263d5c4ee0c0373692e267d7e19f47ba1b
* | Add android:hardwareAccelerated to Activity.Romain Guy2010-08-042-0/+119
| | | | | | | | | | | | | | | | Hardware acceleration can now be enabled/disabled locally on each activity declared in the manifest. It can also be enabled/disabled directly on a window through the WindowManager.LayoutParams. Change-Id: I91dd0b26c4e7eb8cd7288e523ed6b7bda6d0990b
* | Merge "After merging webkit to 64264 these hang, so added them to the do not ↵Kristian Monsen2010-08-041-1/+7
|\ \ | | | | | | | | | run list. The tests timeout on chrome and are on the chrome skiplist."
| * | After merging webkit to 64264 these hang, so added them to the do not run list.Kristian Monsen2010-08-031-1/+7
| | | | | | | | | | | | | | | | | | The tests timeout on chrome and are on the chrome skiplist. Change-Id: I15c2cb70219c04af0d7bc561a1a8619df76bd0dc
* | | Generated hdpi drawable size reducedGilles Debunne2010-08-039-0/+0
| |/ |/| | | | | Change-Id: Id17bb27500ba8729c33613bbf457f1b3193ced38
* | Merge "frameworks/base/ : added scaled hdpi version of assets that were ↵Gilles Debunne2010-08-039-0/+0
|\ \ | | | | | | | | | moved to drawable-mdpi"
| * | frameworks/base/ : added scaled hdpi version of assets that were moved to ↵Gilles Debunne2010-08-039-0/+0
| | | | | | | | | | | | | | | | | | drawable-mdpi Change-Id: I95c7e6afb84af981867c32fe7f86b140f643b5b9
* | | Added geolocation layoutTestController functions.Maksymilian Osowski2010-08-032-0/+41
| | | | | | | | | | | | Change-Id: Ie9558e873ff589b9e2358623433838f0718ea3b4
* | | Added recording of JS dialog messages.Maksymilian Osowski2010-08-032-25/+58
| | | | | | | | | | | | Change-Id: I3854f1fea81d47255c9fb398bdcbdff5ed4d8a52
* | | Merge "Changed the order of searching for expected result (and added ↵Maksymilian Osowski2010-08-031-7/+19
|\ \ \ | | | | | | | | | | | | additional location)."
| * | | Changed the order of searching for expected result (and added additional ↵Maksymilian Osowski2010-08-031-7/+19
| | | | | | | | | | | | | | | | | | | | | | | | location). Change-Id: Ieb59ffcaeb999d0ed5a8445c97e6ea3bbe115e4d
* | | | Added wakelock to keep the screen from sleeping when executing tests.Maksymilian Osowski2010-08-032-0/+12
|/ / / | | | | | | | | | Change-Id: Ib6a0ff2a7c906f500868269d6a617553733d33b1
* | | Merge "Added detecting unimplemented layoutTestController functions and ↵Maksymilian Osowski2010-08-031-3/+28
|\ \ \ | | | | | | | | | | | | green squares."
| * | | Added detecting unimplemented layoutTestController functions and green squares.Maksymilian Osowski2010-08-031-3/+28
| | | | | | | | | | | | | | | | Change-Id: Iaa7bbdb83a074a874a210f7975c6c3b731e0a924
* | | | 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
| | | | | | | | | | | | | | | | Change-Id: I9dae192c498d8e19fd75861a1a6cf1f079ad9c6f
* | | | Merge "Add support for ColorFilters."Romain Guy2010-08-023-0/+113
|\ \ \ \ | |_|/ / |/| | |
| * | | Add support for ColorFilters.Romain Guy2010-08-023-0/+113
| | | | | | | | | | | | | | | | | | | | | | | | Color filters are fully supported and can be used with shaders. Change-Id: Id90ccf1c81cb462f2431f366f3f8f710d7971e04
* | | | Move pngs from drawable to drawable-mdpi in project frameworks/baseGilles Debunne2010-08-029-0/+0
|/ / / | | | | | | | | | | | | | | | After error during file transfer... Change-Id: I21da694f81a4290e9af1f7647a8ceb6c6d3d806b
* | | 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
| | | | | | | | | | | | Change-Id: I47c4342c02ea152b1503b9d5268900df3b40683c
* | | Refactor Skia shaders handling.Romain Guy2010-07-301-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | With this change, Skia shaders can easily be applied to any mesh. This change also supports ComposeShader. For instance, this can be used to blend a gradient and a bitmap togehter and paint a string of text with the result. Change-Id: I701c2f9cf7f89b2ff58005e8a1d0d80ccf4a4aea
* | | Fix improper clipping after a save()Romain Guy2010-07-302-0/+144
| | | | | | | | | | | | Change-Id: I13426a67f20d77e2710bd500d82884098f4be97c