summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history/multipart_uitest.cc
Commit message (Collapse)AuthorAgeFilesLines
* Revert 74118 - Remove wstring from RVH's run Javascript command.avi@chromium.org2011-02-081-3/+2
| | | | | | | | | | | | BUG=23581 TEST=no visible changes; all tests pass Review URL: http://codereview.chromium.org/6312154 TBR=avi@chromium.org Review URL: http://codereview.chromium.org/6459002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74158 0039d316-1c4b-4281-b951-d872f2087c98
* Remove wstring from RVH's run Javascript command.avi@chromium.org2011-02-081-2/+3
| | | | | | | | | BUG=23581 TEST=no visible changes; all tests pass Review URL: http://codereview.chromium.org/6312154 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74118 0039d316-1c4b-4281-b951-d872f2087c98
* Undisable tests that were disabled because of the leaked processes issue.phajdan.jr@chromium.org2010-11-301-8/+1
| | | | | | | | | | | TBR=thomasvl BUG=50060 TEST=none Review URL: http://codereview.chromium.org/5396003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67710 0039d316-1c4b-4281-b951-d872f2087c98
* Add HostForURL to HostPortPair and use it to make surephajdan.jr@chromium.org2010-09-101-2/+2
| | | | | | | | | | | | | the code is IPv6-correct. This is a follow-up to an earlier review. BUG=none TEST=ui_tests Review URL: http://codereview.chromium.org/3372008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59132 0039d316-1c4b-4281-b951-d872f2087c98
* Fix MultipartResponseUITest.SingleVisit after my test server change.phajdan.jr@chromium.org2010-08-171-1/+2
| | | | | | | | | | TBR=brettw, eroman BUG=49680 Review URL: http://codereview.chromium.org/3151021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56420 0039d316-1c4b-4281-b951-d872f2087c98
* Test server cleanup patch of death:phajdan.jr@chromium.org2010-08-171-5/+4
| | | | | | | | | | | | | | - reduce the number of different classes - clean up the internal code - modify the interface to expose less internal details (this will allow more flexibility with port numbers) TEST=many BUG=49680 Review URL: http://codereview.chromium.org/3080029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56405 0039d316-1c4b-4281-b951-d872f2087c98
* GTTF: Move more test server code from net/url_request/url_request_unittest.hphajdan.jr@chromium.org2010-07-291-3/+4
| | | | | | | | | | | | | to net/test/test_server.h No code changes, just a move. TEST=none BUG=49680 Review URL: http://codereview.chromium.org/3034038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54201 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a typo in previous attempt at disabling a test.asargent@chromium.org2010-07-241-1/+1
| | | | | | | | | | BUG=50060 TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53553 0039d316-1c4b-4281-b951-d872f2087c98
* Disable some failing ui tests on MacOSasargent@chromium.org2010-07-231-0/+7
| | | | | | | | | | | | | | This may have no impact on the real problem we're seeing on the bots since it may just kick the can down to make the next test fail, but I'm giving it a shot anyway. BUG=50060 TEST=none TBR=thomasvl git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53547 0039d316-1c4b-4281-b951-d872f2087c98
* GTTF: test server cleanup:phajdan.jr@chromium.org2010-07-231-1/+1
| | | | | | | | | | | | | - simplify the public interface - remove unneeded methods - make it easier to understand TEST=none BUG=49680 Review URL: http://codereview.chromium.org/2881028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53509 0039d316-1c4b-4281-b951-d872f2087c98
* Fix build by using correct UI test function - user_data_dir()phajdan.jr@chromium.org2010-07-211-1/+1
| | | | | | | | | | instead of directly accessing member user_data_dir_. TBR=huanr Review URL: http://codereview.chromium.org/3047008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53203 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r46909: "Reland r46681: Use IPC to wait for download in DownloadTest."bauerb@chromium.org2010-05-111-7/+3
| | | | | | | | | | TBR=bauerb TEST=ui_tests on 10.6 and ChromiumOS should go green. BUG=43066 Review URL: http://codereview.chromium.org/1985014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46915 0039d316-1c4b-4281-b951-d872f2087c98
* Reland r46681: Use IPC to wait for download in DownloadTest.bauerb@chromium.org2010-05-111-3/+7
| | | | | | | | | | | | | Add AutomationMsg_WaitForDownloadShelfVisibilityChange and use it in UITestBase for the download tests. This should decrease flakiness of download tests. TEST=DownloadTest.*, especially DownloadTest.[Dont]CloseNewTab* BUG=43066 Review URL: http://codereview.chromium.org/2051002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46909 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the build, missed a remaining TestServerPageW in codephajdan.jr@chromium.org2010-04-301-1/+1
| | | | | | | | | | that is compiled only in Release builds. TBR=eroman Review URL: http://codereview.chromium.org/1687024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46046 0039d316-1c4b-4281-b951-d872f2087c98
* Disabling the MultipartResponseUITest.SingleVisit for debug ui test runs as ↵ananta@chromium.org2010-03-091-0/+5
| | | | | | | | | | | | it fails on the builder. This needs to be debugged. Bug=37746 Review URL: http://codereview.chromium.org/692002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41011 0039d316-1c4b-4281-b951-d872f2087c98
* Add a UI test to make sure that each frame of a multiparttony@chromium.org2010-03-051-0/+56
request does not generate a separate row in the history database. BUG=34350 Review URL: http://codereview.chromium.org/668051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40709 0039d316-1c4b-4281-b951-d872f2087c98