summaryrefslogtreecommitdiffstats
path: root/chrome/test
Commit message (Collapse)AuthorAgeFilesLines
* Add logging to WebstoreInlineInstallTest.* to track down timeouts on ↵mihaip@chromium.org2011-09-084-4/+32
| | | | | | | | | | | | | | waterfall bots. Requires tests to be re-enabled (will re-disable them if I can't track down the cause of the timeouts soon). BUG=95246 R=aa@chromium.org Review URL: http://codereview.chromium.org/7858010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100301 0039d316-1c4b-4281-b951-d872f2087c98
* Reland small fix to chrome driver test for ↵dyu@chromium.org2011-09-081-19/+6
| | | | | | | | | | testPostalCodeAndStateLabelsBasedOnCountry. BUG=none TEST=none Review URL: http://codereview.chromium.org/7860019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100299 0039d316-1c4b-4281-b951-d872f2087c98
* Fix bug in pyauto test passwords.PasswordTest.testDisplayAndSavePasswordInfobar.dennisjeffrey@chromium.org2011-09-081-3/+3
| | | | | | | | | | | | | This test was previously appending a new tab and then waiting for a DOM element on that tab. However, the waiting was being done on the wrong tab. This is now fixed. BUG=None TEST=None Review URL: http://codereview.chromium.org/7831059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100287 0039d316-1c4b-4281-b951-d872f2087c98
* Reland chromedriver tests with small fix for r100253.dyu@chromium.org2011-09-084-87/+101
| | | | | | | | | | | - testPostalCodeAndStateLabelsBasedOnCountry - testDisplayLineItemForEntriesWithNoCCNum - testNoDuplicatePhoneNumsInPrefs BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100284 0039d316-1c4b-4281-b951-d872f2087c98
* Fix fetch_prebuilt_pyauto.py and update it to include IT2Me.dtu@chromium.org2011-09-081-1/+10
| | | | | | | | | BUG=None. TEST=Run the script. Review URL: http://codereview.chromium.org/7787009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100283 0039d316-1c4b-4281-b951-d872f2087c98
* GTTF: Use job objects more for things launched by tests.phajdan.jr@chromium.org2011-09-084-1/+63
| | | | | | | BUG=none Review URL: http://codereview.chromium.org/7841046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100272 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 100253 - Add Autofill tests written in chrome driver.dyu@chromium.org2011-09-084-101/+87
| | | | | | | | | | | | | | - testPostalCodeAndStateLabelsBasedOnCountry - testDisplayLineItemForEntiresWithNoCCNum - testNoDuplicatePhoneNumsInPrefs BUG=none TEST=none Review URL: http://codereview.chromium.org/7761013 TBR=dyu@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100266 0039d316-1c4b-4281-b951-d872f2087c98
* Add new test for top extension adblock crashnirnimesh@chromium.org2011-09-082-0/+14
| | | | | | | Review URL: http://codereview.chromium.org/7794011 Patch from Vivian Zhi <vivianz@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100263 0039d316-1c4b-4281-b951-d872f2087c98
* Print Preview: Handling pending print to pdf requests.dpapad@chromium.org2011-09-081-1/+1
| | | | | | | | | BUG=91888 TEST=Open a large doc in print preview. Select "Print To PDF" and click "Print" immediately. The file dialog should be shown regardless of the pdf file being ready for saving. Review URL: http://codereview.chromium.org/7792085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100260 0039d316-1c4b-4281-b951-d872f2087c98
* Remove obsolete NaCl tests.phajdan.jr@chromium.org2011-09-0813-760/+0
| | | | | | | BUG=90905, 89352 Review URL: http://codereview.chromium.org/7831053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100257 0039d316-1c4b-4281-b951-d872f2087c98
* Reland 100233 PrintPreview: Added code to identify the printer default ↵kmadhusu@chromium.org2011-09-081-0/+54
| | | | | | | | | | | | | | | | | | duplex value. Added code to identify the printer default duplex value. If we are unable to get the default value, hide the two sided option in the preview tab. BUG=89204 TEST=Please refer to bug description. Original Commit: http://src.chromium.org/viewvc/chrome?view=rev&revision=100233 Try bot results are in http://codereview.chromium.org/7817013/ patch set 13. Original Review URL: http://codereview.chromium.org/7817013/ Review URL: http://codereview.chromium.org/7859007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100256 0039d316-1c4b-4281-b951-d872f2087c98
* Add Autofill tests written in chrome driver.dyu@chromium.org2011-09-084-87/+101
| | | | | | | | | | | | - testPostalCodeAndStateLabelsBasedOnCountry - testDisplayLineItemForEntiresWithNoCCNum - testNoDuplicatePhoneNumsInPrefs BUG=none TEST=none Review URL: http://codereview.chromium.org/7761013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100253 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 100233 - PrintPreview: Added code to identify the printer default ↵kmadhusu@chromium.org2011-09-081-54/+0
| | | | | | | | | | | | | | | | | duplex value. Added code to identify the printer default duplex value. If we are unable to get the default value, hide the two sided option in the preview tab. BUG=89204 TEST=Please refer to bug description. Review URL: http://codereview.chromium.org/7817013 TBR=kmadhusu@chromium.org Review URL: http://codereview.chromium.org/7828106 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100234 0039d316-1c4b-4281-b951-d872f2087c98
* PrintPreview: Added code to identify the printer default duplex value.kmadhusu@chromium.org2011-09-081-0/+54
| | | | | | | | | | | | Added code to identify the printer default duplex value. If we are unable to get the default value, hide the two sided option in the preview tab. BUG=89204 TEST=Please refer to bug description. Review URL: http://codereview.chromium.org/7817013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100233 0039d316-1c4b-4281-b951-d872f2087c98
* Introduce webNavigation.onReferenceFragmentUpdatedjochen@chromium.org2011-09-082-16/+5
| | | | | | | | | | | | This event is fired instead of simulating a series of navigation events, since a reference fragment might be changed during a regular navigation BUG=none TEST=ExtensionApiTest.WebNavigationReferenceFragment Review URL: http://codereview.chromium.org/7849016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100229 0039d316-1c4b-4281-b951-d872f2087c98
* Update expected netflix version# to 1.2.3nirnimesh@chromium.org2011-09-081-1/+1
| | | | | | | | | | R=dennisjeffrey@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7853002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100195 0039d316-1c4b-4281-b951-d872f2087c98
* explicitly disable currently flaky tests that are currently alsobsy@google.com2011-09-081-0/+7
| | | | | | | | disabled in the NaCl repo, so that on NaCl-side we could re-enable them to gather info from the NaCl bots. Review URL: http://codereview.chromium.org/7795039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100176 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r99696 and r99705 due to crashes.aa@chromium.org2011-09-082-6/+5
| | | | | | | | BUG=95667 Review URL: http://codereview.chromium.org/7848009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100067 0039d316-1c4b-4281-b951-d872f2087c98
* Make PyAuto EnrollEnterpriseDevice() return False instead of raising an ↵dtu@chromium.org2011-09-081-2/+7
| | | | | | | | | | | Exception. BUG=chromium-os:19970 TEST=Make sure Chrome builds. There are no tests that use this automation yet. (They are coming.) Review URL: http://codereview.chromium.org/7839016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100060 0039d316-1c4b-4281-b951-d872f2087c98
* Rename webNavigation.onBeforeRetarget to webNavigation.onCreateNavigationTargetjochen@chromium.org2011-09-074-6/+6
| | | | | | | | | | BUG=93709 TEST=existing tests Review URL: http://codereview.chromium.org/7837011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100053 0039d316-1c4b-4281-b951-d872f2087c98
* Disabling youtube.YoutubeTest.testPlayerStatus on Windows.shubhojeets@chromium.org2011-09-071-0/+2
| | | | | | | | | BUG=95621 TEST=none Review URL: http://codereview.chromium.org/7837042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100052 0039d316-1c4b-4281-b951-d872f2087c98
* Improve extension packaging by filtering more kinds of files.miket@chromium.org2011-09-071-0/+15
| | | | | | | | | | | | When packaging extensions, ignore files with Windows hidden-file attribute, as well as the special OS X file __MACOSX. These are in addition to the existing dotfile exclusion rule. BUG=27840 TEST=added chrome/browser/extensions/extension_creator_filter_unittest.cc Review URL: http://codereview.chromium.org/7839010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100039 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 100003 - Moved PrerenderManager to ProfileKeyedService system.dominich@chromium.org2011-09-072-0/+13
| | | | | | | | | | | | | | | As per https://groups.google.com/a/chromium.org/group/chromium-dev/browse_thread/thread/554b5b0ca05e001d# it is recommended that weak references to services be removed from Profiles and constructed as ProfileKeyedServices instead. This does this for the PrerenderManager. BUG=94643 TEST=Prerender* Review URL: http://codereview.chromium.org/7795009 TBR=dominich@chromium.org Review URL: http://codereview.chromium.org/7837045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100014 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor PyAuto private accounts file stuff.dtu@chromium.org2011-09-072-10/+2
| | | | | | | | | BUG=None. TEST=PyAuto chromoting_basic, chromeos_login Review URL: http://codereview.chromium.org/7795043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100007 0039d316-1c4b-4281-b951-d872f2087c98
* Moved PrerenderManager to ProfileKeyedService system.dominich@chromium.org2011-09-072-13/+0
| | | | | | | | | | | | As per https://groups.google.com/a/chromium.org/group/chromium-dev/browse_thread/thread/554b5b0ca05e001d# it is recommended that weak references to services be removed from Profiles and constructed as ProfileKeyedServices instead. This does this for the PrerenderManager. BUG=94643 TEST=Prerender* Review URL: http://codereview.chromium.org/7795009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100003 0039d316-1c4b-4281-b951-d872f2087c98
* Enable some PPAPI tests that no longer seem to be flaky.brettw@chromium.org2011-09-071-6/+1
| | | | | | | | TEST=these are BUG=89961,90040 Review URL: http://codereview.chromium.org/7785033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99999 0039d316-1c4b-4281-b951-d872f2087c98
* Initialize |show_error_dialog_| bool variable before it is used.kmadhusu@chromium.org2011-09-071-4/+3
| | | | | | | | | | BUG=95589 TEST=Valgrind should go green when you run ./tools/valgrind/valgrind.sh out/Debug/ui_tests --gtest_filter=SearchProviderTest.TestIsSearchProviderInstalled Review URL: http://codereview.chromium.org/7838011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99970 0039d316-1c4b-4281-b951-d872f2087c98
* Separate pyauto perf tests into different classes, and other cleanup.dennisjeffrey@chromium.org2011-09-072-36/+67
| | | | | | | | | | | | | | | Other cleanup work includes: added a print statement to ensure that pyauto test output appears in the autotest logs; added assertions to fail the tests when there are unexpected automation timeouts; addressed some comments from Issue 7795012 that were sent after that CL had been committed. BUG=chromium-os:18185 TEST=None Review URL: http://codereview.chromium.org/7823010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99967 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a typo that led to OOB read of kJsonSchema in JsonSchemaTest.TestFormatErrorglider@chromium.org2011-09-071-1/+1
| | | | | | | | | This bug was found by AddressSanitizer TBR=aa Review URL: http://codereview.chromium.org/7838023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99951 0039d316-1c4b-4281-b951-d872f2087c98
* Disable history.HistoryTest.testFtpHistorynirnimesh@chromium.org2011-09-071-0/+2
| | | | | | | | | | TBR=dennisjeffrey@chromium.org BUG=91578 TEST= Review URL: http://codereview.chromium.org/7782024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99944 0039d316-1c4b-4281-b951-d872f2087c98
* * Implement new extension function chrome.tabs.reload.yosin@chromium.org2011-09-074-0/+98
| | | | | | | | | | | | | * Update documentation for chrome.tabs module. * Change TODO comment to TODO(who) by http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/extensions/extension_tabs_module.cc?r1=88703&r2=89083 BUG=91618 TEST=unit test in browser_tests ExtensionApiTest.TabReload Review URL: http://codereview.chromium.org/7747039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99935 0039d316-1c4b-4281-b951-d872f2087c98
* Allow window.close() in background pages.tessamac@chromium.org2011-09-073-0/+16
| | | | | | | | | | BUG=81759 TEST=None Review URL: http://codereview.chromium.org/7830046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99910 0039d316-1c4b-4281-b951-d872f2087c98
* Add link URL and success/failure callback parameters to ↵mihaip@chromium.org2011-09-075-4/+128
| | | | | | | | | | | | | | | | | | | | | chrome.webstore.install() The link URL is used to select between multiple <link rel="chrome-webstore-item"> elements on the page. To keep track of callbacks, an install ID is generated at the start of each chrome.webstore.install() call, so that the browser knows which ones to invoke when an install completes. Also adds validation of install requesting URL against the item's verified domain (wasn't done until now since it wasn't testable). R=aa@chromium.org BUG=93380 Review URL: http://codereview.chromium.org/7795032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99889 0039d316-1c4b-4281-b951-d872f2087c98
* Make panel adjust bounds per preferred size change notification on Windows.jianli@chromium.org2011-09-071-0/+18
| | | | | | | | BUG=none TEST=new browser test Review URL: http://codereview.chromium.org/7537030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99880 0039d316-1c4b-4281-b951-d872f2087c98
* content: Move collected cookies constrained window to TabContentsWrapper.erg@chromium.org2011-09-071-1/+2
| | | | | | | | | | | | | | To split the ConstrainedWindow feature off of TabContents entirely (moving it to a helper object on TabContentsWrapper), I'll need to first make each constrained window TabContentsWrapper aware first. I started just hacking BUG=95257 TEST=compiles Review URL: http://codereview.chromium.org/7831051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99872 0039d316-1c4b-4281-b951-d872f2087c98
* PyAuto remote_host Mac fixes - compatibility with python2.5 and Mac socket ↵dtu@chromium.org2011-09-061-3/+6
| | | | | | | | | | | shutdown behavior. BUG=None. TEST=Run PyAuto remote_host/chromoting_basic on Mac. Review URL: http://codereview.chromium.org/7841010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99845 0039d316-1c4b-4281-b951-d872f2087c98
* Disable the DeletePluginInDeallocate test on Mac.wez@chromium.org2011-09-061-1/+8
| | | | | | | | BUG=95558 Review URL: http://codereview.chromium.org/7840011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99821 0039d316-1c4b-4281-b951-d872f2087c98
* Turn off OutOfProcessPPAPITest.PostMessage on Windows.dmichael@chromium.org2011-09-061-0/+3
| | | | | | | | | | BUG=95557 TEST=None TBR=dmichael Review URL: http://codereview.chromium.org/7837009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99819 0039d316-1c4b-4281-b951-d872f2087c98
* Preliminary work to allow Chrome to build with USE_AURA.ben@chromium.org2011-09-061-1/+1
| | | | | | | | | | This gets browser.lib to build. http://crbug.com/93947 TEST=none Review URL: http://codereview.chromium.org/7834048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99787 0039d316-1c4b-4281-b951-d872f2087c98
* Reland http://codereview.chromium.org/7821001/dmichael@chromium.org2011-09-061-5/+1
| | | | | | | | | | | | Add test for calling PostMessage during Init. Deflakify TestPostMessage. BUG=93260,91768 TEST=This test TBR=dmichael Review URL: http://codereview.chromium.org/7834049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99785 0039d316-1c4b-4281-b951-d872f2087c98
* Fix browser.BrowserTest.testBasicsnirnimesh@chromium.org2011-09-061-0/+1
| | | | | | | | | | | | Because I'm dumb. TBR=dennisjeffrey@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7837003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99768 0039d316-1c4b-4281-b951-d872f2087c98
* Include chrome version info in a testnirnimesh@chromium.org2011-09-061-0/+1
| | | | | | | | | | | | | This is so that there's an easy way to figure out the chrome version used in an run on chromeos. R=dennisjeffrey@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7834050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99764 0039d316-1c4b-4281-b951-d872f2087c98
* Add DeletePluginInDeallocate UI test.wez@chromium.org2011-09-063-2/+72
| | | | | | | | | BUG=94179 TEST= Review URL: http://codereview.chromium.org/7806020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99762 0039d316-1c4b-4281-b951-d872f2087c98
* Add crash signature for ShutdownWatchDogThread::Alarm.yoz@chromium.org2011-09-061-0/+2
| | | | | | | | | BUG=95506 TEST=none Review URL: http://codereview.chromium.org/7739035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99750 0039d316-1c4b-4281-b951-d872f2087c98
* Mark tab_switching_tests as FAILS_ on Windows.siggi@chromium.org2011-09-061-2/+11
| | | | | | | | | | | These tests have been failing consistently on XP and Vista Interactive Perf buildbots since before ~r98000. This is a revert of http://crrev.com/55709, which re-enabled these tests. BUG=46751 TEST=bots return to green. Review URL: http://codereview.chromium.org/7737037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99749 0039d316-1c4b-4281-b951-d872f2087c98
* Add browser_tests for FileAPI with Quota, and remove unlimited access for ↵dmikurube@chromium.org2011-09-067-0/+187
| | | | | | | | | | | | file:/// when allow_file_access_from_files. BUG=95120 TEST=browser_tests:FileSystemBrowserTest* Review URL: http://codereview.chromium.org/7715024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99726 0039d316-1c4b-4281-b951-d872f2087c98
* Rename ExtensionDispatcher to ExtensionRendererContext because:aa@chromium.org2011-09-062-5/+6
| | | | | | | | | | | | | a) It isn't really about dispatching anything. b) The term 'dispatcher' already refers to dispatching extension API requests in the extension system. Rename ExtensionHelper to ExtensionRenderViewHelper just to be more explicit. I keep forgetting what it does. Review URL: http://codereview.chromium.org/7779020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99705 0039d316-1c4b-4281-b951-d872f2087c98
* Disable testDisableEnableAllPlugins on winnirnimesh@chromium.org2011-09-051-0/+2
| | | | | | | | TBR=dennisjeffrey BUG=87811 TEST=None git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99647 0039d316-1c4b-4281-b951-d872f2087c98
* Do not run testAutoCompleteForNonAsciiSearch on Chromium botsnirnimesh@chromium.org2011-09-051-0/+2
| | | | | | | | TBR=dennisjeffrey BUG=85310 TEST=None git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99645 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unused g_timeout_ms from PageLoadTest codetimurrrr@chromium.org2011-09-031-15/+0
| | | | | | | | TEST=trybots Review URL: http://codereview.chromium.org/7825029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99576 0039d316-1c4b-4281-b951-d872f2087c98