summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_history_apitest.cc
Commit message (Collapse)AuthorAgeFilesLines
* Move history extension API implementation to history dir.aa@chromium.org2011-10-241-58/+0
| | | | | | | | | | | | | We're moving all the extension api implementations out of browser/extensions into the directory with the code they are automating. BUG=101244 Review URL: http://codereview.chromium.org/8372021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106968 0039d316-1c4b-4281-b951-d872f2087c98
* Disable FLAKY test.backer@chromium.org2011-08-091-1/+1
| | | | | | | | | | | | ExtensionHistoryApiTest.FLAKY_MiscSearch is timing out on ChromeOS builds. BUG=76170 TEST=Chromium OS tester goes green. TBR=skerner@chromium.org Review URL: http://codereview.chromium.org/7598038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96011 0039d316-1c4b-4281-b951-d872f2087c98
* Add a missing bug annotation and mark ExtensionHistoryApiTesti.Delete flaky ↵rsleevi@chromium.org2011-07-031-1/+7
| | | | | | | | | | on Windows BUG=88317, 88318 TEST=See description TBR=skerner@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91438 0039d316-1c4b-4281-b951-d872f2087c98
* Mark ExtensionHistoryApiTest.GetVisits flaky.dmichael@chromium.org2011-04-111-2/+3
| | | | | | | | | TEST=N/A BUG=79074 TBR=dmichael@chromium.org Review URL: http://codereview.chromium.org/6823050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81131 0039d316-1c4b-4281-b951-d872f2087c98
* History test is still flaky. Re-add a FLAKY_prefix.skerner@chromium.org2011-03-181-7/+2
| | | | | | TBR=joshia git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78706 0039d316-1c4b-4281-b951-d872f2087c98
* History tests de-flaked.skerner@chromium.org2011-03-181-19/+24
| | | | | | | | | | | | | | The history tests used to be flaky on all platforms. Several fixes were made, and now the flakiness dashboard shows that the only source of failures is due to adding a URL and searching right away on windows XP. The test that fails has been isolated in a single subtest (ExtensionHistoryApiTest.SearchAfterAdd), and all other tests are no longer marked as flaky. BUG=26296 TEST=ExtensionHistoryApiTest.* Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=78542 Review URL: http://codereview.chromium.org/6698028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78687 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 78542 - History tests de-flaked.skerner@chromium.org2011-03-171-17/+19
| | | | | | | | | | | | | | | The history tests used to be flaky on all platforms. Several fixes were made, and now the flakiness dashboard shows that the only source of failures is due to adding a URL and searching right away on windows XP. The test that fails has been isolated in a single subtest (ExtensionHistoryApiTest.SearchAfterAdd), and all other tests are no longer marked as flaky. BUG=26296 TEST=ExtensionHistoryApiTest.* Review URL: http://codereview.chromium.org/6698028 TBR=skerner@chromium.org Review URL: http://codereview.chromium.org/6674061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78547 0039d316-1c4b-4281-b951-d872f2087c98
* History tests de-flaked.skerner@chromium.org2011-03-171-19/+17
| | | | | | | | | | | | The history tests used to be flaky on all platforms. Several fixes were made, and now the flakiness dashboard shows that the only source of failures is due to adding a URL and searching right away on windows XP. The test that fails has been isolated in a single subtest (ExtensionHistoryApiTest.SearchAfterAdd), and all other tests are no longer marked as flaky. BUG=26296 TEST=ExtensionHistoryApiTest.* Review URL: http://codereview.chromium.org/6698028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78542 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 77984 - Add logs to understand failures that only happen on the ↵skerner@chromium.org2011-03-141-4/+4
| | | | | | | | | | | | waterfall. Will revert once browser tests start. TEST=ExtensionHistoryApiTest.* TBR=skerner TBR=skerner@chromium.org Review URL: http://codereview.chromium.org/6685040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77989 0039d316-1c4b-4281-b951-d872f2087c98
* Add logs to understand failures that only happen on the waterfall. Will ↵skerner@chromium.org2011-03-131-4/+4
| | | | | | | | | revert once browser tests start. TEST=ExtensionHistoryApiTest.* TBR=skerner git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77984 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 77980 - Raise logging level, so we can see logs on buildbot. Will ↵skerner@chromium.org2011-03-131-4/+4
| | | | | | | | | | | | revert once buildbot tests start. TEST=ExtensionHistoryApiTest.* TBR=skerner TBR=skerner@chromium.org Review URL: http://codereview.chromium.org/6679036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77982 0039d316-1c4b-4281-b951-d872f2087c98
* Raise logging level, so we can see logs on buildbot. Will revert once ↵skerner@chromium.org2011-03-131-4/+4
| | | | | | | | | buildbot tests start. TEST=ExtensionHistoryApiTest.* TBR=skerner git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77980 0039d316-1c4b-4281-b951-d872f2087c98
* Avoid dependance on timing in flaky history tests. Add logging to ↵skerner@chromium.org2011-02-041-0/+12
| | | | | | | | | | | understand waterfall failures. BUG=26296 TEST=ExtensionHistoryApiTest.* Review URL: http://codereview.chromium.org/6312134 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73833 0039d316-1c4b-4281-b951-d872f2087c98
* Mark all history tests as flaky. They no longer time out or crash, but ↵skerner@chromium.org2011-02-011-2/+4
| | | | | | | | | | | | | still fail flakily. TBR=motownavi BUG=none TEST=ExtensionHistoryApiTest.* Review URL: http://codereview.chromium.org/6246026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73309 0039d316-1c4b-4281-b951-d872f2087c98
* Split history tests into parts that run in under 6 seconds.skerner@chromium.org2011-02-011-6/+27
| | | | | | | | | | | I don't see how the failures listed in the bug can happen. Because the logs are old, reenabling the tests to see if the failures re-occur. BUG=26296 TEST=ExtensionHistoryApiTest.* Review URL: http://codereview.chromium.org/6260050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73293 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup: Remove unneeded includes of chrome_switches.h.thestig@chromium.org2011-01-111-1/+0
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6086003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70978 0039d316-1c4b-4281-b951-d872f2087c98
* Disable crashy ExtensionApiTest.Historyphajdan.jr@chromium.org2011-01-081-2/+2
| | | | | | | | | | TBR=skerner BUG=26296 TEST=browser_tests Review URL: http://codereview.chromium.org/6106009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70841 0039d316-1c4b-4281-b951-d872f2087c98
* Pass test server port to javascript part of extensions API tests.skerner@chromium.org2010-10-181-1/+1
| | | | | | | | | BUG=56715 TEST=ExtensionApiTests.(I18N|History|Clipboard,TabConnect) Review URL: http://codereview.chromium.org/3728004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62958 0039d316-1c4b-4281-b951-d872f2087c98
* Test server cleanup patch of death:phajdan.jr@chromium.org2010-08-171-1/+1
| | | | | | | | | | | | | | - 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] Check the result value of StartHTTPServer to avoidphajdan.jr@chromium.org2010-05-151-1/+1
| | | | | | | | | | | | | | | test hangs in cases when the server fails to start. The tests will still fail in that case, obviously, but will no longer hang (or crash), which is an improvement. TEST=browser_tests BUG=none Review URL: http://codereview.chromium.org/2095004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47362 0039d316-1c4b-4281-b951-d872f2087c98
* Move history API out of experimental. Allow extensions to override history ↵skerner@chromium.org2010-04-011-3/+0
| | | | | | | | | | | page. BUG=32362 TEST=ExtensionApiTest.History, ExtensionApiTest.Overrides, manual testing. Review URL: http://codereview.chromium.org/1530002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43387 0039d316-1c4b-4281-b951-d872f2087c98
* Fix spelling error on history transition type.brg@chromium.com2010-02-111-1/+1
| | | | | | | | | Also mark the history test as flaky. BUG=35430, 26296 TEST=ExtensionApiTest.FLAKY_History Review URL: http://codereview.chromium.org/601049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38850 0039d316-1c4b-4281-b951-d872f2087c98
* Add autodetection of "intranet" redirection, for ISPs etc. that send typos ↵pkasting@chromium.org2010-01-081-1/+2
| | | | | | | | | | and nonexistent addresses to custom pages, and plumb it to the code that puts up infobars when users type in a search that appears to be an intranet address, so we don't show these for erroneous cases. BUG=31556 TEST=none Review URL: http://codereview.chromium.org/525079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35807 0039d316-1c4b-4281-b951-d872f2087c98
* Disable flaky test. See http://crbug.com/26296brg@chromium.com2009-10-301-1/+2
| | | | | | | | BUG=26296 TEST=none Review URL: http://codereview.chromium.org/346021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30567 0039d316-1c4b-4281-b951-d872f2087c98
* Implement the Extension History API, v 0.1.The first version is a weak ↵brg@chromium.com2009-10-301-0/+18
wrapper around the HistoryServices object in Chrome.BUG=22952TEST=browser_tests.exe --gtest_filer=ExtensionApiTest.History Review URL: http://codereview.chromium.org/313001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30561 0039d316-1c4b-4281-b951-d872f2087c98