summaryrefslogtreecommitdiffstats
path: root/webkit/support/mac
Commit message (Collapse)AuthorAgeFilesLines
* Remove dead code from webkit_supportjamesr@chromium.org2013-08-132-260/+0
| | | | | | | | | | | | | webkit/support still has legacy code from when it was used to run layout tests. This removes a large portion of code that did setup/teardown work that was either only needed for layout tests and not webkit_unit_tests or that was redundant with base::TestSuite. R=darin@chromium.org Review URL: https://codereview.chromium.org/22798008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217356 0039d316-1c4b-4281-b951-d872f2087c98
* Move C++ code from webkit/tools/test_shell to webkit/supportjamesr@chromium.org2013-06-042-0/+260
| | | | | | | | | | | | | | | | | | This code is simple/test/mock implementations of APIs to use in DumpRenderTree, webkit_unit_tests, and various other bits of unit test code around the codebase. Nothing here is used for test_shell since there is no test_shell any more. This moves the code to webkit/support/ along with the rest of DRT/w_u_t support code. Hopefully we'll be able to delete most of this soon along with DumpRenderTree. In the meantime this simplifies webkit/ R=darin@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=203242 Review URL: https://codereview.chromium.org/15946006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204005 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Move C++ code from webkit/tools/test_shell to webkit/support"jamesr@chromium.org2013-05-302-260/+0
| | | | | | This reverts commit e522cf7889669bfd5153a2d32ac47246bcee2883. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203243 0039d316-1c4b-4281-b951-d872f2087c98
* Move C++ code from webkit/tools/test_shell to webkit/supportjamesr@chromium.org2013-05-302-0/+260
This code is simple/test/mock implementations of APIs to use in DumpRenderTree, webkit_unit_tests, and various other bits of unit test code around the codebase. Nothing here is used for test_shell since there is no test_shell any more. This moves the code to webkit/support/ along with the rest of DRT/w_u_t support code. Hopefully we'll be able to delete most of this soon along with DumpRenderTree. In the meantime this simplifies webkit/ R=darin@chromium.org Review URL: https://codereview.chromium.org/15946006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203242 0039d316-1c4b-4281-b951-d872f2087c98