summaryrefslogtreecommitdiffstats
path: root/chrome/test
Commit message (Collapse)AuthorAgeFilesLines
* Update R18 flapper to 11.2.31.103, re-add O3Dkrisr@chromium.org2012-02-041-1/+6
| | | | | | Review URL: https://chromiumcodereview.appspot.com/9323050 git-svn-id: svn://svn.chromium.org/chrome/branches/1025/src@120447 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 119995 - [pyauto] Convenience method to determine if we're on auranirnimesh@chromium.org2012-02-031-0/+4
| | | | | | | | | | | | | | | BUG=chromium-os:25708 TEST=None R=dtu@chromium.org Review URL: http://codereview.chromium.org/9314006 TBR=nirnimesh@chromium.org Review URL: https://chromiumcodereview.appspot.com/9317075 git-svn-id: svn://svn.chromium.org/chrome/branches/1025/src@120298 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 120121 - Fix crash in CreateTabFunction::RunImpl().jstritar@chromium.org2012-02-011-1/+13
| | | | | | | | | | | | BUG=112314 TEST=ExtensionApiTest.Tabs2 Review URL: https://chromiumcodereview.appspot.com/9320016 TBR=jstritar@chromium.org Review URL: https://chromiumcodereview.appspot.com/9317043 git-svn-id: svn://svn.chromium.org/chrome/branches/1025/src@120128 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 120123 - Fix crash in ExtensionService::InitializePermissions().jstritar@chromium.org2012-02-012-0/+13
| | | | | | | | | | | | | | This crash occurs when an unpacked extension changes IDs by adding a key to its manifest. The extension preferences are stored under the old key. This started causing problems because now we record granted permissions for unpacked extensions. BUG=112301 TEST=ExtensionServiceTest.UnpackedExtensionCanChangeID Review URL: https://chromiumcodereview.appspot.com/9320021 TBR=jstritar@chromium.org Review URL: https://chromiumcodereview.appspot.com/9317042 git-svn-id: svn://svn.chromium.org/chrome/branches/1025/src@120127 0039d316-1c4b-4281-b951-d872f2087c98
* Put the Extension Storage API back under experimental until the next release.kalman@chromium.org2012-01-317-18/+21
| | | | | | | | | | | | | | | | There are a couple of missing pieces, notably turning on the sync feature by default (blocked on writing integration tests). This patch will be reverted ASAP after the next release build is stable. BUG= TEST=browser_tests --gtest_filter=ExtensionSettings*; unit_tests --gtest_filter=ExtensionSettings* Review URL: http://codereview.chromium.org/9233043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119854 0039d316-1c4b-4281-b951-d872f2087c98
* Disable failing test testChangeExceptionBehaviorUI.dyu@chromium.org2012-01-311-0/+2
| | | | | | | | BUG=112051 TEST=none Review URL: https://chromiumcodereview.appspot.com/9301028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119844 0039d316-1c4b-4281-b951-d872f2087c98
* Minor fixes due to test verification failures.dyu@chromium.org2012-01-312-2/+1
| | | | | | | | TEST=none BUG=none Review URL: https://chromiumcodereview.appspot.com/9301027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119840 0039d316-1c4b-4281-b951-d872f2087c98
* Fix ChromeDriver with PyAuto RestartBrowser() on ChromeOS.dtu@chromium.org2012-01-311-2/+2
| | | | | | | | | | | | RestartBrowser() calls pkill and pgrep on 'chrome'. These calls are not working correctly, because that regex includes the 'chromedriver' process. BUG=chromium-os:19556 TEST=Run the PyAuto test: python pyauto_webdriver.py Review URL: http://codereview.chromium.org/9104025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119837 0039d316-1c4b-4281-b951-d872f2087c98
* Added page objects for various content settings pages and generalized tests ↵dyu@chromium.org2012-01-315-69/+490
| | | | | | | | | | for specefic exceptions pages. BUG=102892 TEST=none Review URL: https://chromiumcodereview.appspot.com/9147048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119818 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for updating ethernet networks via ONCchocobo@chromium.org2012-01-311-0/+14
| | | | | | | | BUG=chromium-os:23673 TEST=OncNetworkParserTest Review URL: https://chromiumcodereview.appspot.com/9297061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119799 0039d316-1c4b-4281-b951-d872f2087c98
* Rev pepper version 11.2.31.100krisr@chromium.org2012-01-311-1/+1
| | | | | | Review URL: https://chromiumcodereview.appspot.com/9301022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119797 0039d316-1c4b-4281-b951-d872f2087c98
* Pyauto perf tests now wait for idle CPU after pyauto.PyUITest.setUp().dennisjeffrey@chromium.org2012-01-311-3/+6
| | | | | | | | | | | | Waiting for idle CPU before calling pyauto.PyUITest.setUp() was problematic, because the killing/init of Chrome occurs within pyauto.PyUITest.setUp(). BUG=chromium-os:25662 TEST=Verified CPU goes idle on Flash tests only after making this change. Review URL: https://chromiumcodereview.appspot.com/9303017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119795 0039d316-1c4b-4281-b951-d872f2087c98
* Disable uber page during tests on chromeosnirnimesh@chromium.org2012-01-312-0/+5
| | | | | | | | | | | BUG=110656 TEST=pyauto test: shortcuts.ShortcutsTest.testClearBrowsingDataShortcut R=csilv@chromium.org Review URL: https://chromiumcodereview.appspot.com/9264056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119774 0039d316-1c4b-4281-b951-d872f2087c98
* Event pages: remember events that the page registered for, even after itmpcomplete@chromium.org2012-01-303-3/+20
| | | | | | | | | | | | | | | | unloads (in memory only, for now). Add support for broadcasted events. Add an extension.onInstalled event that is run when the event page first starts. BUG=81752 TEST=no Review URL: https://chromiumcodereview.appspot.com/9297003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119770 0039d316-1c4b-4281-b951-d872f2087c98
* ppapi_tests: Remove the source of flakiness from out-of-process ↵polina@google.com2012-01-301-1/+1
| | | | | | | | | | | | FlashFullscreen test. No longer mark the test as flaky. TEST=ui_tests BUG=108471 Review URL: https://chromiumcodereview.appspot.com/9133024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119760 0039d316-1c4b-4281-b951-d872f2087c98
* Disable special_tabs.SpecialTabsTest.testSpecialAcceratorTabs on QA botsnirnimesh@chromium.org2012-01-301-0/+3
| | | | | | | | | | | | | | To be removed when r119687 reaches official builds. BUG=None TEST=None TBR=dennisjeffrey@chromium.org R=dennisjeffrey@chromium.org Review URL: https://chromiumcodereview.appspot.com/9233037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119738 0039d316-1c4b-4281-b951-d872f2087c98
* Update special_tabs.py to match newer strings for the Settings window.csilv@chromium.org2012-01-301-11/+3
| | | | | | | | TBR=yoz BUG=109939 Review URL: https://chromiumcodereview.appspot.com/9233034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119725 0039d316-1c4b-4281-b951-d872f2087c98
* Pyauto perf tests that are iterative now have timestamps accurate for each ↵dennisjeffrey@chromium.org2012-01-302-48/+81
| | | | | | | | | | | | | | | | | | | | iteration. The pyauto performance tests that iteratively take performance measurements now output the perf measurements on-the-fly as each measurement is taken, thereby ensuring that the (pyauto generated) timestamps printed next to each measured performance value is accurate in terms of when the measurement was taken. This CL also removes the arbitrary limit of 2 decimal places for measured performance values. BUG=chromium-os:25456 TEST=Ran the perf tests on my local alex device. Review URL: https://chromiumcodereview.appspot.com/9297042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119704 0039d316-1c4b-4281-b951-d872f2087c98
* Fix callback for chrome.tabs.update with javascript URLs.jstritar@chromium.org2012-01-301-4/+12
| | | | | | | | | | | UpdateTabFunction is asynchronous when updating a tab with a javascript URL. In this situation, the method was returning early before generating the callback result. This fixes the ExecuteScriptApiTest.NavigationRaceJavaScriptUrl test. BUG=89731 TEST=ExecuteScriptApiTest.NavigationRaceJavaScriptUrl Review URL: http://codereview.chromium.org/9225010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119690 0039d316-1c4b-4281-b951-d872f2087c98
* Create Content API around HostZoomMap.jam@chromium.org2012-01-302-1/+2
| | | | | | | BUG=98716 Review URL: https://chromiumcodereview.appspot.com/9296041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119684 0039d316-1c4b-4281-b951-d872f2087c98
* Reland 119457: --test-gl-lib for GpuPixelBrowserTestsbacker@chromium.org2012-01-301-0/+3
| | | | | | | | | | | This CL causes the GpuPixelBrowserTests to load libllvmpipe.so (if it is available) and fallback to standard libGL.so otherwise. This is so that we can do a smoke test of the GPU accelerated display path on the Aura dbg bot on the Chromium waterfall. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/9298022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119667 0039d316-1c4b-4281-b951-d872f2087c98
* Mark WebSocket_CcInterfaces flaky on OSX.backer@chromium.org2012-01-301-1/+1
| | | | | | | | | | | | For real this time (typo in previous attempt r119458). BUG=111636 TEST=none TBR=toyoshim Review URL: https://chromiumcodereview.appspot.com/9104007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119666 0039d316-1c4b-4281-b951-d872f2087c98
* Remove support for some deprecated APIs in manifest version 2.aa@chromium.org2012-01-295-33/+12
| | | | | | | | TBR=kalman@chromium.org Review URL: http://codereview.chromium.org/9295042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119647 0039d316-1c4b-4281-b951-d872f2087c98
* Add Access-Control-Allow-Origin: * header for extension resources ↵cdn@chromium.org2012-01-292-0/+30
| | | | | | | | | | specifically listed as web accessible. BUG=109686 Review URL: http://codereview.chromium.org/9152022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119646 0039d316-1c4b-4281-b951-d872f2087c98
* Extension Storage API: expose storage quota information to extensions, via:kalman@chromium.org2012-01-291-1/+45
| | | | | | | | | | | | | | | | - exposing the constants as properties on chrome.storage.{sync,local}, and - adding a new API call "getBytesInUse". BUG=110980, 110583, 110663 TEST=unit_tests --gtest_filter=ExtensionSettingsFrontendTest*, browser_tests --gtest_filter=ExtensionSetting* Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=119598 Review URL: http://codereview.chromium.org/9284013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119643 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 119598 - Extension Storage API: expose storage quota information to ↵jstritar@chromium.org2012-01-281-45/+1
| | | | | | | | | | | | | | | | | | | extensions, via: - exposing the constants as properties on chrome.storage.{sync,local}, and - adding a new API call "getBytesInUse". BUG=110980, 110583, 110663 TEST=unit_tests --gtest_filter=ExtensionSettingsFrontendTest*, browser_tests --gtest_filter=ExtensionSetting* Review URL: http://codereview.chromium.org/9284013 TBR=kalman@chromium.org Review URL: https://chromiumcodereview.appspot.com/9296033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119619 0039d316-1c4b-4281-b951-d872f2087c98
* Add openerTabId to chrome.tabs.create and chrome.tabs.update.jstritar@chromium.org2012-01-283-0/+80
| | | | | | | | | | | | This also adds 'index' as an option in chrome.tabs.query. BUG=67539 TEST=ExtensionApiTest.TabOpener Review URL: http://codereview.chromium.org/9234041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119600 0039d316-1c4b-4281-b951-d872f2087c98
* Extension Storage API: expose storage quota information to extensions, via:kalman@chromium.org2012-01-281-1/+45
| | | | | | | | | | | | | | - exposing the constants as properties on chrome.storage.{sync,local}, and - adding a new API call "getBytesInUse". BUG=110980, 110583, 110663 TEST=unit_tests --gtest_filter=ExtensionSettingsFrontendTest*, browser_tests --gtest_filter=ExtensionSetting* Review URL: http://codereview.chromium.org/9284013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119598 0039d316-1c4b-4281-b951-d872f2087c98
* Allow FPS throughput perf test to run manually on specified URLs.jbates@chromium.org2012-01-281-20/+53
| | | | | | | | | R=junov Review URL: http://codereview.chromium.org/9290054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119594 0039d316-1c4b-4281-b951-d872f2087c98
* Fix chromedriver logging on windows and logging tests.kkania@chromium.org2012-01-283-33/+8
| | | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/9297045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119593 0039d316-1c4b-4281-b951-d872f2087c98
* content: Modfiy ResourceBundle and content_shell to run with alternative pak ↵erg@chromium.org2012-01-281-1/+1
| | | | | | | | | | | | files. BUG=111326 R=jam TBR=sky,tony,ajwong,ananta Review URL: http://codereview.chromium.org/9232060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119566 0039d316-1c4b-4281-b951-d872f2087c98
* Update chromedriver to use webdriver atoms v15724.kkania@chromium.org2012-01-282-2/+2
| | | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/9223027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119564 0039d316-1c4b-4281-b951-d872f2087c98
* pyauto perf tests: Flush all buffers to disk between testsihf@chromium.org2012-01-281-0/+48
| | | | | | | | and check that the CPU is idle before continuing. Review URL: http://codereview.chromium.org/9271066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119563 0039d316-1c4b-4281-b951-d872f2087c98
* Move basic playback to official builds only.dalecurtis@chromium.org2012-01-281-3/+1
| | | | | | | | | | BUG=111603 TEST=none Review URL: http://codereview.chromium.org/9121058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119557 0039d316-1c4b-4281-b951-d872f2087c98
* Implement the webdriver window sizing commands.kkania@chromium.org2012-01-2814-20/+396
| | | | | | | | | | BUG=107630 TEST=none Review URL: http://codereview.chromium.org/9288051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119555 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Add a perf test that counts the number of Mach ports in the browser.rsesek@chromium.org2012-01-281-0/+105
| | | | | | | | | | BUG=105513 TEST=This is one. Review URL: http://codereview.chromium.org/9193024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119541 0039d316-1c4b-4281-b951-d872f2087c98
* Fix and re-enable chromedriver extension install test.kkania@chromium.org2012-01-281-6/+5
| | | | | | | | | BUG=111625 TEST=none Review URL: https://chromiumcodereview.appspot.com/9296025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119531 0039d316-1c4b-4281-b951-d872f2087c98
* PPAPI URLRequestInfo test: port NaCl version to ppapi_tests. Fix Var and ↵polina@google.com2012-01-271-0/+14
| | | | | | | | | | | | Resource leaks. I had to also port a couple of constants and helpers from native_client/ppapi_test_lib. TEST=ui_tests BUG=110242 Review URL: https://chromiumcodereview.appspot.com/9174020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119522 0039d316-1c4b-4281-b951-d872f2087c98
* All pyauto log messages are now prepended with a timestamp.dennisjeffrey@chromium.org2012-01-271-5/+4
| | | | | | | | | | | | | | | | | | | | | | | Previously, timestamps were prepended to log messages in pyauto only when the --verbose flag to pyauto was set. Now, all logging messages are prepended with a timestamp, whether or not --verbose is specified. The rationale for doing this is as follows: --verbose specifies which logging messages are printed (the logging level). It should not also affect the format of a log message. Since there are situations in which we may not want to see DEBUG messages, but we still want to know the times at which different events occurred during test execution, we now prepend a timestamp to every pyauto logging message, whether or not --verbose is specified. In the future, we could add a new flag to pyauto that controls the logging format (e.g., whether or not to print timestamps along with log messages). BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/9296018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119510 0039d316-1c4b-4281-b951-d872f2087c98
* Disable extensions.ExtensionsTest.testAllowAccessFileURLs in Linux as they ↵aocampo@chromium.org2012-01-271-0/+2
| | | | | | | | | are constantly failing now. BUG=111289 Review URL: https://chromiumcodereview.appspot.com/9297002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119498 0039d316-1c4b-4281-b951-d872f2087c98
* Update Flapper version for R18krisr@chromium.org2012-01-271-1/+1
| | | | | | Review URL: https://chromiumcodereview.appspot.com/9121037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119484 0039d316-1c4b-4281-b951-d872f2087c98
* Fix merge error in JS. Move to FLAKY_ for safe bot testing.backer@chromium.org2012-01-271-1/+0
| | | | | | | | | | BUG=111572 TEST=yes Review URL: https://chromiumcodereview.appspot.com/9232053 Patch from Mike Tsao <miket@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119475 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 119457 - --test-gl-lib for GpuPixelBrowserTestsbacker@chromium.org2012-01-271-3/+0
| | | | | | | | | | | | | | | This CL causes the GpuPixelBrowserTests to load libllvmpipe.so (if it is available) and fallback to standard libGL.so otherwise. This is so that we can (ultimately) do a smoke test of the GPU accelerated display path on the Aura dbg bot on the Chromium waterfall. BUG=none TEST=none Review URL: http://codereview.chromium.org/9169100 TBR=backer@chromium.org Review URL: https://chromiumcodereview.appspot.com/9225029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119468 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes for the net-internals StopCapturing button.mmenke@chromium.org2012-01-274-52/+174
| | | | | | | | | | | | | | | | | It now dumps a log to memory and loads it. The results in updating all tabs, hiding tabs and buttons that don't work when the BrowserBridge is disabled. Also allows export of logs in stop capturing mode or when viewing a loaded log (Which are now equivalent states). R=eroman@chromium.org BUG=111195 Review URL: http://codereview.chromium.org/9291001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119462 0039d316-1c4b-4281-b951-d872f2087c98
* Disable flaky interactive_ui_test on OSXbacker@chromium.org2012-01-271-2/+9
| | | | | | | | | | | | PPAPINaClTest.WebSocket_CcInterfaces is intermittently failing on OSX BUG=111636 TEST=none TBR=toyoshim Review URL: https://chromiumcodereview.appspot.com/9297020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119458 0039d316-1c4b-4281-b951-d872f2087c98
* --test-gl-lib for GpuPixelBrowserTestsbacker@chromium.org2012-01-271-0/+3
| | | | | | | | | | | | This CL causes the GpuPixelBrowserTests to load libllvmpipe.so (if it is available) and fallback to standard libGL.so otherwise. This is so that we can (ultimately) do a smoke test of the GPU accelerated display path on the Aura dbg bot on the Chromium waterfall. BUG=none TEST=none Review URL: http://codereview.chromium.org/9169100 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119457 0039d316-1c4b-4281-b951-d872f2087c98
* Add resources for new test.cbentzel@chromium.org2012-01-272-0/+5
| | | | | | Review URL: http://codereview.chromium.org/9298008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119452 0039d316-1c4b-4281-b951-d872f2087c98
* Disabled chromedriver_tests.DesiredCapabilitiesTest.testInstallExtensions.joaodasilva@chromium.org2012-01-271-1/+2
| | | | | | | | | | TBR=nirnimesh@chromium.org BUG=111625 TEST=pyauto waterfall goes green Review URL: https://chromiumcodereview.appspot.com/9121049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119446 0039d316-1c4b-4281-b951-d872f2087c98
* Send user gesture on reload. Add regression test.joi@chromium.org2012-01-273-7/+21
| | | | | | | | | | | | | | Also, update pyauto test infobars.InfobarTest.testMultipleDownloadsInfobar to not use GetTab(0).Reload() as this now is treated as a user gesture, which causes the DownloadRequestLimiter to reset its state. BUG=110707 Initial commit: http://src.chromium.org/viewvc/chrome?view=rev&revision=118859 Revert (pyauto test broke): r118901 Review URL: https://chromiumcodereview.appspot.com/9269010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119431 0039d316-1c4b-4281-b951-d872f2087c98
* Disable media.media_basic_playback testsnirnimesh@chromium.org2012-01-271-0/+2
| | | | | | | | | | | TBR=dalecurtis@chromium.org R=dalecurtis@chromium.org BUG=111603 TEST= Review URL: https://chromiumcodereview.appspot.com/9121041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119422 0039d316-1c4b-4281-b951-d872f2087c98