summaryrefslogtreecommitdiffstats
path: root/chrome/test/data
Commit message (Collapse)AuthorAgeFilesLines
* Add simple playback tests for WebM and MP4 files.fgalligan@chromium.org2010-08-252-0/+0
| | | | | | | | | | BUG=52866 TEST=The two new WebM tests pass in Chromium and all four new tests pass in Chrome. Review URL: http://codereview.chromium.org/3176035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57319 0039d316-1c4b-4281-b951-d872f2087c98
* Don't run PredictorTest.MassiveConcurrentLookupTest under Valgrind on all ↵timurrrr@chromium.org2010-08-252-4/+2
| | | | | | | | | | | platforms Also remove obsolete DnsMasterTest.MassiveConcurrentLookupTest exclude filter BUG=52844 TBR=glider Review URL: http://codereview.chromium.org/3204006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57317 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a few test failures when landing http://trac.webkit.org/changeset/57178.jnd@google.com2010-08-241-1/+1
| | | | | | | | | | | | | | | | | | http://trac.webkit.org/changeset/57178 broke some tests in browser_test and ui_test. This patch is same as the patch in http://codereview.chromium.org/3136019/show except test RedirectTest.ClientCancelled. RedirectTest.ClientCancelled was broken on windows platform when landing the original patch. So I revert it. After digging in code, I found the root cause of why the test was broken on windows platform. Please refer to http://crbug.com/53091 for details. So I add FAILS_ prefix to RedirectTest.ClientCancelled on windows platform. BUG=17655 TEST=RedirectTest.ClientCancelled, AppApiTest.AppProcess, ExtensionBrowserTest.WindowOpenExtension, ExtensionBrowserTest.WindowOpenInvalidExtension Review URL: http://codereview.chromium.org/3186023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57168 0039d316-1c4b-4281-b951-d872f2087c98
* New translate test for pyauto.alyssad@google.com2010-08-232-0/+44
| | | | | | | | New pyauto functional test for translate on history and downloads pages. Review URL: http://codereview.chromium.org/3109017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57065 0039d316-1c4b-4281-b951-d872f2087c98
* Add new entrythomasvl@chromium.org2010-08-231-0/+3
| | | | | | | | | TBR=thestig TEST=none BUG=53076 Review URL: http://codereview.chromium.org/3142031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57050 0039d316-1c4b-4281-b951-d872f2087c98
* Re-land r56742 now with correct database filesbrettw@chromium.org2010-08-212-0/+0
| | | | | | | | | | | | | | | | A new field to describe the sources of history urls(visits) is added. This field is recorded in visit_database. So far, it can tell imported, synchronized, entension added or other(mainly testing) entries from user browsed entries. In the future, history extension API may allow queries to combinate with this criterion. BUG=none TEST=Unit tests are already included. Please test the web browser with history from previous versions to make sure the migration could be done properly. Also try to import or sync some history and inspect the sources added to the visit_source table in hitory database are correct. Original review: http://codereview.chromium.org/2906004/show Patch by weili@google.com git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56971 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 56962 - Next step integrating the HistoryQuickProvider: Implement ↵mrossetti@chromium.org2010-08-211-46/+0
| | | | | | | | | | | | | | index initialization and population and provide unit test with test data. BUG=None TEST=None Review URL: http://codereview.chromium.org/3138006 TBR=mrossetti@chromium.org Review URL: http://codereview.chromium.org/3197008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56968 0039d316-1c4b-4281-b951-d872f2087c98
* Next step integrating the HistoryQuickProvider: Implement index ↵mrossetti@chromium.org2010-08-211-0/+46
| | | | | | | | | | | initialization and population and provide unit test with test data. BUG=None TEST=None Review URL: http://codereview.chromium.org/3138006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56962 0039d316-1c4b-4281-b951-d872f2087c98
* Update translate sites used in PyAuto functional test.alyssad@google.com2010-08-2156-1722/+2365
| | | | | | Review URL: http://codereview.chromium.org/3135039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56955 0039d316-1c4b-4281-b951-d872f2087c98
* Remove launch.container='window'.aa@chromium.org2010-08-2012-12/+4
| | | | | | | | BUG=49241 Review URL: http://codereview.chromium.org/3125031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56934 0039d316-1c4b-4281-b951-d872f2087c98
* Disable the stop button when the user is hovering it and the page finishes ↵pkasting@chromium.org2010-08-201-0/+0
| | | | | | | | | | | | | | loading, so we don't look like we stay loading forever. This change only does this for Mac and Windows, as GTK is going to be trickier. This also fixes a pair of other bugs on Windows and Linux: * Because we were setting the timer after telling the browser to reload, and the browser was calling us back synchronously, the timer had no effect. * Because the timer firing changed modes with |force| set to true, if the page finished loading before the timer fired, the timer would flip the button back to reload. BUG=46981 TEST=Hover the reload button and hit F5. When the page finishes loading, the stop button should become disabled. Mousing away should change it to an enabled reload button. Review URL: http://codereview.chromium.org/3198005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56925 0039d316-1c4b-4281-b951-d872f2087c98
* Fix for pyauto dangerous downloads functional test.alyssad@google.com2010-08-202-0/+1
| | | | | | | | Added "dangerous downloads" files to data dir. Made sure the files were dangerous on each OS. Review URL: http://codereview.chromium.org/3201004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56911 0039d316-1c4b-4281-b951-d872f2087c98
* Lands http://codereview.chromium.org/3153008 for bryeung:sky@chromium.org2010-08-203-0/+59
| | | | | | | | | | | | | | | | Synthetic KeyEvent delivery, part I. This delivers synthetic key events to the views hierarchy. This currently does nothing, as nothing is listening for the event in TOUCH_UI (or elsewhere). That part will come later. BUG=none TEST=unit test for key identifier conversion + manual for extension api Review URL: http://codereview.chromium.org/3130029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56886 0039d316-1c4b-4281-b951-d872f2087c98
* Don't run PredictorTest.MassiveConcurrentLookupTest under Valgrind on Mactimurrrr@chromium.org2010-08-201-0/+2
| | | | | | | | BUG=52844 TBR=glider Review URL: http://codereview.chromium.org/3127024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56855 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 56834 - Fix a few test failures when landing ↵jnd@google.com2010-08-201-1/+1
| | | | | | | | | | | | | | | | | | | | http://trac.webkit.org/changeset/57178. http://trac.webkit.org/changeset/57178 broke some tests in browser_test and ui_test. In the test RedirectTest.ClientCancelled, it needs a user-initiated event to trigger the redirect, now it uses "javaScript:click()". When landing r57178, the call of window.open which is inside the call of javaScript:click() was treated as non user-initiated, so the in-page location change was treated as client redirect and the redirect was recoreded, that is why this test was failed when landing r57178. (Please refer to the logic in FrameLoaderClientImpl::dispatchDidNavigateWithinPage.) In the tests AppApiTest.AppProcess, ExtensionBrowserTest.WindowOpenExtension and ExtensionBrowserTest.WindowOpenInvalidExtension, they assume the new tabs opened by window.open in current window. But when landing r57178, since those calls of window.open were treated as non user-initiated, the disposition type of new tabs were changed to Popup, which caused a few new tabs were created instead of a few new tabs in current window (Please refer to RenderView::show), which cause those tests were failed when landing r57178.), that is why those tests were failed when landing r57178. BUG=17655 TEST=RedirectTest.ClientCancelled, AppApiTest.AppProcess, ExtensionBrowserTest.WindowOpenExtension, ExtensionBrowserTest.WindowOpenInvalidExtension Review URL: http://codereview.chromium.org/3136019 TBR=jnd@google.com Review URL: http://codereview.chromium.org/3174023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56850 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a few test failures when landing http://trac.webkit.org/changeset/57178.jnd@google.com2010-08-201-1/+1
| | | | | | | | | | | | | | | http://trac.webkit.org/changeset/57178 broke some tests in browser_test and ui_test. In the test RedirectTest.ClientCancelled, it needs a user-initiated event to trigger the redirect, now it uses "javaScript:click()". When landing r57178, the call of window.open which is inside the call of javaScript:click() was treated as non user-initiated, so the in-page location change was treated as client redirect and the redirect was recoreded, that is why this test was failed when landing r57178. (Please refer to the logic in FrameLoaderClientImpl::dispatchDidNavigateWithinPage.) In the tests AppApiTest.AppProcess, ExtensionBrowserTest.WindowOpenExtension and ExtensionBrowserTest.WindowOpenInvalidExtension, they assume the new tabs opened by window.open in current window. But when landing r57178, since those calls of window.open were treated as non user-initiated, the disposition type of new tabs were changed to Popup, which caused a few new tabs were created instead of a few new tabs in current window (Please refer to RenderView::show), which cause those tests were failed when landing r57178.), that is why those tests were failed when landing r57178. BUG=17655 TEST=RedirectTest.ClientCancelled, AppApiTest.AppProcess, ExtensionBrowserTest.WindowOpenExtension, ExtensionBrowserTest.WindowOpenInvalidExtension Review URL: http://codereview.chromium.org/3136019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56834 0039d316-1c4b-4281-b951-d872f2087c98
* Initial version of chrome.experimental.sidebar extension API. brettw@chromium.org2010-08-194-0/+240
| | | | | | | | | | | | | | BUG=51084 TEST=Run interactive_ui_tests and browser_tests. New: - sidebar Extension API (design doc: https://docs.google.com/a/google.com/Doc?docid=0AV4Qg3xyZ8RQZGZtbWIydDJfNWc0eHJtbmRm&hl=en); - Sidebar panel in Chrome browser view; Original review=http://codereview.chromium.org/2836040/show Patch by alekseys@google.com git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56716 0039d316-1c4b-4281-b951-d872f2087c98
* Re-land r56529, and add fixes for the browser tests on chromium os.cmasone@google.com2010-08-181-0/+0
| | | | | | | | | | | | | | | Add fixes for browser tests broken by r56529 Revert "Revert 56529 - [Chrome OS] Block the installation of extensions with NPAPI plugins" BUG=chromium-os:5454 TEST=browser tests, unit tests This reverts commit 8e3ffd2dab317dd7fb2d501353153d3e4dcc1c90. Review URL: http://codereview.chromium.org/3164026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56601 0039d316-1c4b-4281-b951-d872f2087c98
* Fix DictionaryValue::Equals() to also detect differences in key names.mnissler@chromium.org2010-08-182-8/+8
| | | | | | | | | BUG=52419 TEST=unit tests in values_unittest.cc Review URL: http://codereview.chromium.org/3163020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56536 0039d316-1c4b-4281-b951-d872f2087c98
* Trim down translate tests datasetnirnimesh@chromium.org2010-08-1720-2948/+0
| | | | | | | | | Removing google maps urls since their ajax loads from live web and delays the tests, and there isn't much text in there anyway. Review URL: http://codereview.chromium.org/3194001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56409 0039d316-1c4b-4281-b951-d872f2087c98
* Test server cleanup patch of death:phajdan.jr@chromium.org2010-08-171-2/+2
| | | | | | | | | | | | | | - reduce the number of different classes - clean up the internal code - modify the interface to expose less internal details (this will allow more flexibility with port numbers) TEST=many BUG=49680 Review URL: http://codereview.chromium.org/3080029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56405 0039d316-1c4b-4281-b951-d872f2087c98
* Forbid NaN and infinite numbers in extensions API type validator.skerner@chromium.org2010-08-171-3/+18
| | | | | | | | | BUG=51449 TEST=JsonSchemaTest.TestNumber Review URL: http://codereview.chromium.org/3158015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56350 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: remove debugger step tests that have been converted into WebKit ↵yurys@chromium.org2010-08-172-41/+0
| | | | | | | | | | layout tests BUG=45080,46299 Review URL: http://codereview.chromium.org/3116015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56347 0039d316-1c4b-4281-b951-d872f2087c98
* Adds tests for IndexedDB's index plumbing.bulach@chromium.org2010-08-174-7/+133
| | | | | | | | TEST=IndexedDBBrowserTest, IndexTest Review URL: http://codereview.chromium.org/3148009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56329 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: convert console tests into WebKit layout testsyurys@chromium.org2010-08-172-61/+0
| | | | | | Review URL: http://codereview.chromium.org/3130022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56319 0039d316-1c4b-4281-b951-d872f2087c98
* Generalize the stack signature for a known crash (since there are several ↵eroman@chromium.org2010-08-171-1/+1
| | | | | | | | | | variants). BUG=52346 TBR=mpcomplete Review URL: http://codereview.chromium.org/3109024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56292 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a reliability bot crash which has been happening sporadically since ↵eroman@chromium.org2010-08-161-0/+3
| | | | | | | | | at least r55814. BUG=52346 Review URL: http://codereview.chromium.org/3157014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56252 0039d316-1c4b-4281-b951-d872f2087c98
* Grant ChromeApplications unlimited appcache and database storage if requested.michaeln@chromium.org2010-08-132-1/+3
| | | | | | | | | BUG=49227,49993 TEST=ExtensionsServiceTest.InstallAppsWithUnlimtedStorage Review URL: http://codereview.chromium.org/3053048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56099 0039d316-1c4b-4281-b951-d872f2087c98
* Rename the extension manifest key "unlimited_storage" to "unlimitedStorage"asargent@chromium.org2010-08-132-1/+7
| | | | | | | | | | | | | But, still accept the old value for backwards compatability. BUG=51970 TEST=Extensions should get unlimited storage quota for localStorage and web databases using either "unlimitedStorage" or "unlimited_storage" in their manifest's permissions key. Review URL: http://codereview.chromium.org/3109013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56090 0039d316-1c4b-4281-b951-d872f2087c98
* Remove toolstrip references from autoupdate browser testasargent@chromium.org2010-08-138-9/+12
| | | | | | | | | BUG=51734 TEST=none (this is changing a browser test - it should successfully run) Review URL: http://codereview.chromium.org/3131012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56052 0039d316-1c4b-4281-b951-d872f2087c98
* remove toolstripserikkay@chromium.org2010-08-1219-384/+2
| | | | | | | | | | | BUG=51703 BUG=30178 BUG=25106 TEST=none Review URL: http://codereview.chromium.org/3129003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55921 0039d316-1c4b-4281-b951-d872f2087c98
* Reland r55750. Broke AppApiTest.*.aa@chromium.org2010-08-123-2/+36
| | | | | | | TBR=mpcomplete@chromium.org BUG=49234 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55909 0039d316-1c4b-4281-b951-d872f2087c98
* Adds a browser_test for IndexedDB.bulach@chromium.org2010-08-123-0/+99
| | | | | | | | TEST=indexed_db_browsertest.cc Review URL: http://codereview.chromium.org/3061057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55859 0039d316-1c4b-4281-b951-d872f2087c98
* Adding tts experimental extensions apichaitanyag@chromium.org2010-08-123-0/+39
| | | | | | Review URL: http://codereview.chromium.org/2969005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55822 0039d316-1c4b-4281-b951-d872f2087c98
* Add a test for "native_client" permission for extensions.gregoryd@google.com2010-08-112-0/+49
| | | | | | | | | BUG=45881 TEST=this CL Review URL: http://codereview.chromium.org/3064048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55775 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r55750aa@chromium.org2010-08-112-36/+0
| | | | | | TBR=mirandac@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55761 0039d316-1c4b-4281-b951-d872f2087c98
* Forbid hybrid apps.aa@chromium.org2010-08-112-0/+36
| | | | | | | | BUG=49234 Review URL: http://codereview.chromium.org/3123004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55750 0039d316-1c4b-4281-b951-d872f2087c98
* Chromium plumbing for Device Orientation.hans@chromium.org2010-08-111-0/+36
| | | | | | | | | | | | | | | Add the plumbing needed for communicating with the Device Orientation code in WebKit. RenderView provides an implementation of WebKit::WebDeviceOrientationClient: DeviceOrientationDispatcher. This communicates with the browser-side class device_orientation::DispatcherHost. device_orientation::Provider, responsible for providing the orientation data, is just an empty shell for now. BUG=44654 TEST=browser_tests --gtest_filter=DeviceOrientationBrowserTest.BasicTest Review URL: http://codereview.chromium.org/2858049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55724 0039d316-1c4b-4281-b951-d872f2087c98
* Allow chrome:// pages to load extension resources. Also, lock down access ↵aa@chromium.org2010-08-113-0/+9
| | | | | | | | | | from chrome-extension:// pages to the origin of the resource being requested. BUG=51702 Review URL: http://codereview.chromium.org/3121003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55656 0039d316-1c4b-4281-b951-d872f2087c98
* Replace --top-sites flag with --no-top-sites flag. TopSites becomes the default.nshkrob@chromium.org2010-08-103-0/+0
| | | | | | | | | | | BUG=none TEST=manual Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=55244 Review URL: http://codereview.chromium.org/3054028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55610 0039d316-1c4b-4281-b951-d872f2087c98
* Change the NPAPITester fixture name to NPAPITesterBase (renamed in r55235)glider@chromium.org2010-08-101-12/+12
| | | | | | | | | TBR=stuartmorgan BUG=30661,27447 Review URL: http://codereview.chromium.org/3127003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55554 0039d316-1c4b-4281-b951-d872f2087c98
* PyAuto test to verify geolocation pref.nirnimesh@chromium.org2010-08-091-0/+34
| | | | | | | | testGeolocationPref - from Sunand Review URL: http://codereview.chromium.org/3027048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55453 0039d316-1c4b-4281-b951-d872f2087c98
* New autofill pyauto functional testsalyssad@chromium.org2010-08-092-0/+36
| | | | | | | | This adds some more tests to autofill.py that test invalid input and unicode input. Review URL: http://codereview.chromium.org/3054049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55407 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Replace --top-sites flag with --no-top-sites flag. TopSites becomes ↵phajdan.jr@chromium.org2010-08-061-0/+0
| | | | | | | | | | | | the default." Introduced new crashes. TBR=nshkrob Review URL: http://codereview.chromium.org/3026059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55268 0039d316-1c4b-4281-b951-d872f2087c98
* Replace --top-sites flag with --no-top-sites flag. TopSites becomes the default.nshkrob@chromium.org2010-08-061-0/+0
| | | | | | | | | BUG=none TEST=manual Review URL: http://codereview.chromium.org/3054028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55244 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes to separators in context menu items added by extensions.asargent@chromium.org2010-08-066-0/+66
| | | | | | | | | | | | | | | | | This fixes two problems: -While the API let you add your own separator items, we weren't actually displaying those. -There is some logic about automatically inserting separators for groups of radio items, but it didn't work correctly (it inserted one if the very first item was a radio item). BUG=49730 TEST=Steps are outlined in bug. Also the browser test added should hopefully cover the relevant cases. Review URL: http://codereview.chromium.org/3026056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55240 0039d316-1c4b-4281-b951-d872f2087c98
* Disable AutomatedUITestBase.CloseTab and OptionsUITest.LoadOptionsByURL underglider@chromium.org2010-08-061-0/+4
| | | | | | | | | | | Valgrind on Mac BUG=51387 TBR=jeremy Review URL: http://codereview.chromium.org/3005060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55223 0039d316-1c4b-4281-b951-d872f2087c98
* Added devtools_page field to extension manifest to specify a page loaded ↵loislo@chromium.org2010-08-063-0/+18
| | | | | | | | | | | | | into devtools front-end. Added support for enumerating devtools extensions in devtools' DOM UI. BUG=none TEST=none Review URL: http://codereview.chromium.org/3074025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55217 0039d316-1c4b-4281-b951-d872f2087c98
* Refactored extension privilege enumeration and implemented URLPattern ↵cdn@chromium.org2010-08-053-0/+10
| | | | | | | | | | | | | | | | comparisons. This will allow checks on per origin extension resource access. Added origin check when loading extension resources. BUG=45876 TEST=ExtensionTest.IsPrivilegeIncrease TEST=ExtensionTest.EffectiveHostPermissions TEST=ExtensionBrowserTest.OriginPrivileges Review URL: http://codereview.chromium.org/2808051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55103 0039d316-1c4b-4281-b951-d872f2087c98
* Fix unit_tests on Mac by renaming the MAc test name for DownloadUtilMacTest.phajdan.jr@chromium.org2010-08-051-2/+2
| | | | | | | | | | | TBR=thakis TEST=unit_tests BUG=48913, 21479 Review URL: http://codereview.chromium.org/3085015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55094 0039d316-1c4b-4281-b951-d872f2087c98