summaryrefslogtreecommitdiffstats
path: root/chrome/test
Commit message (Collapse)AuthorAgeFilesLines
* Fix perms on a few files.aa@chromium.org2010-09-013-0/+0
| | | | | | TBR=tim@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58136 0039d316-1c4b-4281-b951-d872f2087c98
* Allow options pages for hosted apps to be external.skerner@chromium.org2010-09-014-0/+61
| | | | | | | | | BUG=53155 TEST=ExtensionManifestTet.OptionsPageInApps Review URL: http://codereview.chromium.org/3222008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58125 0039d316-1c4b-4281-b951-d872f2087c98
* window.open() from an extension should always goes in normal browser. When ↵aa@chromium.org2010-09-014-0/+64
| | | | | | | | | | | the split incognito stuff lands, I will change this to allow window.open() to go to incognito if you're in split mode. BUG=52298 TEST=browser_tests --gtest_filter=ExtensionApiTest.WindowOpen Review URL: http://codereview.chromium.org/3249012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58120 0039d316-1c4b-4281-b951-d872f2087c98
* Protect local storage created by extension apps.andybons@chromium.org2010-09-011-0/+9
| | | | | | | | | | BUG=49228 TEST=ExtensionsServiceTest.InstallAppsAndCheckStorageProtection TEST=DatabaseTrackerTest.* Review URL: http://codereview.chromium.org/3256003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58108 0039d316-1c4b-4281-b951-d872f2087c98
* * Fix style issues in nacl_sandbox_test ↵jvoung@google.com2010-08-317-33/+34
| | | | | | | | | | | | | | (http://codereview.chromium.org/1549046/show). * Use base/native_library instead of dlopen, LoadLibrary, etc. * Change error path so that it does not simply fail a CHECK. BUG=none TEST=Manually test success/fail case (force failure by passing -no-sandbox flag). Review URL: http://codereview.chromium.org/3008024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58090 0039d316-1c4b-4281-b951-d872f2087c98
* Clear leftover files in downloads tests.nirnimesh@chromium.org2010-08-312-0/+2
| | | | | | | | | BUG= TEST= Review URL: http://codereview.chromium.org/3233009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58088 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for a "split" incognito behavior for extensions.mpcomplete@chromium.org2010-08-315-8/+108
| | | | | | | | | | | | | | | | - On by default for apps, off by default for extensions. - Split mode means "run incognito extensions in a separate process if the user says OK, and the two processes can only see their own profile." - Spanning mode is what we have now, and means "run a single extension process, but allow it to access both profiles if the user says OK." BUG=49232 BUG=49114 TEST=extensions still work in incognito when you check "Allow in Incognito". Review URL: http://codereview.chromium.org/3210007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58033 0039d316-1c4b-4281-b951-d872f2087c98
* Removed unnecessary setup for chrome test dependencies.zelidrag@chromium.org2010-08-311-13/+2
| | | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/3257006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58029 0039d316-1c4b-4281-b951-d872f2087c98
* Fetch info about the state of navigation in a tabnirnimesh@chromium.org2010-08-312-0/+73
| | | | | | | | | | | | | This includes info about: - ssl status: allows for automation of ssl tests - page type - favicon TEST=ssl.py Review URL: http://codereview.chromium.org/3266012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58015 0039d316-1c4b-4281-b951-d872f2087c98
* Pyauto: set environment variable so passwords can be imported on Mac. ↵alyssad@google.com2010-08-311-10/+27
| | | | | | | | | | BUG=52124,49378 Full passwords testing on Mac is still blocked by keychain popups. However, this fix removes one barrier to testing password import on Mac. Review URL: http://codereview.chromium.org/3260003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58013 0039d316-1c4b-4281-b951-d872f2087c98
* PyAuto test for download from incognito windownirnimesh@chromium.org2010-08-311-0/+18
| | | | | | Review URL: http://codereview.chromium.org/3270010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58010 0039d316-1c4b-4281-b951-d872f2087c98
* Disable UITest.MediaUILayoutTest on Linux valgrind bots.cbentzel@chromium.org2010-08-311-0/+2
| | | | | | | | BUG=53937 TEST=None Review URL: http://codereview.chromium.org/3253006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57978 0039d316-1c4b-4281-b951-d872f2087c98
* Mark PluginTest.FlashLayoutWhilePainting as flaky on Windows.viettrungluu@chromium.org2010-08-311-1/+5
| | | | | | | | | | BUG=53926 TEST=slightly greener bots TBR=phajdan.jr@chromium.org,ananta@chromium.org,viettrungluu@chromium.org Review URL: http://codereview.chromium.org/3213007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57967 0039d316-1c4b-4281-b951-d872f2087c98
* GTTF: Uncrashy memory_test.phajdan.jr@chromium.org2010-08-301-4/+9
| | | | | | | | | | | | | It's still going to fail randomly, but at least shouldn't crrrrrash. TBR=huanr BUG=53882 TEST=memory_test Review URL: http://codereview.chromium.org/3248005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57926 0039d316-1c4b-4281-b951-d872f2087c98
* Move Google-specific code under browser/ into browser/google/.evan@chromium.org2010-08-301-1/+1
| | | | | | | | | BUG=50548 TEST=compiles Review URL: http://codereview.chromium.org/3280008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57922 0039d316-1c4b-4281-b951-d872f2087c98
* GTTF: Retry launching the browser a few times in UITest.phajdan.jr@chromium.org2010-08-301-8/+37
| | | | | | | | | | | | | This should help us with some temporary bad conditions on the bots. The browser shouldn't fail to start three times in a row. TEST=ui_tests BUG=52746 Review URL: http://codereview.chromium.org/3126034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57897 0039d316-1c4b-4281-b951-d872f2087c98
* FBTF: Move some heavy, repeatedly emitted symbols to implementation files.erg@google.com2010-08-304-142/+174
| | | | | | | | | BUG=none TEST=compiles Review URL: http://codereview.chromium.org/3162047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57896 0039d316-1c4b-4281-b951-d872f2087c98
* Additional VideoBear tests were timing out on the Linux ui valgrind bot.cbentzel@chromium.org2010-08-301-1/+1
| | | | | | | | BUG=53825 TEST=None Review URL: http://codereview.chromium.org/3272006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57890 0039d316-1c4b-4281-b951-d872f2087c98
* New downloads test for pyautoalyssad@google.com2010-08-301-2/+17
| | | | | | | | New pyauto functional test for declining dangerous downloads. Review URL: http://codereview.chromium.org/3265002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57875 0039d316-1c4b-4281-b951-d872f2087c98
* Fix pyauto wait until hooks to use client-side WaitUntil BUG=53647alyssad@google.com2010-08-304-44/+40
| | | | | | | | Some hooks have small chances of race conditions that can cause hangs and test failures. Fix this by using the client-side WaitUntil for now. Review URL: http://codereview.chromium.org/3222002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57865 0039d316-1c4b-4281-b951-d872f2087c98
* Remove full-screen launch option app.launch.fullscreenskerner@chromium.org2010-08-302-20/+0
| | | | | | | | | BUG=42447 TEST=Load an extension with app.launch.fullscreen, saw that it had no effect. Review URL: http://codereview.chromium.org/3275003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57855 0039d316-1c4b-4281-b951-d872f2087c98
* Disable MediaTest.VideoBearWebm on valgrind ui_tests.cbentzel@chromium.org2010-08-301-0/+2
| | | | | | | | | | On the CrOS UI (1) valgrind bot, this has been failing for the 5 days due to timeouts while running the test. BUG=53825 TEST=None Review URL: http://codereview.chromium.org/3219005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57850 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the wstring TreeModelNode::GetTitle() and rename GetTitleAsString16() ↵viettrungluu@chromium.org2010-08-303-14/+13
| | | | | | | | | | | to GetTitle(). BUG=23581 TEST=builds and passes tests Review URL: http://codereview.chromium.org/3279005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57834 0039d316-1c4b-4281-b951-d872f2087c98
* Implement events for extensions management API.asargent@chromium.org2010-08-306-18/+47
| | | | | | | | | | | BUG=51178 TEST=The events described in the experimental.management API should fire for extensions and apps being installed, uninstalled, enabled, and disabled. Review URL: http://codereview.chromium.org/3278003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57831 0039d316-1c4b-4281-b951-d872f2087c98
* Pull new PPAPI, rename non-P0 interfaces to Dev, rename DeviceContext2D to ↵brettw@chromium.org2010-08-301-2/+2
| | | | | | | | | | Graphics2D. TEST=it compiles BUG=none Review URL: http://codereview.chromium.org/3255003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57825 0039d316-1c4b-4281-b951-d872f2087c98
* remove browse extenterikkay@chromium.org2010-08-296-73/+0
| | | | | | | | | BUG=53593 TEST=none Review URL: http://codereview.chromium.org/3242005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57821 0039d316-1c4b-4281-b951-d872f2087c98
* Removed page cycler tests since they already exist somewhere else.zelidrag@chromium.org2010-08-273-179/+0
| | | | | | | | | TBR=zbehan BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57746 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 57265 - Disable page_cycler_database on Mac. It looks like the perf ↵chase@chromium.org2010-08-271-3/+1
| | | | | | | | | | | | | | | | | bots are having some problems, and on Mac, those problems show up the most when running this test suite. TEST=none BUG=53140 Review URL: http://codereview.chromium.org/3119042 TBR=dumi@chromium.org Review URL: http://codereview.chromium.org/3243006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57735 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 57270 - Disable page_cycler_database everywhere.chase@chromium.org2010-08-271-2/+3
| | | | | | | | | | | | | TEST=none BUG=53140 TBR=rohitrao Review URL: http://codereview.chromium.org/3191025 TBR=dumi@chromium.org Review URL: http://codereview.chromium.org/3282002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57734 0039d316-1c4b-4281-b951-d872f2087c98
* Add a helper class that keeps per-profile information for FileSystem APIkinuko@chromium.org2010-08-271-0/+1
| | | | | | | | | | | | | | | Reapplying with the correct constructor order in resource_message_filter. The original one was: http://codereview.chromium.org/3028033 Reverted due to rebase/merge failure: http://codereview.chromium.org/3243005 BUG=32277 TEST=FileSystemHostContextTest TBR=dmazzoni Review URL: http://codereview.chromium.org/3244002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57733 0039d316-1c4b-4281-b951-d872f2087c98
* New pyauto hook (wait until extension has been installed) and test.alyssad@google.com2010-08-272-0/+32
| | | | | | | | The hook waits until a downloaded .crx file has been installed. The test is for downloading a theme. Review URL: http://codereview.chromium.org/3152045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57731 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor version-getting info into a chrome::VersionInfo object.evan@chromium.org2010-08-273-12/+10
| | | | | | | | | | | | | | | I was trying to replace wstring usage in base::FileVersionInfo, but that class is rather Windows-specific with strange fields like "private_build()" where the value and encoding aren't clear. 95% of the users of FileVersionInfo actually just care about the current Chrome version, so we can provide a much simpler interface for them. We still use FileVersionInfo for retrieving information from e.g. plugin DLLs, but in those cases the usage is clearer. Review URL: http://codereview.chromium.org/3135028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57725 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 57715 - Add a helper class that keeps per-profile information for ↵dmazzoni@chromium.org2010-08-271-1/+0
| | | | | | | | | | | | | | FileSystem API BUG=32277 TEST=FileSystemHostContextTest Review URL: http://codereview.chromium.org/3028033 TBR=kinuko@chromium.org Review URL: http://codereview.chromium.org/3243005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57718 0039d316-1c4b-4281-b951-d872f2087c98
* Add a helper class that keeps per-profile information for FileSystem APIkinuko@chromium.org2010-08-271-0/+1
| | | | | | | | | BUG=32277 TEST=FileSystemHostContextTest Review URL: http://codereview.chromium.org/3028033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57715 0039d316-1c4b-4281-b951-d872f2087c98
* Fix references to pyauto doc urlsnirnimesh@chromium.org2010-08-271-1/+1
| | | | | | | | dev.chromium.org was restructured recently. Review URL: http://codereview.chromium.org/3229001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57714 0039d316-1c4b-4281-b951-d872f2087c98
* Removing the FAILS prefix on the VerifyHistoryLength3 test as the fix for ↵ananta@chromium.org2010-08-271-3/+1
| | | | | | | | | | | | this test has been checked in. Bug=50931 Review URL: http://codereview.chromium.org/3270002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57709 0039d316-1c4b-4281-b951-d872f2087c98
* Renamed the native_client permission to nativeClient, for consistency with ↵cbiffle@google.com2010-08-271-1/+1
| | | | | | | | | | the other permissions. BUG=52753 TEST= nacl_enabled permissions test Review URL: http://codereview.chromium.org/3181043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57708 0039d316-1c4b-4281-b951-d872f2087c98
* Support sending BlobData to browser process. Also support sending UploadDatajianli@chromium.org2010-08-271-0/+4
| | | | | | | | | | | with the blob info to browser process. BUG=none TEST=none Review URL: http://codereview.chromium.org/3108042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57707 0039d316-1c4b-4281-b951-d872f2087c98
* Next step integrating the HistoryQuickProvider: Implement index ↵mrossetti@chromium.org2010-08-271-0/+57
| | | | | | | | | | | | | initialization and population and provide unit test with test data. Eliminated DCHECKs which were surrounding 'release' code and causing release failures. [Previously reviewed as: http://codereview.chromium.org/3138006.] BUG=None TEST=None Review URL: http://codereview.chromium.org/3263002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57706 0039d316-1c4b-4281-b951-d872f2087c98
* Change, unify, and specify ordering of cookies from CookieMonster.rdsmith@chromium.org2010-08-271-2/+2
| | | | | | | | | | | | | | Affected interfaces: * GetCookiesWithOptions (used by HTTP requests) * GetAllCookiesForURL (used by extensions and Cookies UI) * GetAllCookies (used by Cookies UI). BUG=8850 (indirectly) TEST=Standard cookie monster tests, unit_tests::CookiesTreeModelTest.OriginOrdering, browser_tests::ExtensionApiTest.Cookies Review URL: http://codereview.chromium.org/3170034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57694 0039d316-1c4b-4281-b951-d872f2087c98
* Enable device orientation by default.hans@chromium.org2010-08-271-32/+0
| | | | | | | | | | | | Enable device orientation by default. Replace the --enable-device-orientation command-line flag with a --disable-device-orientation flag. BUG=44654 TEST=browser_tests --gtest_filter="DeviceOrientationBrowserTest.*" Review URL: http://codereview.chromium.org/3136038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57684 0039d316-1c4b-4281-b951-d872f2087c98
* Remove exe perms from text files to fix checkprops failuredmazzoni@chromium.org2010-08-271-0/+0
| | | | | | | | BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57679 0039d316-1c4b-4281-b951-d872f2087c98
* Update --gtest-filter files and suppressions for Dr. Memorytimurrrr@chromium.org2010-08-271-0/+10
| | | | | | | TBR=glider Review URL: http://codereview.chromium.org/3267001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57676 0039d316-1c4b-4281-b951-d872f2087c98
* Implement window.chrome.app.isInstalled .skerner@chromium.org2010-08-271-0/+11
| | | | | | | | | BUG=49225 TEST=ExtensionBrowserTest.PropertyAppIsInstalled Review URL: http://codereview.chromium.org/3169045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57674 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 57668 - Next step integrating the HistoryQuickProvider: Implement ↵mrossetti@chromium.org2010-08-271-57/+0
| | | | | | | | | | | | | | | | index initialization and population and provide unit test with test data. [Previously reviewed as: http://codereview.chromium.org/3138006.] BUG=None TEST=None Review URL: http://codereview.chromium.org/3189025 TBR=mrossetti@chromium.org Review URL: http://codereview.chromium.org/3249002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57671 0039d316-1c4b-4281-b951-d872f2087c98
* Next step integrating the HistoryQuickProvider: Implement index ↵mrossetti@chromium.org2010-08-271-0/+57
| | | | | | | | | | | | | initialization and population and provide unit test with test data. [Previously reviewed as: http://codereview.chromium.org/3138006.] BUG=None TEST=None Review URL: http://codereview.chromium.org/3189025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57668 0039d316-1c4b-4281-b951-d872f2087c98
* Another attempt at fixing the VerifyHistoryLength3 ui test failures. The ↵ananta@chromium.org2010-08-274-18/+48
| | | | | | | | | | | | | | | | | history length when we reach the final page 4 in the sequence should be 5. The test2 incorrectly assumed this to be 4 instead. Also page 2 could be navigated in the forward backward sequence. Handle that as well. Leaving the FAILS prefix on the VerifyHistoryLength3 test for now to validate whether it passes correctly on all builders. Bug=50931 Review URL: http://codereview.chromium.org/3141044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57624 0039d316-1c4b-4281-b951-d872f2087c98
* Enabling import tests for pyauto.alyssad@google.com2010-08-271-0/+1
| | | | | | | | Added imports to the list of tests for pyauto. Review URL: http://codereview.chromium.org/3221002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57622 0039d316-1c4b-4281-b951-d872f2087c98
* New PyAuto tests for importing browser data. BUG=52009alyssad@google.com2010-08-275-0/+306
| | | | | | | | Tests for importing browser data from Firefox, Safari, and IE. Review URL: http://codereview.chromium.org/3140011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57619 0039d316-1c4b-4281-b951-d872f2087c98
* Added back chromeos autotests that were reverted due to a check_deps bug.zelidrag@chromium.org2010-08-2714-0/+420
| | | | | | | | | | TBR=zbehan TEST=none BUG=none Review URL: http://codereview.chromium.org/3156052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57618 0039d316-1c4b-4281-b951-d872f2087c98