summaryrefslogtreecommitdiffstats
path: root/chrome_frame/test/win_event_receiver.h
Commit message (Collapse)AuthorAgeFilesLines
* move base/object_watcher into base/win and add the win namespace. Fixup callers.brettw@google.com2011-01-011-4/+4
| | | | | | | | TEST=it compiles BUG=none Review URL: http://codereview.chromium.org/5971008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70360 0039d316-1c4b-4281-b951-d872f2087c98
* Remove usage of the old page info dialogs in ChromeFrame and use the new ↵ananta@chromium.org2010-10-191-4/+14
| | | | | | | | | | | | | | | | | | page info bubble instead. Changed the expectations of the corresponding chrome frame ui test to look for this window. Added support in ChromeFrame tests window watcher class to allow specifying window class names as well. Fixes bug http://code.google.com/p/chromium/issues/detail?id=59030 Bug=59030 Review URL: http://codereview.chromium.org/3864001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63138 0039d316-1c4b-4281-b951-d872f2087c98
* This changelist consists of a test for the Delete Browsing History feature.erikwright@chromium.org2010-09-281-17/+61
| | | | | | | | | | | | | | | | | The feature was never covered by automated tests, and a recent changelist addressed a bug in the feature (http://codereview.chromium.org/3167040). The test validates the following: 1) That cached files are re-retrieved after the user requests their deletion. 2) That saved form data is deleted after the user requests its deletion. 3) That Chrome Frame tabs do not crash when the user deletes browsing history. BUG=56212 TEST= (1) Run "chrome_frame_tests.exe --gclient_filter=DeleteBro*" (should pass) (2) Run the test, and immediately lock your workstation before it starts. It should still pass. (3) Comment out the call to RemoveBrowsingData in DeleteChromeHistory::OnAutomationServerReady (chrome_frame/delete_chrome_history.cc) and run the test. It fails. (4) Revert changes from 3, comment out the check for low integrity level in DeleteChromeHistory::DeleteBrowsingHistory (same file) and run the test. It fails. Review URL: http://codereview.chromium.org/3365010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60779 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 60084 - A test for Chrome Frame delete browser history behaviour in IE8.erikwright@chromium.org2010-09-211-61/+17
| | | | | | | | | | | BUG=52612 TEST=chrome_frame_tests --gtest_filter=DeleteBrowsingHistoryTest.* Review URL: http://codereview.chromium.org/3365010/show TBR=erikwright@chromium.org Review URL: http://codereview.chromium.org/3487002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60100 0039d316-1c4b-4281-b951-d872f2087c98
* A test for Chrome Frame delete browser history behaviour in IE8.erikwright@chromium.org2010-09-211-17/+61
| | | | | | | | BUG=52612 TEST=chrome_frame_tests --gtest_filter=DeleteBrowsingHistoryTest.* Review URL: http://codereview.chromium.org/3365010/show git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60084 0039d316-1c4b-4281-b951-d872f2087c98
* [chrome frame] Clean up chrome frame tests and get rid of most dependencies ↵kkania@chromium.org2010-09-011-17/+0
| | | | | | | | | | on SendInput. BUG=none TEST=none Review URL: http://codereview.chromium.org/3222004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58182 0039d316-1c4b-4281-b951-d872f2087c98
* [chrome_frame] Add utils for using MSAA for working with menus and for ↵kkania@chromium.org2010-08-171-3/+22
| | | | | | | | | | selecting/focusing elements. Change context menu tests to use this approach. BUG=none TEST=none Review URL: http://codereview.chromium.org/3115002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56373 0039d316-1c4b-4281-b951-d872f2087c98
* [chrome_frame] Add methods for finding and performing default action on ↵kkania@chromium.org2010-08-021-0/+90
Accessibility objects. Use this approach in one test. BUG=none TEST=none Review URL: http://codereview.chromium.org/2895016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54603 0039d316-1c4b-4281-b951-d872f2087c98