summaryrefslogtreecommitdiffstats
path: root/chrome/test
Commit message (Collapse)AuthorAgeFilesLines
* Added the addEntries message for the file manager browser test.hirono@chromium.org2013-09-032-8/+39
| | | | | | | | | | | | This message enables the JavaScript test units to add the any entries to the specified volume. BUG=279774 TEST=file_manager_browsertest Review URL: https://chromiumcodereview.appspot.com/23478009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220926 0039d316-1c4b-4281-b951-d872f2087c98
* Implement graylisting for sensitive directories in the file system API.sammc@chromium.org2013-09-034-0/+35
| | | | | | | | | | | | This adds a dialog that prompts the user to confirm their choice if they choose a sensitive directory or an ancestor of a sensitive directory when choosing a directory to open with an app. BUG=148486 Review URL: https://chromiumcodereview.appspot.com/23675002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220886 0039d316-1c4b-4281-b951-d872f2087c98
* Factor out a perf test result printer method.tonyg@chromium.org2013-09-0211-269/+10
| | | | | | | | | | This is to allow cc_perftests to share this code without depending on chrome/. BUG= Review URL: https://chromiumcodereview.appspot.com/23509002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220803 0039d316-1c4b-4281-b951-d872f2087c98
* [chromedriver] Fix race in starting Chrome, and use TimeTicks, not Time.kkania@chromium.org2013-09-027-24/+33
| | | | | | | | | -also, adjust minimum version to 1475 BUG=none Review URL: https://chromiumcodereview.appspot.com/23522016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220783 0039d316-1c4b-4281-b951-d872f2087c98
* Report Javascript Runtime Errors to the Error Consolerdevlin.cronin@chromium.org2013-09-014-0/+50
| | | | | | | | | | | TBR=brettw@chromium.org (moving DEPS file from extensions/common/matcher to extensions/common). BUG=21734 Review URL: https://chromiumcodereview.appspot.com/23007021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220753 0039d316-1c4b-4281-b951-d872f2087c98
* [chromedriver] Release v2.3.kkania@chromium.org2013-08-301-1/+1
| | | | | | | | | | BUG=none NOTRY=true R=chrisgao@chromium.org, frankf@chromium.org Review URL: https://codereview.chromium.org/23800002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220657 0039d316-1c4b-4281-b951-d872f2087c98
* [chromedriver] Require chrome 28+. Don't test against 27.kkania@chromium.org2013-08-303-4/+4
| | | | | | | | | BUG=none R=chrisgao@chromium.org Review URL: https://codereview.chromium.org/23495016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220654 0039d316-1c4b-4281-b951-d872f2087c98
* Remove psutil from the mini_installer test framework.sukolsak@chromium.org2013-08-302-19/+31
| | | | | | | | | | | | | | The mini_installer test framework used the psutil module to find process IDs and paths, but this module was not available on the buildslave. Remove psutil and call Windows API directly instead. NOTRY=True BUG=264859 1) Uninstall Chrome (if it's installed.) 2) Put mini_installer.exe in the same folder as test_installer.py 3) Use Python 2.6.x. Make sure that psutil is not installed. Run "python test_installer.py config\config.config". The test should pass. Review URL: https://chromiumcodereview.appspot.com/23814002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220650 0039d316-1c4b-4281-b951-d872f2087c98
* Force delegated renderer on Aurapiman@chromium.org2013-08-301-1/+3
| | | | | | | | BUG=123444 Review URL: https://chromiumcodereview.appspot.com/22797008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220638 0039d316-1c4b-4281-b951-d872f2087c98
* Move ReadFileToString to the base namespace.brettw@chromium.org2013-08-3016-26/+25
| | | | | | | | BUG= Review URL: https://codereview.chromium.org/19579005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220612 0039d316-1c4b-4281-b951-d872f2087c98
* [chromedriver] Use single path for handling android/desktop args.kkania@chromium.org2013-08-3010-258/+455
| | | | | | | | | | -also allow extensions to be loaded via --load-extension -change useExistingBrowser to debuggerAddress BUG=chromedriver:488 Review URL: https://chromiumcodereview.appspot.com/23643005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220610 0039d316-1c4b-4281-b951-d872f2087c98
* Move AlterEnvironment to base/environment.h, implement on Windows. This ↵brettw@chromium.org2013-08-301-7/+2
| | | | | | | | | | | | | re-implements the Posix version to be more like the Windows version and to share some parsing code. The new version will be somewhat slower due to some extra mallocs, but is shorter and more clear. I didn't want to implement a super optimized version on Windows, and the alternative would be to keep the new Windows version and the old Posix version in parallel which seemed less desirable. This changes the input from a vector to a map and just adds the map on the LaunchOptions rather than requiring the caller to set a pointer. This cleans up the callsites somewhat. BUG= R=viettrungluu@chromium.org Review URL: https://codereview.chromium.org/22750002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220608 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 220402 "Improve <webview> autosize:"lazyboy@chromium.org2013-08-305-101/+5
| | | | | | | | | | | | | | | | | | | | | Flakes Shim_TestAutosizeWithPartialAttributes at least on WinXP and MacOSX. > Improve <webview> autosize: > a. Expand/shrink <webview> element when 'sizechange' event fires, to > match with the new view size (in shim). > b. For SW mode, fix a bug where damage buffer would remain smaller than > the view size and would result in crash. Added test for this case. > > BUG= > Test=WebViewTest.AutoSize.* > > Review URL: https://chromiumcodereview.appspot.com/23499003 TBR=lazyboy@chromium.org Review URL: https://codereview.chromium.org/23618018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220584 0039d316-1c4b-4281-b951-d872f2087c98
* Add background page to good2.crxbartfab@chromium.org2013-08-301-0/+0
| | | | | | | | | | | | | | | This CL adds a background page to the good2.crx extension used in tests. This is part of CL 23427003 but had to be committed separately because the CQ cannot handle binary file changes. BUG=175701 TEST=None TBR=kalman Review URL: https://codereview.chromium.org/23482005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220551 0039d316-1c4b-4281-b951-d872f2087c98
* Swapped force OPUS to iSACjansson@chromium.org2013-08-302-9/+10
| | | | | | | | | | | | Chrome uses OPUS by default hence it makes sense to force ISAC instead. BUG=279101 NOTRY=TRUE TEST=Manual test verifying that iSAC is used instead of OPUS in chrome://webrtc-internals and that the sound is played back OK. Review URL: https://chromiumcodereview.appspot.com/23460010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220550 0039d316-1c4b-4281-b951-d872f2087c98
* Added basic browser test for window.print() from Chrome apps.dharcourt@chromium.org2013-08-303-0/+38
| | | | | | | | | | | | | | | This just tests the success of the call to window.print(). It does not test whether the call leads to a print preview window and ultimately to a printout. It will be extended over time to provide additional coverage of the print functionality. BUG=NONE Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=220467 Review URL: https://chromiumcodereview.appspot.com/23054002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220542 0039d316-1c4b-4281-b951-d872f2087c98
* Check whether Chromium or Google Chrome is being tested.sukolsak@chromium.org2013-08-301-4/+25
| | | | | | | | | | | | | | | | NOTRY=True BUG=264859 TEST= 1) Uninstall Google Chrome (if it's installed.) 2) Put mini_installer.exe for Google Chrome in the same folder as test_installer.py. 3) Run "python test_installer.py config\config.config". The test should pass. 4) Uninstall Chromium (if it's installed.) 5) Put mini_installer.exe for Chromium in the same folder as test_installer.py. 6) Run "python test_installer.py config\config.config". The test should pass. Review URL: https://chromiumcodereview.appspot.com/23757002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220538 0039d316-1c4b-4281-b951-d872f2087c98
* [chromedriver] Improve timeout behavior. Prompted by user who executes ↵kkania@chromium.org2013-08-309-42/+37
| | | | | | | | | | | | | | | script on busy page. -change session timeout to base::TimeDelta -change command timeout to 10m -refactor and simplify wait for events -also, fix some assertions on windows with unzipping BUG=none R=frankf@chromium.org Review URL: https://codereview.chromium.org/23542005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220476 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 220467 "Added basic browser test for window.print() from ..."dharcourt@chromium.org2013-08-303-38/+0
| | | | | | | | | | | | | | | | | | | > Added basic browser test for window.print() from Chrome apps. > > This just tests the success of the call to window.print(). It does not > test whether the call leads to a print preview window and ultimately to > a printout. It will be extended over time to provide additional coverage > of the print functionality. > > BUG=NONE > > Review URL: https://chromiumcodereview.appspot.com/23054002 TBR=dharcourt@chromium.org Review URL: https://codereview.chromium.org/23597011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220472 0039d316-1c4b-4281-b951-d872f2087c98
* Added basic browser test for window.print() from Chrome apps.dharcourt@chromium.org2013-08-303-0/+38
| | | | | | | | | | | | | This just tests the success of the call to window.print(). It does not test whether the call leads to a print preview window and ultimately to a printout. It will be extended over time to provide additional coverage of the print functionality. BUG=NONE Review URL: https://chromiumcodereview.appspot.com/23054002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220467 0039d316-1c4b-4281-b951-d872f2087c98
* Use exit command to stop web page replay server.chrisgao@chromium.org2013-08-301-10/+33
| | | | | | | | | | On windows, web page replay server fails to do cleanup such as restoring dns settings if it gets terminated. BUG=none Review URL: https://chromiumcodereview.appspot.com/23455009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220448 0039d316-1c4b-4281-b951-d872f2087c98
* Improve <webview> autosize:lazyboy@chromium.org2013-08-295-5/+101
| | | | | | | | | | | | | | a. Expand/shrink <webview> element when 'sizechange' event fires, to match with the new view size (in shim). b. For SW mode, fix a bug where damage buffer would remain smaller than the view size and would result in crash. Added test for this case. BUG= Test=WebViewTest.AutoSize.* Review URL: https://chromiumcodereview.appspot.com/23499003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220402 0039d316-1c4b-4281-b951-d872f2087c98
* Use optparse instead of argparse to enable the mini_installer test framework ↵sukolsak@chromium.org2013-08-294-28/+28
| | | | | | | | | | | | | | | | | | to run on Python 2.6. The mini_installer test framework used the argparse module which was only available on Python 2.7, but the buildslave that runs the framework is using Python 2.6. This is an infrastructure bug that is unlikely to be fixed soon (see issues 281241 and 279482). Switch to optparse to enable it to run on Python 2.6. NOTRY=True BUG=264859,281241 1) Uninstall Google Chrome (if it's installed.) 2) Put mini_installer.exe for Google Chrome in the same folder as test_installer.py 3) Use Python 2.6.x. Run "python test_installer.py config\config.config". The test should pass. Review URL: https://chromiumcodereview.appspot.com/23779002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220396 0039d316-1c4b-4281-b951-d872f2087c98
* Rename managed user prefs to supervised user prefs.bauerb@chromium.org2013-08-291-1/+1
| | | | | | | | | | | Also, update comment for the PrefValueStore constructor. TBR=phajdan.jr@chromium.org BUG=280674 Review URL: https://chromiumcodereview.appspot.com/23610004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220385 0039d316-1c4b-4281-b951-d872f2087c98
* Verify registry values in the registry verifier.sukolsak@chromium.org2013-08-292-23/+76
| | | | | | | | | | | | | | | | | | | NOTRY=True BUG=264859 TEST= 1) Uninstall Chrome. 2) Put mini_installer.exe in the same folder as test_installer.py. 3) Run "python test_installer.py config\config.config". 4) The script will install Chrome and then uninstall Chrome. At each state, it will check that chrome.exe is running (or not running). You should see output similar to the following: "Test: clean -> install chrome at user level -> chrome_installed_not_inuse -> launch chrome at user level -> chrome_installed_inuse -> quit chrome -> chrome_installed_not_inuse -> uninstall chrome -> clean ... ok ---------------------------------------------------------------------- Ran 1 test in 12.345s" Review URL: https://chromiumcodereview.appspot.com/23583005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220384 0039d316-1c4b-4281-b951-d872f2087c98
* [chromedriver] Allow hostname/ip as part of useExistingBrowser capability.kkania@chromium.org2013-08-2911-40/+135
| | | | | | | | BUG=none Review URL: https://chromiumcodereview.appspot.com/23534015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220383 0039d316-1c4b-4281-b951-d872f2087c98
* Modified the privet devices page UI to look like mocksnoamsml@chromium.org2013-08-291-25/+15
| | | | | | | | | | | | Changes the devices page UI to look like the mocks. Work is not complete and the icons are not yet in place, but this is a rough sketch of what the page should look like. BUG= Review URL: https://chromiumcodereview.appspot.com/23591011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220378 0039d316-1c4b-4281-b951-d872f2087c98
* browser-plugin: Do not trigger external protocol handlers for guest navigations.sadrul@chromium.org2013-08-291-0/+16
| | | | | | | | | | | | | When a guest tries to navigate to a URL, do not attempt to trigger any external protocol handler. If navigation fails, then a 'loadabort' signal is emitted on the <webview> instead. BUG=230655 R=fsamuel@chromium.org, thestig@chromium.org Review URL: https://codereview.chromium.org/23582011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220372 0039d316-1c4b-4281-b951-d872f2087c98
* Returns Downloads mount point from getMountPoints.hidehiko@chromium.org2013-08-291-0/+4
| | | | | | | | | | | | | Currently, VolumeManager.mountedVolumes_ doesn't contain Downloads' mount point information. This CL adds it. This is a preparation to replace rootsList by mountedVolumes_. BUG=268817 TEST=Ran browser_tests --gtest_filter="*FileSystemExtensionApiTest*:*FileManagerBrowserTest*:*FileBrowserPrivateApiTest*" and tested manually. Review URL: https://chromiumcodereview.appspot.com/22893049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220327 0039d316-1c4b-4281-b951-d872f2087c98
* Implement syncFileSystem.getServiceStatus()kinuko@chromium.org2013-08-292-0/+33
| | | | | | | | | BUG=262824 TEST=FileSystemApiTest.GetServiceStatus Review URL: https://chromiumcodereview.appspot.com/23623006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220322 0039d316-1c4b-4281-b951-d872f2087c98
* [chromedriver] Include fixed bug list in release notes.kkania@chromium.org2013-08-291-7/+58
| | | | | | | | | BUG= R=chrisgao@chromium.org Review URL: https://codereview.chromium.org/23654003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220306 0039d316-1c4b-4281-b951-d872f2087c98
* [chromedriver] Always recognize the 'binary' and 'extensions' capabilities.kkania@chromium.org2013-08-291-0/+9
| | | | | | | | | | | These are passed always by the java webdriver client. Fixes the broken java android tests. BUG=none R=craigdh@chromium.org Review URL: https://codereview.chromium.org/23726003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220304 0039d316-1c4b-4281-b951-d872f2087c98
* [chromedriver] Check the module directory before all others when looking for ↵kkania@chromium.org2013-08-291-3/+11
| | | | | | | | | | | Chrome. BUG=none R=chrisgao@chromium.org Review URL: https://codereview.chromium.org/23463006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220302 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for directory access to the file system API.sammc@chromium.org2013-08-2930-0/+706
| | | | | | | | | | | | This adds 'openDirectory' as a type option for chrome.fileSystem.chooseEntry to allow access to directories. This is restricted to apps with the fileSystem.directory permission. BUG=148486 Review URL: https://chromiumcodereview.appspot.com/23146016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220287 0039d316-1c4b-4281-b951-d872f2087c98
* Returns volume info for Downloads directory.hidehiko@chromium.org2013-08-291-1/+15
| | | | | | | | | | | | | | This is preparation to use VolumeInfo for NavigationPanel. Currently, no volume info for Donwloads is available. This CL starts to return it from getVolumeMetadata. The newly created volume info is not yet used from Files.app. BUG=268817 TEST=Ran browser_tests --gtest_filter="*FileSystemExtensionApiTest*:*FileManagerBrowserTest*:*FileBrowserPrivateApiTest*" and tested manually. Review URL: https://chromiumcodereview.appspot.com/22889025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220278 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for a managed user pref store to PrefService.bauerb@chromium.org2013-08-291-2/+3
| | | | | | | | | TBR=phajdan.jr@chromium.org BUG=280674 Review URL: https://chromiumcodereview.appspot.com/23592013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220274 0039d316-1c4b-4281-b951-d872f2087c98
* Use only app permissions to decide if file entries should be writable.sammc@chromium.org2013-08-2911-19/+144
| | | | | | | | | | | | | | | | | | | Previously, apps with the fileSystem.write permission could choose to obtain read-only files and file entries provided as launch data were always read-only. With this change, all file entries obtained using the chrome.fileSystem API or provided as launch data are writable, for apps with the fileSystem.write permission. This makes getWritableEntry unnecessary, other than for files obtained through other means (e.g., drag and drop). BUG=148486 Review URL: https://chromiumcodereview.appspot.com/23202006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220254 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the error message of the process verifier.sukolsak@chromium.org2013-08-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | NOTRY=True BUG=264859 TEST= 1) Open config\chrome_inuse.prop. Change "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\chrome.exe": {"running": true} to "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\chrome.exe": {"running": false} and save. 2) Uninstall Chrome 3) Put mini_installer.exe in the same folder as test_installer.py. 4) Run "python test_installer.py config\config.config". 5) The test should fail with the error message "AssertionError: In state 'chrome_installed_inuse', Process $LOCAL_APPDATA\\$CHROME_DIR\\Application\\chrome.exe is running" rather than "AssertionError: In state 'chrome_installed_inuse', ('Process %s is running', u'$LOCAL_APPDATA\\$CHROME_DIR\\Application\\chrome.exe')". Review URL: https://chromiumcodereview.appspot.com/23644003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220242 0039d316-1c4b-4281-b951-d872f2087c98
* [Autofill] Cleanup disabled Testscsharp@chromium.org2013-08-292-247/+241
| | | | | | | | | | | | I tried to make some progress fixing the flake in these tests, but I didn't make any headway (I'll email you my results to see what the next steps should be). I did find a few bugs in the tests though so just fixed them up. BUG=150084 Review URL: https://chromiumcodereview.appspot.com/23201009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220230 0039d316-1c4b-4281-b951-d872f2087c98
* Disable non Latin keyboard layout on Lock screen and Sign-in screen.nona@chromium.org2013-08-291-1/+1
| | | | | | | | | | | | | | The information about the keyboard layout can be used on login screen is pure static, so it is good to handle as attribute of input method. With this change non-Latin keyboard like Russian keyboard won't be enabled on Lock screen. BUG=278711 TEST=Manually checked on link Review URL: https://chromiumcodereview.appspot.com/22980018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220226 0039d316-1c4b-4281-b951-d872f2087c98
* <webview>: Removing a <webview> should not remove all WebRequest event listenersfsamuel@chromium.org2013-08-292-17/+70
| | | | | | | | | | | | | | | | Only WebRequest event listeners on the <webview> being destroyed should lose its listeners in the browser process. Add a routing ID parameter to ExtensionWebRequestEventRouter::RemoveWebViewEventListeners so that it only removes the webrequest event listeners of the WebContents being destroyed. BUG=280468 Test=WebViewInteractiveTest.NewWindow_WebRequestRemoveElement Review URL: https://chromiumcodereview.appspot.com/23640008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220209 0039d316-1c4b-4281-b951-d872f2087c98
* [chromedriver] On desktop, take a screenshot using the extension API.kkania@chromium.org2013-08-2926-31/+181
| | | | | | | | | | | | | There's a couple issues with the DevTools screenshot API that is causing problems for many users: -produces black snapshots on headless Windows (unless maintaining an RDC connection) -other obscuring windows may cause parts of snapshot to be black or out of date Also, improve error reporting for the automation extension. BUG=none Review URL: https://chromiumcodereview.appspot.com/23631003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220160 0039d316-1c4b-4281-b951-d872f2087c98
* Fix an invalid unsigned integer byte comparison.etienneb@chromium.org2013-08-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This issue was found by a linter. In this code, bool translated = vkey_and_modifiers != -1 && LOBYTE(vkey_and_modifiers) != -1 && HIBYTE(vkey_and_modifiers) != -1; With: define LOBYTE(w) ((BYTE)(((DWORD_PTR)(w)) & 0xff)) define BYTE unsigned char The possible values fore 'LOBYTE(vkey_and_modifiers)' are 0..255 and the usual type promotion (to int) won't signed extend it. In this case, translated was always false. R=chrisgao@chromium.org,craigdh@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/22889024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220154 0039d316-1c4b-4281-b951-d872f2087c98
* PNaCl test: Use "private" version of nacl_exception library to bypass IRTmseaborn@chromium.org2013-08-291-2/+6
| | | | | | | | | | | | | | | | | | | | Since I changed the PNaCl shims to filter out IRT interfaces that are not supported under PNaCl (in http://src.chromium.org/viewvc/chrome?view=revision&revision=213741), this test no longer tests that the nacl_exception syscalls are disabled under PNaCl. It passes because the nacl_exception IRT interface is blocked. Changing the test to use the "private" version of the library means it uses the syscalls directly, which ensures we test whether the nacl_exception syscalls are disabled under PNaCl. BUG=https://code.google.com/p/nativeclient/issues/detail?id=3574 TEST=browser_tests Review URL: https://chromiumcodereview.appspot.com/23020028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220131 0039d316-1c4b-4281-b951-d872f2087c98
* [android] Enable verbose logging for chromedriver java tests.craigdh@chromium.org2013-08-281-4/+11
| | | | | | | | | | | BUG=279633 TEST=None NOTRY=True R=frankf@chromium.org Review URL: https://codereview.chromium.org/23725002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220083 0039d316-1c4b-4281-b951-d872f2087c98
* Fix login_unittest.pyachuith@chromium.org2013-08-281-5/+8
| | | | | | | | | | | | | Add Browser.Start() ExtensionToLoad.__init__ signature has changed. BUG=269775 TEST=manual NOTRY=True Review URL: https://chromiumcodereview.appspot.com/23431004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220076 0039d316-1c4b-4281-b951-d872f2087c98
* TCPSockets are switched to the new Pepper proxy.ygorshenin@chromium.org2013-08-281-2/+0
| | | | | | | | | BUG=230784 TEST=browser_tests:*TCPSocket*, *TCPServerSocket* Review URL: https://chromiumcodereview.appspot.com/22923014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220073 0039d316-1c4b-4281-b951-d872f2087c98
* Pepper: Temporarily debug flaky FileIO tests.teravest@chromium.org2013-08-281-0/+4
| | | | | | | | | | | | | | | After r219911, two tests that run out-of-process on Mac are flaky. I'd like to temporarily disable these tests while I try to debug this locally. If I don't have this figured out in a day or two, I'll revert 219911 and re-enable these tests. BUG=280570 R=dmichael@chromium.org Review URL: https://codereview.chromium.org/23474009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220056 0039d316-1c4b-4281-b951-d872f2087c98
* test: Disabled ThroughputTestThread.DrawImageShadowGPU (flaky).vmpstr@chromium.org2013-08-281-1/+3
| | | | | | | | | | | | | | This patch disables one of the tests that are flaky on gpu bots. It seems that there is a solution in the works, but it's important to get these bots green in the meantime. See the bug for more information. R=kbr@chromium.org BUG=276500 Review URL: https://chromiumcodereview.appspot.com/23489002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@219977 0039d316-1c4b-4281-b951-d872f2087c98
* (Try 2) Reland InstantExtended: Simplified Instant search.kmadhusu@chromium.org2013-08-281-0/+6
| | | | | | | | | | | | | | | | | Enables result page to prefetch results for certain search suggestions via field trial. Omnibox suggest response includes metadata regarding the prefetch query. SearchProvider parses the suggest response and records the additional details in AutocompleteMatch. When the user types in the omnibox, browser sends a message to the renderer to set the prefetch query on the server which in turn sends the prefetched search results back to Chrome. Original Review CL: crrev.com/19772008 Reverted CL: crrev.com/23511003 BUG=269185 TEST=none TBR=palmer@chromium.org,pkasting@chromium.org Review URL: https://chromiumcodereview.appspot.com/23620004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@219949 0039d316-1c4b-4281-b951-d872f2087c98