summaryrefslogtreecommitdiffstats
path: root/chrome/test
Commit message (Collapse)AuthorAgeFilesLines
* Merge 143941 - Exit mouse lock permision prompt on tab switch or close.scheib@chromium.org2012-07-091-2/+0
| | | | | | | | | | | | Merge approved in roll-up issue crbug.com/134196#c9. BUG=131702 Review URL: https://chromiumcodereview.appspot.com/10642008 TBR=scheib@chromium.org git-svn-id: svn://svn.chromium.org/chrome/branches/1180/src@145793 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 143417 - Exit mouse lock or fullscreen on navigation and reload.scheib@chromium.org2012-07-091-2/+0
| | | | | | | | | | | | Merge approved in roll-up issue crbug.com/134196#c9. BUG=131702, 132669, 130301 Review URL: https://chromiumcodereview.appspot.com/10559071 TBR=scheib@chromium.org git-svn-id: svn://svn.chromium.org/chrome/branches/1180/src@145788 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 142427 - Cleaning Up Extensions When Local Content Removedkaren@chromium.org2012-06-193-32/+0
| | | | | | | | | | | | | | | | | | | | | This fixes an issue where removing an extension's local content, e.g. deleting the user-data-dir/Default/Extensions/<id> directory, would result in a broken extension. Chrome will now uninstall/remove any extensions where the path to the extension cannot be resolved. BUG=31910 TEST=ExtensionServiceTest.CleanupInternalExtensionsMissingLocalContent; ExtensionServiceTest.CleanupUnpackedExtensionsMissingLocalContent; test by hand by loading an extension, deleting the local directory, and restarting chrome Review URL: https://chromiumcodereview.appspot.com/10541126 TBR=rdevlin.cronin@chromium.org Review URL: https://chromiumcodereview.appspot.com/10579028 git-svn-id: svn://svn.chromium.org/chrome/branches/1180/src@143047 0039d316-1c4b-4281-b951-d872f2087c98
* Add RecommendSampleRate() to audio config test.nfullagar@google.com2012-06-191-0/+2
| | | | | | | | | BUG=none TEST=this is the test Review URL: https://chromiumcodereview.appspot.com/10534152 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142867 0039d316-1c4b-4281-b951-d872f2087c98
* Disabling test2dCanvas on win chrome-qa bots.dyu@chromium.org2012-06-181-0/+2
| | | | | | | | | | | TEST=none BUG=94682 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10584004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142826 0039d316-1c4b-4281-b951-d872f2087c98
* Get non platform apps to show running statedavemoore@chromium.org2012-06-181-3/+0
| | | | | | | | | BUG=125047 TEST=New LauncherAppBrowserTest.* Review URL: https://chromiumcodereview.appspot.com/10559024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142819 0039d316-1c4b-4281-b951-d872f2087c98
* Update IndexedDB tests to use strings instead of deprecated numeric constants.jsbell@chromium.org2012-06-184-23/+6
| | | | | | Review URL: https://chromiumcodereview.appspot.com/10560011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142808 0039d316-1c4b-4281-b951-d872f2087c98
* Use correct names for Flash_GetSetting* tests.tsepez@chromium.org2012-06-181-4/+4
| | | | | | | | TBR=vtl@google.com Review URL: https://chromiumcodereview.appspot.com/10553012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142769 0039d316-1c4b-4281-b951-d872f2087c98
* Disable testDisplayOneClickInfobarAfterDismissnirnimesh@chromium.org2012-06-181-0/+2
| | | | | | | | | | TBR=dyu@chromium.org BUG=133315 TEST= Review URL: https://chromiumcodereview.appspot.com/10557042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142759 0039d316-1c4b-4281-b951-d872f2087c98
* Re-enable the testSUIDSandboxEnabled test. Mark as FLAKY_ while additional ↵bradchen@google.com2012-06-181-9/+11
| | | | | | | | | | | | bot issues are getting resolved. TBR=cmp BUG=126163 TEST=this is a test Review URL: https://chromiumcodereview.appspot.com/10565035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142721 0039d316-1c4b-4281-b951-d872f2087c98
* Whitelist all previously loaded extensions when registering the ↵bauerb@chromium.org2012-06-181-2/+4
| | | | | | | | | | | | | | ExtensionService with the HostContentSettingsMap. We used to only listen to EXTENSION_LOADED notifications, but now the PlatformAppProvider is created after extensions have been loaded, so we need to go through already loaded extensions and whitelist them as well. BUG=131811 TEST=see bug for manual test Review URL: https://chromiumcodereview.appspot.com/10535172 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142708 0039d316-1c4b-4281-b951-d872f2087c98
* Reland 142611 - Return FileEntry object from fileBrowserHandler.selectFile ↵tbarzic@chromium.org2012-06-184-24/+27
| | | | | | | | | | | | | | | | | | | | | | | | function. r142611 was reverted because it broke FileSystemExtensionApi tests on chromiumos dbg build. this change was originally reviewed here: http://codereview.chromium.org/10535051/ Currently, the function returns file's filesystem URL, and the caller has to resolve it to get the entry. It would be more convenient for the function caller it the file entry is returned in the first place. Also this is more in line with onExecute event which dispatches an array of entries. BUG=131716 TEST=*FileBrowserHandler* TBR=tbarzic@chromium.org, aa@chromium.org Review URL: https://chromiumcodereview.appspot.com/10560031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142683 0039d316-1c4b-4281-b951-d872f2087c98
* Marked SUIDSandboxUITest.testSUIDSandboxEnabled as FAILS.morrita@chromium.org2012-06-181-1/+2
| | | | | | | | | | BUG=133244 TEST=SUIDSandboxUITest.* TBR=bradchen@chromium.org Review URL: https://chromiumcodereview.appspot.com/10532188 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142667 0039d316-1c4b-4281-b951-d872f2087c98
* Move input.ime back out of experimental for M21zork@chromium.org2012-06-182-9/+9
| | | | | | | | | BUG=chromium-os:23646 Review URL: https://chromiumcodereview.appspot.com/10533170 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142664 0039d316-1c4b-4281-b951-d872f2087c98
* Disable SUIDSandboxUITest.testSUIDSandboxEnabled under ASan on Linux.glider@chromium.org2012-06-171-2/+7
| | | | | | | | TBR=bradchen BUG=126163 Review URL: https://chromiumcodereview.appspot.com/10561023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142628 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 142616 - Reimplement SetPolicies() on the Mac using the Directory ↵joaodasilva@chromium.org2012-06-163-36/+24
| | | | | | | | | | | | | | | | | Service command line tool. Directly writing managed preferences to /Library/Managed Preferences relies on an undocumented detail, and does not guarantee that the preferences system sees those changes. TBR=nirnimesh@chromium.org BUG=130094 TEST=policy.py pyautos pass in the mac bots Review URL: https://chromiumcodereview.appspot.com/10563015 TBR=joaodasilva@chromium.org Review URL: https://chromiumcodereview.appspot.com/10532187 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142620 0039d316-1c4b-4281-b951-d872f2087c98
* Reimplement SetPolicies() on the Mac using the Directory Service command ↵joaodasilva@chromium.org2012-06-163-24/+36
| | | | | | | | | | | | | | line tool. Directly writing managed preferences to /Library/Managed Preferences relies on an undocumented detail, and does not guarantee that the preferences system sees those changes. TBR=nirnimesh@chromium.org BUG=130094 TEST=policy.py pyautos pass in the mac bots Review URL: https://chromiumcodereview.appspot.com/10563015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142616 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 142611 - Return FileEntry object from fileBrowserHandler.selectFile ↵tbarzic@chromium.org2012-06-164-27/+24
| | | | | | | | | | | | | | | | | | | | | function. Broke FileSystemExtensionApi tests. Currently, the function returns file's filesystem URL, and the caller has to resolve it to get the entry. It would be more convenient for the function caller it the file entry is returned in the first place. Also this is more in line with onExecute event which dispatches an array of entries. BUG=131716 TEST=*FileBrowserHandler* Review URL: https://chromiumcodereview.appspot.com/10535051 TBR=tbarzic@chromium.org Review URL: https://chromiumcodereview.appspot.com/10532185 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142614 0039d316-1c4b-4281-b951-d872f2087c98
* Return FileEntry object from fileBrowserHandler.selectFile function.tbarzic@chromium.org2012-06-164-24/+27
| | | | | | | | | | | | | | Currently, the function returns file's filesystem URL, and the caller has to resolve it to get the entry. It would be more convenient for the function caller it the file entry is returned in the first place. Also this is more in line with onExecute event which dispatches an array of entries. BUG=131716 TEST=*FileBrowserHandler* Review URL: https://chromiumcodereview.appspot.com/10535051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142611 0039d316-1c4b-4281-b951-d872f2087c98
* Truncate() operation for GData file system.kinaba@chromium.org2012-06-161-0/+37
| | | | | | | | | | BUG=127097 TEST=browser_test --gest_filter='*RemoteFileSystem*' TEST=unit_tests --gtest_filter='*GData*' Review URL: https://chromiumcodereview.appspot.com/10441015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142579 0039d316-1c4b-4281-b951-d872f2087c98
* Fail epp perf tests only when all of test iterations fail.shadi@chromium.org2012-06-161-4/+4
| | | | | | | | | | BUG=127688 TEST=none Review URL: https://chromiumcodereview.appspot.com/10537141 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142569 0039d316-1c4b-4281-b951-d872f2087c98
* Replace GetIOMessageLoopProxy() with GetNetworkTaskRunner() in ↵sergeyu@chromium.org2012-06-161-1/+2
| | | | | | | | | | | | UrlRequestContextGetter. Also updated all code that depends on that methods. TBR=mnissler@chromium.org Review URL: https://chromiumcodereview.appspot.com/10539148 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142560 0039d316-1c4b-4281-b951-d872f2087c98
* Fix several minor ChromeDriver bugs.kkania@chromium.org2012-06-167-10/+22
| | | | | | | | | | | | | Fix compound CSS selectors and return RGBA colors (via updating the atoms), disable keep-alive and the popup-blocker, and change the html5 location POST command to obey the spec. BUG=chromedriver:14,chromedriver:85,chromedriver:89,chromedriver:91,chromedriver:94 TEST=none Review URL: https://chromiumcodereview.appspot.com/10539179 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142538 0039d316-1c4b-4281-b951-d872f2087c98
* Add CreateTemporaryFile to PPB_Flash_File_ModuleLocal.yzshen@chromium.org2012-06-151-0/+3
| | | | | | | | | BUG=129807 TEST=None Review URL: https://chromiumcodereview.appspot.com/10534045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142512 0039d316-1c4b-4281-b951-d872f2087c98
* Re-enable testSUIDSandboxEnabled now that all the bots should be ready.bradchen@google.com2012-06-151-1/+1
| | | | | | | | | BUG=126163 TEST= Review URL: https://chromiumcodereview.appspot.com/10553016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142500 0039d316-1c4b-4281-b951-d872f2087c98
* Rename IPC::Channel and IPC::Sender in src/chrome.brettw@chromium.org2012-06-151-4/+3
| | | | | | | | | | | | Changes code in chrome to use the new names over the old now-typedefed-for-compat ones. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10553010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142474 0039d316-1c4b-4281-b951-d872f2087c98
* Show source of proxy settings in net-internals.asanka@chromium.org2012-06-151-2/+4
| | | | | | | | | | | The source of proxy settings is now recorded in the NetLog. Display the source in the Proxy tab and in PROXY_CONFIG_CHANGED events. BUG=none TEST=browser_tests --gtest_filter=NetInternalsTest.netInternalsLogViewPainterPrintAsText Review URL: https://chromiumcodereview.appspot.com/10535176 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142448 0039d316-1c4b-4281-b951-d872f2087c98
* Fix for testSetTheme and testThemeInFullScreen and add 2 tests to themes.py.vclarke@chromium.org2012-06-151-13/+53
| | | | | | | | | | | | | | | Fix for failing themes.ThemesTest.testSetTheme and themes.ThemesTest.testThemeInFullScreen due to Mac 10.5 deprecation infobar. Add 2 tests: themes.ThemesTest.testThemeUndo and themes.ThemesTest.testThemeOverInstall. BUG=132638,132865 TEST=none NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10452026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142443 0039d316-1c4b-4281-b951-d872f2087c98
* Add drive search function to fileBrowserPrivate api.tbarzic@chromium.org2012-06-152-0/+106
| | | | | | | | | BUG=129068 TEST=added RemoteFileSystemExtensionApiTest.ContentSearch Review URL: https://chromiumcodereview.appspot.com/10548032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142436 0039d316-1c4b-4281-b951-d872f2087c98
* Cleaning Up Extensions When Local Content Removedrdevlin.cronin@chromium.org2012-06-153-0/+32
| | | | | | | | | | | | | | | | | | This fixes an issue where removing an extension's local content, e.g. deleting the user-data-dir/Default/Extensions/<id> directory, would result in a broken extension. Chrome will now uninstall/remove any extensions where the path to the extension cannot be resolved. BUG=31910 TEST=ExtensionServiceTest.CleanupInternalExtensionsMissingLocalContent; ExtensionServiceTest.CleanupUnpackedExtensionsMissingLocalContent; test by hand by loading an extension, deleting the local directory, and restarting chrome Review URL: https://chromiumcodereview.appspot.com/10541126 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142427 0039d316-1c4b-4281-b951-d872f2087c98
* Retry: add test for RemoteFileSystemOperation::Write() and fix revealed bugs.kinaba@chromium.org2012-06-151-0/+30
| | | | | | | | | | | | | | | | | | | | | * Add a browser test for remote file writing. * Fix a confusion of remote and local path in CloseWritableSnapshotFile. * Fix a wrong ownership relation between FileWriterDelegate and RemoteFileStreamWriter. * Made CommitDirtyInCache update entry metadata. BUG=132051, 127097 TEST=browser_tests --gtest_filter='*RemoteFileSystem*' TEST=unit_tests --gtest_filter='*GData*' First Commit: http://src.chromium.org/viewvc/chrome?view=rev&revision=142373 Reverted: http://src.chromium.org/viewvc/chrome?view=rev&revision=142380 The first commit broke GDataFileSystemTest::OpenAndCloseFile. Changing the behavior of CloseFile began to require some more IO operations. Review URL: https://chromiumcodereview.appspot.com/10562003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142398 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 142373 - Add test for RemoteFileSystemOperation::Write() and fix ↵kinaba@chromium.org2012-06-151-30/+0
| | | | | | | | | | | | | | | | | | | | several revealed bugs. * Add a browser test for remote file writing. * Fix a confusion of remote and local path in CloseWritableSnapshotFile. * Fix a calling thread for automatic invocation of CreateWritableSnapshotFile. * Fix a wrong ownership relation between FileWriterDelegate and RemoteFileStreamWriter. * Made CommitDirtyInCache update entry metadata. BUG=132051, 127097 TEST=browser_tests --gtest_filter='*RemoteFileSystem*' Review URL: https://chromiumcodereview.appspot.com/10537174 TBR=kinaba@chromium.org Review URL: https://chromiumcodereview.appspot.com/10553003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142380 0039d316-1c4b-4281-b951-d872f2087c98
* Add test for RemoteFileSystemOperation::Write() and fix several revealed bugs.kinaba@chromium.org2012-06-151-0/+30
| | | | | | | | | | | | | | | * Add a browser test for remote file writing. * Fix a confusion of remote and local path in CloseWritableSnapshotFile. * Fix a calling thread for automatic invocation of CreateWritableSnapshotFile. * Fix a wrong ownership relation between FileWriterDelegate and RemoteFileStreamWriter. * Made CommitDirtyInCache update entry metadata. BUG=132051, 127097 TEST=browser_tests --gtest_filter='*RemoteFileSystem*' Review URL: https://chromiumcodereview.appspot.com/10537174 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142373 0039d316-1c4b-4281-b951-d872f2087c98
* Add GetServiceRecords.bryeung@chromium.org2012-06-151-2/+1
| | | | | | | | | | | | | | | Also adds UUIDs to BluetoothServiceRecords. In a follow-up CL, I will refactor BluetoothDevice to make use of GetServiceRecords to reduce a tiny bit of code duplication. TEST=unit test updated BUG=none Review URL: https://chromiumcodereview.appspot.com/10543170 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142364 0039d316-1c4b-4281-b951-d872f2087c98
* Fix 2 more test module renames that occurred after updating the webdriver py ↵kkania@chromium.org2012-06-151-2/+2
| | | | | | | | | | | | bindings. BUG=none TEST=none TBR=zori Review URL: https://chromiumcodereview.appspot.com/10540176 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142343 0039d316-1c4b-4281-b951-d872f2087c98
* PPAPI (Flash): Add Flash_TestGetSetting(Int) to ppapi_uitest.cc.viettrungluu@chromium.org2012-06-151-0/+4
| | | | | | Review URL: https://chromiumcodereview.appspot.com/10548062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142308 0039d316-1c4b-4281-b951-d872f2087c98
* Allow platform apps to open links in the browser.mihaip@chromium.org2012-06-155-0/+61
| | | | | | | | | | | | Triggered via <a href="..." target="_blank"> or window.open('...'). R=miket@chromium.org BUG=130213 Review URL: https://chromiumcodereview.appspot.com/10534147 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142292 0039d316-1c4b-4281-b951-d872f2087c98
* Fix test module name in chrome/test/webdriver/test/WEBDRIVER_TESTS to reflectkkania@chromium.org2012-06-151-1/+1
| | | | | | | | | | | updated python bindings. BUG=none TEST=none TBR=zori Review URL: https://chromiumcodereview.appspot.com/10532157 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142290 0039d316-1c4b-4281-b951-d872f2087c98
* Disabling few failing pyauto tests in CODE_COVERAGE suite.pshenoy@chromium.org2012-06-151-3/+18
| | | | | | Review URL: https://chromiumcodereview.appspot.com/10533162 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142286 0039d316-1c4b-4281-b951-d872f2087c98
* Captive portals intercept all HTTP requests until the usermmenke@chromium.org2012-06-145-0/+37
| | | | | | | | | | | | | | | | | | | | | | has logged in, like at Starbucks and airports. When behind one, all SSL requests timeout after a potentially substantial delay. This CL Adds a CaptivePortalTabHelper which triggers captive portal checks when an SSL load is taking too long. If a captive portal is found, opens a login tab. Whenever the new tab is navigated, we check again for a captive portal. Once we discover the portal is gone, we reload the original tab. design doc: https://docs.google.com/a/chromium.org/document/d/1k-gP2sswzYNvryu9NcgN7q5XrsMlUdlUdoW9WRaEmfM/edit R=cbentzel@chromium.org,avi@chromium.org BUG=87100, 115487 Review URL: https://chromiumcodereview.appspot.com/10020051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142242 0039d316-1c4b-4281-b951-d872f2087c98
* Optimizes loading initial printer on non-chromeos platforms.rltoscano@google.com2012-06-141-0/+16
| | | | | | | | | BUG=131327 TEST= Review URL: https://chromiumcodereview.appspot.com/10545181 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142226 0039d316-1c4b-4281-b951-d872f2087c98
* Support redirects by regular expression in declarative WebRequest APIbattre@chromium.org2012-06-142-0/+32
| | | | | | | | | BUG=112155 TEST=no Review URL: https://chromiumcodereview.appspot.com/10449069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142182 0039d316-1c4b-4281-b951-d872f2087c98
* Refactoring - in python2 |file| is a constructor function for the file type, ↵zori@chromium.org2012-06-141-9/+9
| | | | | | | | | | | | so it is better to use another name for a temporary variable. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10458070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142181 0039d316-1c4b-4281-b951-d872f2087c98
* Disable failing WebGL Field pyauto-based perf test on all platforms.dennisjeffrey@chromium.org2012-06-141-0/+5
| | | | | | | | | | BUG=132797 TEST=None NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10540161 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142169 0039d316-1c4b-4281-b951-d872f2087c98
* Block another flaky video-related webgl test on win debug gpu botszmo@google.com2012-06-141-0/+1
| | | | | | | | | BUG=131260 TEST=gpu win debug bots TBR=kbr Review URL: https://chromiumcodereview.appspot.com/10545179 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142162 0039d316-1c4b-4281-b951-d872f2087c98
* [Font Settings API]: Remove default charset from API.falken@google.com2012-06-141-34/+1
| | | | | | | | | | | As suggested by Jungshik. Although charset is currently one of the settings in the built-in font options UI, it is not really a font setting and doesn't belong there or in the API. BUG=114148 TEST= Review URL: https://chromiumcodereview.appspot.com/10535142 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142089 0039d316-1c4b-4281-b951-d872f2087c98
* Mark the testSUIDSandboxEnabled test flaky until the rest of the bots are ↵bradchen@google.com2012-06-141-1/+1
| | | | | | | | | | | | enabled. TBR=cmp BUG=126163 TEST= Review URL: https://chromiumcodereview.appspot.com/10543156 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142085 0039d316-1c4b-4281-b951-d872f2087c98
* First pass at making Chrome support metro snap mode. It creates a ↵robertshield@chromium.org2012-06-142-0/+10
| | | | | | | | | | | | | | | | fullscreen-alike mode that Chrome may enter when in metro snap mode. This mode removes the chrome parts of Chrome as well as disabling the F11 key, while clamping Chrome to the size of the snap view portion of the screen. Identical to http://crrev.com/141723 except for minor fixes in browser_view.cc to compile on Aura. BUG=130623 TEST=NONE Review URL: https://chromiumcodereview.appspot.com/10536144 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142074 0039d316-1c4b-4281-b951-d872f2087c98
* Added CODE_COVERAGE suite to run pyauto tests on coverage bots.pshenoy@chromium.org2012-06-141-0/+13
| | | | | | Review URL: https://chromiumcodereview.appspot.com/10541157 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142070 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed the testPolicyToPrefMapping pyauto.joaodasilva@chromium.org2012-06-142-5/+1
| | | | | | | | | | | | The ExtensionInstallSources policy was mapped to the wrong pref name. BUG=132100 TEST=This pyauto passes Review URL: https://chromiumcodereview.appspot.com/10540150 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142053 0039d316-1c4b-4281-b951-d872f2087c98