summaryrefslogtreecommitdiffstats
path: root/ui/gfx/test
Commit message (Collapse)AuthorAgeFilesLines
* ui: Move gfx test suite to ui/test/.tfarina@chromium.org2012-03-292-100/+0
| | | | | | | | | | | | Currently we are using this test suite to run tests from ui/base, so it makes sense to move it up to a place that can be shared by both base/ and gfx/. TEST=ui_unittests R=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/9918016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129717 0039d316-1c4b-4281-b951-d872f2087c98
* ui/gfx: Move test_suite.{cc,h} to test/ directory.tfarina@chromium.org2012-03-272-0/+100
| | | | | | | | | | TEST=ui_unittests R=asvitkine@chromium.org TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/9861012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129193 0039d316-1c4b-4281-b951-d872f2087c98
* Remove old (pre-webkit) compositorpiman@chromium.org2012-01-272-55/+0
| | | | | | | | | BUG=103948 TEST=builds, tests pass Review URL: http://codereview.chromium.org/9288053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119402 0039d316-1c4b-4281-b951-d872f2087c98
* Adds a couple of pixel-based compositor unittests. One to test that opacity ↵vollick@chromium.org2011-11-181-1/+1
| | | | | | | | | | | | | | | is handled correctly, and one to check that MoveToFront and MoveAbove really do change the compositor output as expected. Noteworthy changes are in layer_unittest.cc. Most of the changes below are due to moving compositor testing code into ui/gfx/compositor/test. Depends on http://codereview.chromium.org/8463024/ and http://codereview.chromium.org/8590019/ BUG=None TEST=compositor_unittests Review URL: http://codereview.chromium.org/8533019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110657 0039d316-1c4b-4281-b951-d872f2087c98
* Add baselines for pixel-based compositor unit tests.vollick@chromium.org2011-11-173-0/+0
| | | | | | | | Unit tests will be added with this cl. http://codereview.chromium.org/8533019/ Review URL: http://codereview.chromium.org/8590019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110521 0039d316-1c4b-4281-b951-d872f2087c98
* Enable browser_tests to display on USE_AURAbacker@chromium.org2011-11-091-3/+15
| | | | | | | | | | | | --disable-test-compositor for issuing OpenGL for test on developers machines (no-oped on the bots). ui_test_utils.cc calls the Aura desktop message loop. BUG=103395 Review URL: http://codereview.chromium.org/8498027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109244 0039d316-1c4b-4281-b951-d872f2087c98
* Fix up compositor mocking.backer@chromium.org2011-10-272-0/+43
| | | | | | | | | | | | | | | | | | | | | | Two changes: a) detangle the mock compositor from compositor_test_support a) pull in compositor when using a mock compositor Rationale: a) this target was meant to support using use_webkit_compositor=1 when WK isn't initialized; sometimes we will want to use the mock compositor when WK is initialized b) we can imagine scenarios where we want to switch between mock and real compositors in the same executable, and it's one less target to update BUG=101477 TEST=bots stay green Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=107563 Reverted: http://src.chromium.org/viewvc/chrome?view=rev&revision=107564 Review URL: http://codereview.chromium.org/8395043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107574 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 107563 - Fix up compositor mocking.backer@chromium.org2011-10-272-43/+0
| | | | | | | | | | | | | | | | | | | | | | Two changes: a) detangle the mock compositor from compositor_test_support a) pull in compositor when using a mock compositor Rationale: a) this target was meant to support using use_webkit_compositor=1 when WK isn't initialized; sometimes we will want to use the mock compositor when WK is initialized b) we can imagine scenarios where we want to switch between mock and real compositors in the same executable, and it's one less target to update BUG=101477 TEST=bots stay green Review URL: http://codereview.chromium.org/8395043 TBR=backer@chromium.org Review URL: http://codereview.chromium.org/8404041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107564 0039d316-1c4b-4281-b951-d872f2087c98
* Fix up compositor mocking.backer@chromium.org2011-10-272-0/+43
| | | | | | | | | | | | | | | | | | | Two changes: a) detangle the mock compositor from compositor_test_support a) pull in compositor when using a mock compositor Rationale: a) this target was meant to support using use_webkit_compositor=1 when WK isn't initialized; sometimes we will want to use the mock compositor when WK is initialized b) we can imagine scenarios where we want to switch between mock and real compositors in the same executable, and it's one less target to update BUG=101477 TEST=bots stay green Review URL: http://codereview.chromium.org/8395043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107563 0039d316-1c4b-4281-b951-d872f2087c98
* Copy binary files from src/gfx to src/gfx/ui/sail@chromium.org2011-02-012-0/+0
BUG=71063 TEST=Compiled. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73317 0039d316-1c4b-4281-b951-d872f2087c98