summaryrefslogtreecommitdiffstats
path: root/chrome/test/data
Commit message (Collapse)AuthorAgeFilesLines
* Filtered out ExtensionTest.InitFromValueInvalid from being executed underglider@chromium.org2010-03-221-0/+3
| | | | | | | | | | | ThreadSanitizer on Mac BUG=38889 TBR=timurrrr Review URL: http://codereview.chromium.org/1111009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42219 0039d316-1c4b-4281-b951-d872f2087c98
* Adds browser tests exercising multiple iframes for geolocation.bulach@chromium.org2010-03-222-2/+24
| | | | | | | | | | Adds a disabled test waiting for rolling https://bugs.webkit.org/show_bug.cgi?id=36315 TEST=geolocation_browsertest.cc Review URL: http://codereview.chromium.org/1134001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42212 0039d316-1c4b-4281-b951-d872f2087c98
* Disable new WorkerTest.SharedWorkerInIframe test. It's failing in Valgrind.thestig@chromium.org2010-03-191-0/+1
| | | | | | | | BUG=38575 TEST=Valgrind Linux goes green. Review URL: http://codereview.chromium.org/1096007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42169 0039d316-1c4b-4281-b951-d872f2087c98
* Resubmit 1025006: Refactor app-related manifest propertiesaa@chromium.org2010-03-1927-7/+213
| | | | | | | | so that they don't include the name 'app'. TBR=erikkay@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42146 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 42115 - Disable BrowserEncodingTest.TestEncodingAliasMapping as it's ↵jhawkins@chromium.org2010-03-191-3/+0
| | | | | | | | | | | | | | failing under Valgrind. TBR=thestig BUG=38657 TEST=none Review URL: http://codereview.chromium.org/1105005 TBR=jhawkins@chromium.org Review URL: http://codereview.chromium.org/1124004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42132 0039d316-1c4b-4281-b951-d872f2087c98
* Disable BrowserEncodingTest.TestEncodingAliasMapping as it's failing under ↵jhawkins@chromium.org2010-03-191-0/+3
| | | | | | | | | | | Valgrind. TBR=thestig BUG=38657 TEST=none Review URL: http://codereview.chromium.org/1105005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42115 0039d316-1c4b-4281-b951-d872f2087c98
* Disable BookmarkAllTabsControllerTest.BookmarkAllTabs under Valgrind, as it ↵jhawkins@chromium.org2010-03-191-0/+2
| | | | | | | | | | | is consistently failing. TBR=thestig BUG=38655 TEST=none Review URL: http://codereview.chromium.org/1147002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42114 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 42091 - Refactor apprelated manifest properties so that they don'tandybons@chromium.org2010-03-1926-211/+0
| | | | | | | | | | | | | | | include the name 'app'. I think these will be useful for normal extensions, too. Also extract an ExtensionExtent class out of Extension. I think this will be useful for passing by value to the IO thread. Review URL: http://codereview.chromium.org/1025006 TBR=aa@chromium.org Review URL: http://codereview.chromium.org/1120005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42104 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor app-related manifest properties so that they don'taa@chromium.org2010-03-1926-0/+211
| | | | | | | | | | | | include the name 'app'. I think these will be useful for normal extensions, too. Also extract an ExtensionExtent class out of Extension. I think this will be useful for passing by value to the IO thread. Review URL: http://codereview.chromium.org/1025006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42091 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Explicitly disable all worker tests until we figure things out.thestig@chromium.org2010-03-193-68/+58
| | | | | | | | BUG=38575 TEST=Valgrind Mac stops hanging. Review URL: http://codereview.chromium.org/1085005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42033 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for interacting with the DOM in browser_tests.kkania@chromium.org2010-03-188-0/+95
| | | | | | | | | BUG=none TEST=none Reivew url: http://codereview.chromium.org/660046 Review URL: http://codereview.chromium.org/1051005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42026 0039d316-1c4b-4281-b951-d872f2087c98
* Send session history offset and length parameters in the Navigate message todarin@chromium.org2010-03-181-0/+3
| | | | | | | | | | | | | keep the renderer's notion of those values properly synchronized with the NavigationController. R=brettw BUG=18062 TEST=see session_history_uitest.cc Review URL: http://codereview.chromium.org/1090002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42022 0039d316-1c4b-4281-b951-d872f2087c98
* Add a known crasher for the reliability bot.jhawkins@chromium.org2010-03-181-3/+3
| | | | | | | | | TBR=andybons BUG=38525 TEST=none Review URL: http://codereview.chromium.org/1128001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41964 0039d316-1c4b-4281-b951-d872f2087c98
* Make repost form warning tab-modal on Mac.bauerb@chromium.org2010-03-181-0/+8
| | | | | | | | | | | | | | Reloading a page for the second time dismisses the warning before showing it again. CLs for other platforms forthcoming. BUG=26271 TEST=RepostFormWarningTest.TestDoubleReload Manual test: Go to http://www.cs.unc.edu/~jbs/resources/perl/perl-cgi/programs/form1-POST.html, hit Submit, then reload. The warning sheet should be tab-modal, not window-modal. Hit reload again. The warning sheet should close and immediately reopen. Review URL: http://codereview.chromium.org/969003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41898 0039d316-1c4b-4281-b951-d872f2087c98
* Committing for dcheng@brg@chromium.com2010-03-174-0/+88
| | | | | | | Original review: http://codereview.chromium.org/882003 Review URL: http://codereview.chromium.org/1042004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41874 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 41789 - Add support for DOM interaction in browser tests via C++.kkania@chromium.org2010-03-178-90/+0
| | | | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/660046 TBR=kkania@chromium.org Review URL: http://codereview.chromium.org/971004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41807 0039d316-1c4b-4281-b951-d872f2087c98
* Excluding WorkerTest.WorkerMapGcoshima@chromium.org2010-03-171-0/+1
| | | | | | | | | | | This is failing due to mmap error. BUG=28439 TEST=valgrind bots for linux/chromeos should cycle green Review URL: http://codereview.chromium.org/1043002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41805 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for DOM interaction in browser tests via C++.kkania@chromium.org2010-03-178-0/+90
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/660046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41789 0039d316-1c4b-4281-b951-d872f2087c98
* Dom access checker test for Mac, Linuxnirnimesh@chromium.org2010-03-163-0/+32
| | | | | | | | | | BUG=35530 TEST=dom_checker should work and pass on mac & linux ui_tests --gtest_filter=DomCheckerTest.* --run-dom-checker-test Review URL: http://codereview.chromium.org/898002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41750 0039d316-1c4b-4281-b951-d872f2087c98
* Idle API for the extension systembrg@chromium.com2010-03-163-0/+46
| | | | | | | | Tests=ExtensionApiTest.Idle Bug=one Review URL: http://codereview.chromium.org/845005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41661 0039d316-1c4b-4281-b951-d872f2087c98
* Fix ExtensionApiTest.Storage. openDatabase() always takes at least 4dumi@chromium.org2010-03-152-1/+7
| | | | | | | | | | | | parameters. BUG=22006 TEST=none Review URL: http://codereview.chromium.org/982003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41653 0039d316-1c4b-4281-b951-d872f2087c98
* Make it possible to see errors that happens in the stubs test in the stdout ↵rogerta@chromium.org2010-03-152-7/+19
| | | | | | | | | | | of browser_tests.exe, and provide a hint to the user about how to get more information for fixing the error. BUG=0 TEST=n/a Review URL: http://codereview.chromium.org/910004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41623 0039d316-1c4b-4281-b951-d872f2087c98
* Disabled HttpBridgeTest (unit_tests) from running under ThreadSanitizer on Macglider@chromium.org2010-03-151-1/+1
| | | | | | | (due to workqueue thread problem) Review URL: http://codereview.chromium.org/981001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41592 0039d316-1c4b-4281-b951-d872f2087c98
* Uses MockLocationProvider on GeolocationBrowserTest.bulach@chromium.org2010-03-151-2/+10
| | | | | | | | TEST=geolocation_browsertest.cc Review URL: http://codereview.chromium.org/661371 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41581 0039d316-1c4b-4281-b951-d872f2087c98
* Move metrics api to the experimental name space.rogerta@chromium.org2010-03-122-14/+16
| | | | | | | | | BUG=0 TEST=n/a Review URL: http://codereview.chromium.org/899003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41487 0039d316-1c4b-4281-b951-d872f2087c98
* Add chrome.extension.inIncognitoTab for content scripts.mpcomplete@chromium.org2010-03-122-1/+36
| | | | | | Review URL: http://codereview.chromium.org/822008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41446 0039d316-1c4b-4281-b951-d872f2087c98
* Allow users to close the find session and activate the current link via ↵estade@chromium.org2010-03-111-0/+8
| | | | | | | | | | | | | | | | | | ctrl-enter. this only hooks up ctrl-enter on gtk for now, but adding it on windows/mac should be trivial webkit side, which needs to land first, is here: https://bugs.webkit.org/show_bug.cgi?id=35407 This also enables the FindInPageControllerTest tests on linux/gtk. BUG=29500 TEST=FindInPageControllerTest.ActivateLinkNavigatesPage Review URL: http://codereview.chromium.org/660137 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41291 0039d316-1c4b-4281-b951-d872f2087c98
* Expand suppressions for Dromaeo reference tests.chase@chromium.org2010-03-101-0/+3
| | | | | | | | | BUG=37239 TBR=antonm@chromium.org Review URL: http://codereview.chromium.org/825003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41196 0039d316-1c4b-4281-b951-d872f2087c98
* Don't run EventSys.Multithreaded under TSantimurrrr@chromium.org2010-03-101-0/+2
| | | | | | | BUT=37839 Review URL: http://codereview.chromium.org/789005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41153 0039d316-1c4b-4281-b951-d872f2087c98
* Fix few remaining issues with incognito extensions.mpcomplete@chromium.org2010-03-109-13/+5
| | | | | | | | | | | - Open the options page in a regular browser window. - Rip out the "incognito" permission and revise the warning dialog. BUG=37677 Review URL: http://codereview.chromium.org/749002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41109 0039d316-1c4b-4281-b951-d872f2087c98
* svn prop fixes. Applied to all files not in third_party.pkasting@chromium.org2010-03-0917-0/+0
| | | | | | | | | | | | * Removed eol-style, executable and mergeinfo from BMP/GIF/ICO/JPEG files, and set correct mime-type. * Removed executable and mergeinfo from .c/.cc/.cpp/.h/.m/.mm and .gyp files, and set eol-style to LF. TBR=evanm BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40991 0039d316-1c4b-4281-b951-d872f2087c98
* Expose 'type' and 'incognito' bits to the extension window object, and makempcomplete@chromium.org2010-03-081-2/+16
| | | | | | | | | | | them settable in chrome.windows.create(). BUG=12658 BUG=28599 Review URL: http://codereview.chromium.org/669189 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40961 0039d316-1c4b-4281-b951-d872f2087c98
* Kill fil.finnur@chromium.org2010-03-083-3/+1
| | | | | | | | | | | | | | | | | Temporarily remove RSS Extension support for locale 'fil' until we figure out why it prevents some users from installing the extension. Also revert the Feed link color to make the link more obvious to people (this change is already live on the gallery -- just happened after I checked in my last changes). BUG=None TEST=Locale 'fil' is no longer supported for the RSS extension. [Feed] link in subscribe page should be blue now. Review URL: http://codereview.chromium.org/671006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40930 0039d316-1c4b-4281-b951-d872f2087c98
* Enable FFmpegDemuxerTest.Decoder in Mac valgrindhclam@chromium.org2010-03-051-2/+0
| | | | | | | | | | BUG=36978 The unit test failure is fixed for Mac valgrind. Run it again. Review URL: http://codereview.chromium.org/669023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40689 0039d316-1c4b-4281-b951-d872f2087c98
* Follow up to r40626. Give the blanket WorkerTest disable under Mac Valgrind ↵rsesek@chromium.org2010-03-041-3/+1
| | | | | | | | | | | a bug number. BUG=37431 TEST=Mac UI Valgrind doesn't hang Review URL: http://codereview.chromium.org/669088 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40651 0039d316-1c4b-4281-b951-d872f2087c98
* Temporarily disable WorkerTests on Mac UI Valgrind to see if it greens the bot.rsesek@chromium.org2010-03-041-0/+5
| | | | | | | | This is to be either reverted or filed as a bug after a few bot cycles. Review URL: http://codereview.chromium.org/669066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40626 0039d316-1c4b-4281-b951-d872f2087c98
* Fix crash when permission request received from extension.joth@chromium.org2010-03-042-0/+29
| | | | | | | | | BUG=http://crbug.com/37196 TEST=TODO Review URL: http://codereview.chromium.org/667006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40621 0039d316-1c4b-4281-b951-d872f2087c98
* Test cookie prompting.darin@chromium.org2010-03-041-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds automation plumbing to support changing the content settings. This change also fixes WaitForNavigation to watch for the LOAD_STOP event instead of the NAV_ENTRY_COMMITTED event. This better matches the intent (I think) of the automation interface, and it also matches the similar function defined in ui_test_utils (used by browser tests). This also better matches the NavigationNotificationObserver, which seems desirable given the implementation of AutomationProvider::WaitForNavigation. It turns out that only one UI test was using WaitForNavigation, and I confirmed that it still functions properly. This change also modifies the NavigationNotificationObserver to allow it to watch for the current page load to complete. Normally, it waits for the first LOAD_START or NAV_ENTRY_COMMITTED event to switch into the mode where it watches for LOAD_STOP. However, that makes it not so useful for WaitForNavigation, which is intended to be called after triggering the start of a new navigation. This change also makes it so that the cookie prompt supports the automation message box 'OK' and 'Cancel' buttons, so that we can remotely press those buttons. Leveraging all of these changes enables some basic cookie prompting tests to be written. I had to modify browser_frame_win.cc to ensure that BrowserList::SetLastActive is called even while running under remote desktop. R=phajdan.jr@chromium.org BUG=37182 TEST=cookie_modal_dialog_uitest.cc Review URL: http://codereview.chromium.org/661102 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40575 0039d316-1c4b-4281-b951-d872f2087c98
* Disabled DnsMasterTest.* and URLFetcher*Test.* from running underglider@chromium.org2010-03-031-0/+7
| | | | | | | | | ThreadSanitizer on Mac due to the workq problem. TBR=timurrrr Review URL: http://codereview.chromium.org/661463 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40508 0039d316-1c4b-4281-b951-d872f2087c98
* Remark the KeyHandler test as flakey, and make it not run under Valgrind ↵jam@chromium.org2010-03-031-0/+2
| | | | | | | | instead. Review URL: http://codereview.chromium.org/660430 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40481 0039d316-1c4b-4281-b951-d872f2087c98
* RSS feed subscription localization, part 2. finnur@chromium.org2010-03-023-82/+76
| | | | | | | | | | | | | | | Re-enabling the tests that were disabled in the first pass. Also changing how we substitute localization values (using direct method that avoids flashing __MSG__const while the page is loading). Also made some minor fixes after testing various locales. BUG=37109 TEST=This CL is about enabling automated tests. Review URL: http://codereview.chromium.org/660328 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40354 0039d316-1c4b-4281-b951-d872f2087c98
* Add 15620 to known crash list.huanr@chromium.org2010-03-011-0/+3
| | | | | | | | | BUG=15620 TEST=none Review URL: http://codereview.chromium.org/660327 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40316 0039d316-1c4b-4281-b951-d872f2087c98
* Adding l10n to rss subscription extension.cira@google.com2010-03-0149-46/+166
| | | | | | | | Disabling ExtensionBrowserTest.ParseFeed* tests. Will file P1 against Finnur. Review URL: http://codereview.chromium.org/660147 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40290 0039d316-1c4b-4281-b951-d872f2087c98
* Do not run FFmpegDemuxerTest.Stop under Valgrind on Mac OS untilglider@chromium.org2010-03-011-0/+2
| | | | | | | | | | | http://crbug.com/37083 is fixed. BUG=37083 TBR=timurrrr Review URL: http://codereview.chromium.org/660286 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40282 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the suppression for a fixed crash.eroman@chromium.org2010-02-271-3/+0
| | | | | | | | | BUG=36964 TBR=huanr Review URL: http://codereview.chromium.org/661243 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40211 0039d316-1c4b-4281-b951-d872f2087c98
* Add 36964 to known list.huanr@chromium.org2010-02-271-0/+3
| | | | | | | | | BUG=36964 TEST=none Review URL: http://codereview.chromium.org/660234 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40200 0039d316-1c4b-4281-b951-d872f2087c98
* Reset the default quota limit for extensions to 5MB, but add adumi@chromium.org2010-02-272-0/+11
| | | | | | | | | | | | | unlimited_quota permission that extensions can use to request unlimited quota. TEST=ExtensionsServiceTest.StorageQuota BUG=27688 Review URL: http://codereview.chromium.org/660113 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40190 0039d316-1c4b-4281-b951-d872f2087c98
* Add 36874 to known crash list.huanr@chromium.org2010-02-261-0/+3
| | | | | | | | BUG=36874 Review URL: http://codereview.chromium.org/661186 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40131 0039d316-1c4b-4281-b951-d872f2087c98
* Add a metrics extensions API.rogerta@chromium.org2010-02-263-0/+69
| | | | | | | | | | | See http://docs.google.com/View?id=dd4ngnpz_0dpsb8n96 for API proposal. BUG=0 TEST=See unit tests as part of this CL Review URL: http://codereview.chromium.org/657037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40130 0039d316-1c4b-4281-b951-d872f2087c98
* Allow users to enable extensions in incognito. Requiresmpcomplete@chromium.org2010-02-2511-0/+148
| | | | | | | | | | | | | --enable-experimental-extension-apis . The UI needs work. Tab and window events are hooked up so that they work with incognito tabs/windows when enabled. BUG=32365 BUG=36292 Review URL: http://codereview.chromium.org/657041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40057 0039d316-1c4b-4281-b951-d872f2087c98