Comment #2 on issue 29451 by bugdro...@chromium.org: We need reliability tests for ChromeFrame http://code.google.com/p/chromium/issues/detail?id=29451
The following revision refers to this bug: http://src.chromium.org/viewvc/chrome?view=rev&revision=34119 ------------------------------------------------------------------------ r34119 | ana...@chromium.org | 2009-12-08 17:09:28 -0800 (Tue, 08 Dec 2009) | 19 lines Changed paths: M http://src.chromium.org/viewvc/chrome/trunk/src/chrome_frame/chrome_frame.gyp?r1=34119&r2=34118 M http://src.chromium.org/viewvc/chrome/trunk/src/chrome_frame/chrome_frame_reporting.cc?r1=34119&r2=34118 M http://src.chromium.org/viewvc/chrome/trunk/src/chrome_frame/crash_reporting/crash_report.cc?r1=34119&r2=34118 M http://src.chromium.org/viewvc/chrome/trunk/src/chrome_frame/test/chrome_frame_test_utils.cc?r1=34119&r2=34118 M http://src.chromium.org/viewvc/chrome/trunk/src/chrome_frame/test/chrome_frame_test_utils.h?r1=34119&r2=34118 M http://src.chromium.org/viewvc/chrome/trunk/src/chrome_frame/test/chrome_frame_unittests.cc?r1=34119&r2=34118 M http://src.chromium.org/viewvc/chrome/trunk/src/chrome_frame/test/chrome_frame_unittests.h?r1=34119&r2=34118 A http://src.chromium.org/viewvc/chrome/trunk/src/chrome_frame/test/reliability A http://src.chromium.org/viewvc/chrome/trunk/src/chrome_frame/test/reliability/page_load_test.cc A http://src.chromium.org/viewvc/chrome/trunk/src/chrome_frame/test/reliability/page_load_test.h A http://src.chromium.org/viewvc/chrome/trunk/src/chrome_frame/test/reliability/reliability_test_suite.h A http://src.chromium.org/viewvc/chrome/trunk/src/chrome_frame/test/reliability/run_all_unittests.cc M http://src.chromium.org/viewvc/chrome/trunk/src/chrome_frame/utils.cc?r1=34119&r2=34118 M http://src.chromium.org/viewvc/chrome/trunk/src/chrome_frame/utils.h?r1=34119&r2=34118 Added support for running reliability tests for ChromeFrame on similar lines as Chrome. We only run these tests for IE at this point. The reliability test code for Chrome has been copied and modified accordingly. Other related changes in this CL include the following:- 1. If ChromeFrame is running in headless mode determined by a registry value in HKCU\Software\Google\ChromeFrame we initialize ChromeFrame crash reporting and connect to the Chrome crash server. This would enable us to gather crash dumps from the reliability test runs and report the same. 2. The LowIntegrity fixes for the WebBrowser which Stoyan had done a while back are only needed for IE7 on Vista. For this CL though we just do the requisite hacks if the OS is Vista. For Windows7 the returned IWebBrowser interface pointer works fine. 3. I moved the WebBrowserEventSink to chrome_frame_test_utils as this class is now shared. Fixes portions of http://code.google.com/p/chromium/issues/detail?id=29451 Bug=29451 Review URL: http://codereview.chromium.org/465074 ------------------------------------------------------------------------ -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings -- Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs