summaryrefslogtreecommitdiffstats
path: root/chrome/test
Commit message (Collapse)AuthorAgeFilesLines
* Changing the URL pointed to clear browsing data shortcut in shortcuts pyauto ↵sunandt@chromium.org2011-03-041-1/+1
| | | | | | | | | | | | test. BUG=none TEST=none Review URL: http://codereview.chromium.org/6624005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76948 0039d316-1c4b-4281-b951-d872f2087c98
* cleanup: make OnLogin to be pure virtual as all methods around.dilmah@chromium.org2011-03-041-0/+2
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/6624017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76922 0039d316-1c4b-4281-b951-d872f2087c98
* Return accessible icon URLs for disabled extensions in the management API.jstritar@chromium.org2011-03-041-1/+2
| | | | | | | | | BUG=60437 TEST=ExtensionManagementApiTest.Basics Review URL: http://codereview.chromium.org/6596112 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76920 0039d316-1c4b-4281-b951-d872f2087c98
* Update known crash.ukai@chromium.org2011-03-041-0/+3
| | | | | | | | | | | | | | Add new crash signature: Crash in WebCore::HTMLTreeBuilder::constructTreeFromAtomicToken (74926) Found http://build.chromium.org/p/chromium/builders/Win%20Reliability/builds/2443/steps/reliability%3A%20partial%20result%20of%20current%20build/logs/stdio BUG=none TEST=none TBR=huanr Review URL: http://codereview.chromium.org/6623012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76907 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 76840 - Removed GPU plugin.jcivelli@chromium.org2011-03-041-0/+47
| | | | | | | | | | | | | | Pepper 3D v2 does not use the GPU plugin. It is integrated with the accelerated compositor. TEST=PPAPI 3D v2 still works, trybots BUG=none Review URL: http://codereview.chromium.org/6588090 TBR=apatrick@chromium.org Review URL: http://codereview.chromium.org/6614030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76845 0039d316-1c4b-4281-b951-d872f2087c98
* ui_tests: use the correct tab titleevan@chromium.org2011-03-031-1/+1
| | | | | | | | | | To get the title actually shown by a tab, call the function that we use for computing the tab text. (Sometimes it returns title() and sometimes it computes something more complex.) Review URL: http://codereview.chromium.org/6612031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76841 0039d316-1c4b-4281-b951-d872f2087c98
* Removed GPU plugin.apatrick@chromium.org2011-03-031-47/+0
| | | | | | | | | | | Pepper 3D v2 does not use the GPU plugin. It is integrated with the accelerated compositor. TEST=PPAPI 3D v2 still works, trybots BUG=none Review URL: http://codereview.chromium.org/6588090 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76840 0039d316-1c4b-4281-b951-d872f2087c98
* Change these JS files from CRLF to LF eol-style. svn:eol-style had been ↵dtseng@chromium.org2011-03-032-101/+101
| | | | | | | | applied after initial checkin. TBR=dtseng git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76823 0039d316-1c4b-4281-b951-d872f2087c98
* Add a NavigateToURL automation method which uses the JSON interface. Use it ↵kkania@chromium.org2011-03-035-10/+168
| | | | | | | | | | | in ChromeDriver. BUG=none TEST=none Review URL: http://codereview.chromium.org/6588115 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76820 0039d316-1c4b-4281-b951-d872f2087c98
* Disabling a couple of pyauto autofill tests that need to be modified.sunandt@chromium.org2011-03-031-0/+3
| | | | | | | | | BUG=74843 TEST=none Review URL: http://codereview.chromium.org/6609027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76804 0039d316-1c4b-4281-b951-d872f2087c98
* Adding a couple of pyauto tests for browser shortcuts.sunandt@chromium.org2011-03-031-2/+32
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6594027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76799 0039d316-1c4b-4281-b951-d872f2087c98
* New automation hooks to get/set the thumbnail/menu modes for NTP sections.nirnimesh@chromium.org2011-03-032-0/+329
| | | | | | | | | | | | A few sample PyAuto tests are included that exerise these new hooks. Contributed by dennisjeffrey@chromium.org. BUG=64271 TEST=None Review URL: http://codereview.chromium.org/6610021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76787 0039d316-1c4b-4281-b951-d872f2087c98
* Functions not intended as tests should not begin with 'test'nirnimesh@chromium.org2011-03-032-8/+2
| | | | | | | | | BUG= TEST= Review URL: http://codereview.chromium.org/6597028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76766 0039d316-1c4b-4281-b951-d872f2087c98
* Update known crashes.ukai@chromium.org2011-03-031-1/+4
| | | | | | | | | | | | | | | | Update crash signature: Crash in HTMLFormControlElement (74545) Add new crash signature: Crash in WTF::StringImpl::createUninitialized (74796) Found http://build.chromium.org/p/chromium/builders/Win%20Reliability/builds/2422/steps/reliability%3A%20partial%20result%20of%20current%20build/logs/stdio These weren't found in next build. BUG=74545,74796 TEST=none TBR=huanr Review URL: http://codereview.chromium.org/6615011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76732 0039d316-1c4b-4281-b951-d872f2087c98
* sync: Optimize GetFirstChildId and ComputePrevIdFromServerPosition by having ↵nick@chromium.org2011-03-031-1/+1
| | | | | | | | | | | | | | | the parent/child index be sorted by SERVER_POSITION_IN_PARENT, rather than arbitrarily. This fixes two longstanding TODOs and yields the following perf improvement on "SyncerTest.OneBajillionUpdates": Release build (7000ms -> 500ms) Debug build (70000ms -> 3000ms) BUG=60236, chromium-os:11226 TEST=sync_unit_tests (SyncerPosition* gives good coverage) Review URL: http://codereview.chromium.org/6588119 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76700 0039d316-1c4b-4281-b951-d872f2087c98
* Fix ChromeDriver shutdown due to regression in 76517.kkania@chromium.org2011-03-031-1/+2
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6610004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76690 0039d316-1c4b-4281-b951-d872f2087c98
* Chrome crashes on migration of Autofill data with country "UK" round 2dhollowa@chromium.org2011-03-021-0/+54
| | | | | | | | | | | | Migrates bad country code "UK" to good country code "GB". These bad country codes were introduced in build 686. BUG=74511 TEST=WebDatabaseMigrationTest.MigrateVersion34ToCurrent TBR=isherman@chromium.org Review URL: http://codereview.chromium.org/6606021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76648 0039d316-1c4b-4281-b951-d872f2087c98
* Rename the targetUrl parameter to url in webNavigation.onBeforeRetargetjochen@chromium.org2011-03-021-4/+4
| | | | | | | | | BUG=none TEST=browser tests Review URL: http://codereview.chromium.org/6597105 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76634 0039d316-1c4b-4281-b951-d872f2087c98
* Pass webNavigation transitionQualifier as array instead of a stringjochen@chromium.org2011-03-027-23/+23
| | | | | | | | | BUG=none TEST=api tests Review URL: http://codereview.chromium.org/6592099 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76632 0039d316-1c4b-4281-b951-d872f2087c98
* wstring: remove some simple instances of ToWStringHackevan@chromium.org2011-03-021-1/+2
| | | | | | | | BUG=69467 Review URL: http://codereview.chromium.org/6588131 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76630 0039d316-1c4b-4281-b951-d872f2087c98
* Enable more pyauto tests on ChromeOSnirnimesh@chromium.org2011-03-023-45/+68
| | | | | | | | | | | | | | | | | | This should enable about 150 pyauto tests on chromeos. Get rid of PRIMARY_CHROME suite. Primary chrome is going to be the only supported way of controlling chromeos-chrome from pyauto anyway. I've broken down general category failures into their respective bugs, but there are some that I've not triaged yet. I've bunched them together in one category at the end. BUG=chromium-os:12653 TEST=run_remote_tests.sh --remote=[REMOTE] desktopui_PyAutoFunctionalTests Review URL: http://codereview.chromium.org/6588106 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76626 0039d316-1c4b-4281-b951-d872f2087c98
* Add PPB_URLUtil_Dev::GetDocumentURLpiman@google.com2011-03-021-2/+2
| | | | | | | | | | | This also renames "Url" into "URL" for consistency. BUG=74569 TEST=http://www.espn.go.com/nba/ Review URL: http://codereview.chromium.org/6594107 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76608 0039d316-1c4b-4281-b951-d872f2087c98
* Adding a set of scripts to be run by the bots to indirectly run nacl's tests.bradnelson@google.com2011-03-024-0/+57
| | | | | | | | | | | | This will allow chrome to alter the set of tests nacl runs without having to commit to nacl, then rev the DEPS to get the change thru. BUG=None TEST=None Review URL: http://codereview.chromium.org/6597115 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76601 0039d316-1c4b-4281-b951-d872f2087c98
* Display disabled apps with grayed out images on the NTP. Call the re-enable ↵jstritar@chromium.org2011-03-0211-3/+116
| | | | | | | | | | | logic when the user tries to launch the app. This also adds a chrome://extension-icon endpoint that provides easy access to extension and app icons. BUG=61270 TEST=ExtensionIconSourceTest.IconsLoaded Review URL: http://codereview.chromium.org/6495002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76579 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting the revert 76468. Removed include for browser_thread.h.rtenneti@chromium.org2011-03-022-0/+7
| | | | | | | | | | | | | | | | Enable the WATCHDOG thread that monitors browser threads for their responsiveness using ping-pong messaging. WACTHDOG thread also collects statistics for response time for each thread via histograms. This CL was approved http://codereview.chromium.org/6588039 BUG=71378, 73915, 73844, 73975 TEST=performance tests TBR=jar Review URL: http://codereview.chromium.org/6591091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76561 0039d316-1c4b-4281-b951-d872f2087c98
* Update the includes to the old tab_contents.hjam@chromium.org2011-03-021-1/+1
| | | | | | | TBR=avi Review URL: http://codereview.chromium.org/6596103 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76552 0039d316-1c4b-4281-b951-d872f2087c98
* Adds PrerenderBrowserTest.PrerenderNoSSLReferrer, which checks that theremmenke@chromium.org2011-03-023-12/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | is no referrer when an SSL page prerenders a non-SSL page. Note that this patch is most of patch http://codereview.chromium.org/6580041 (reverted http://src.chromium.org/viewvc/chrome?view=rev&revision=76304). The only difference is the redirect test is not modified to use plugins. After the patch, the buildbots were periodically failing PrerenderBrowserTest.PrerenderRedirect with lock errors (2 times out of 10+ runs). See, e.g. http://build.chromium.org/p/chromium/builders/Linux%20Tests%20x64/builds/5976/steps/browser_tests/logs/PrerenderRedirect (Note that the percents in the URL are incorrectly escaped by the codereview page, so the URL has to be copied and pasted to be used). I believe the issue is that the other prerender browser test that uses plugins is not shutting down the plugin process properly. I want to see if I can reproduce the issue locally and fix it, not because the change I reverted is so important, but because if I'm right, it could be a cause of future test flake. BUG=73170 TEST=PrerenderBrowserTest.PrerenderNoSSLReferrer Review URL: http://codereview.chromium.org/6591068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76542 0039d316-1c4b-4281-b951-d872f2087c98
* Adding a command line switch for configuring the chromedriver to respond to ↵kkania@chromium.org2011-03-028-96/+261
| | | | | | | | | | | | commands sent relative to a path other than "/". This is a work-around for clients that have hard-coded logic expecting all of the WebDriver command handlers to be relative to "/wd/hub" (which is the path used by WebDriver's server jar). BUG=none TEST=none Patch by jleyba@chromium.org Original review at http://codereview.chromium.org/6592086 Review URL: http://codereview.chromium.org/6598090 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76517 0039d316-1c4b-4281-b951-d872f2087c98
* Update more includes that were pointing to the old locations.jam@chromium.org2011-03-021-3/+3
| | | | | | | TBR=avi Review URL: http://codereview.chromium.org/6598086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76512 0039d316-1c4b-4281-b951-d872f2087c98
* Removing extension_uitest.cc and related data directories.joi@chromium.org2011-03-027-121/+0
| | | | | | | | | | | | | | These tests were designed to exercise functionality only needed by CEEE, which is gone, and all the tests have bitrotted and become flaky. I don't believe they are relied on for testing the extensions subsystem in general. BUG=44599,45766,44650,37554 TEST=none Review URL: http://codereview.chromium.org/6592081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76495 0039d316-1c4b-4281-b951-d872f2087c98
* Get rid of temporary render_view_host.h.jam@chromium.org2011-03-021-2/+2
| | | | | | | TBR=avi Review URL: http://codereview.chromium.org/6598084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76477 0039d316-1c4b-4281-b951-d872f2087c98
* Chrome crashes on migration of Autofill data with country "UK"dhollowa@chromium.org2011-03-021-1/+1
| | | | | | | | | | | Fixes an incorrect mapping from "UK" the country name to "GB" the country code. This was causing trouble with data migration of Autofill data in the UK. BUG=74511 TEST=WebDatabaseMigrationTest.MigrateVersion31ToCurrent Review URL: http://codereview.chromium.org/6594077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76476 0039d316-1c4b-4281-b951-d872f2087c98
* Get rid of a bunch of includes to old locations of headers.jam@chromium.org2011-03-021-8/+9
| | | | | | | TBR=avi Review URL: http://codereview.chromium.org/6602061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76470 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 76468 - Added back thread watcher changes.rtenneti@chromium.org2011-03-022-7/+0
| | | | | | | | | | | | BUG=71378,73915,73844,73975 TEST=performance tests Review URL: http://codereview.chromium.org/6588039 TBR=rtenneti@chromium.org Review URL: http://codereview.chromium.org/6597088 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76469 0039d316-1c4b-4281-b951-d872f2087c98
* Added back thread watcher changes.rtenneti@chromium.org2011-03-022-0/+7
| | | | | | | | | BUG=71378,73915,73844,73975 TEST=performance tests Review URL: http://codereview.chromium.org/6588039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76468 0039d316-1c4b-4281-b951-d872f2087c98
* Update policy backend and testserver for the latest policy protocolgfeher@chromium.org2011-03-011-1/+1
| | | | | | | | | BUG=chromium-os:11253, chromium-os:11254, chromium-os:11255 TEST=DeviceManagementServiceIntegrationTest.WithTestServer Review URL: http://codereview.chromium.org/6537020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76455 0039d316-1c4b-4281-b951-d872f2087c98
* Updating the flash versionrohitbm@google.com2011-03-012-2/+2
| | | | | | Review URL: http://codereview.chromium.org/6588091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76443 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress reliability crashes.inferno@chromium.org2011-03-011-0/+6
| | | | | | BUG=74609, 74607 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76441 0039d316-1c4b-4281-b951-d872f2087c98
* Due to design change for unsafe download prompt when quitting the browser.rohitbm@google.com2011-03-011-21/+0
| | | | | | | http://src.chromium.org/viewvc/chrome?view=rev&revision=76078 Review URL: http://codereview.chromium.org/6602048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76435 0039d316-1c4b-4281-b951-d872f2087c98
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-014-6/+6
| | | | | | | | TBR=avi Review URL: http://codereview.chromium.org/6594084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76411 0039d316-1c4b-4281-b951-d872f2087c98
* Marked several tests flaky.rdsmith@chromium.org2011-03-011-2/+4
| | | | | | | | | | | | BUG=74548 BUG=74549 BUG=74554 BUG=74557 TEST=None Review URL: http://codereview.chromium.org/6594079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76393 0039d316-1c4b-4281-b951-d872f2087c98
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-012-4/+4
| | | | | | | TBR=avi Review URL: http://codereview.chromium.org/6591066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76390 0039d316-1c4b-4281-b951-d872f2087c98
* Temporary suppress reliability crash in HTMLFormControlElementinferno@chromium.org2011-03-011-0/+3
| | | | | | | BUG=74545 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76380 0039d316-1c4b-4281-b951-d872f2087c98
* Make the ChromeNetworkDelegate use the ExtensionEventRouterForwarderjochen@chromium.org2011-03-014-5/+7
| | | | | | | | | BUG=73903 TEST=tests for proxy and webrequest API should still work Review URL: http://codereview.chromium.org/6598002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76372 0039d316-1c4b-4281-b951-d872f2087c98
* Fire web navigation events on reference fragment navigations.jochen@chromium.org2011-03-0149-773/+1335
| | | | | | | | | | | Also, split up the API tests in single tests, so it's more unlikely that they time out. BUG=73668,72165 TEST=web navigation api tests Review URL: http://codereview.chromium.org/6591036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76371 0039d316-1c4b-4281-b951-d872f2087c98
* Reorganize CommandLine code.msw@chromium.org2011-03-012-30/+6
| | | | | | | | | | | | The majority of these changes are purely moving code. Conducted some minor (and hopefully straightforward) refactoring. BUG=73195 TEST=none Review URL: http://codereview.chromium.org/6596020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76339 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: disable password syncing temporarily; it can be enabled withmdm@chromium.org2011-03-011-1/+4
| | | | | | | | | | --enable-password-sync. Password syncing is currently incompatible with using GNOME Keyring, so we'll re-enable after fixing that. BUG=72186,73389,70658,72474,72499 TEST=we should not deadlock on startup Review URL: http://codereview.chromium.org/6577022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76336 0039d316-1c4b-4281-b951-d872f2087c98
* Delete the temporary headers left behind in chrome\browser. I've left ↵jam@chromium.org2011-03-011-3/+3
| | | | | | | | | browser_thread.h for another change, since 450 files include it. TBR=avi Review URL: http://codereview.chromium.org/6596060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76326 0039d316-1c4b-4281-b951-d872f2087c98
* [Sync] Attach payload to appropriate progress marker + unit tests.zea@chromium.org2011-02-283-11/+52
| | | | | | | | | BUG=68572 TEST=sync_unit_tests Review URL: http://codereview.chromium.org/6574042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76314 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 76250 - Beef up prerendering tests a little.mmenke@chromium.org2011-02-283-24/+12
| | | | | | | | | | | | | | | | | | Adds PrerenderBrowserTest.PrerenderNoSSLReferrer, which checks that there is no referrer when an SSL page prerenders a non-SSL page. Also modifies PrerenderBrowserTest.PrerenderRedirect to check that plugins are delay loaded in addition to making sure the prerendered page is used. BUG=73170 TEST=PrerenderBrowserTest.PrerenderNoSSLReferrer, PrerenderBrowserTest.PrerenderRedirect Review URL: http://codereview.chromium.org/6580041 TBR=mmenke@chromium.org Review URL: http://codereview.chromium.org/6598055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76304 0039d316-1c4b-4281-b951-d872f2087c98