OLD | NEW |
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 #include "base/time.h" | 5 #include "base/time.h" |
6 #include "chrome/app/chrome_dll_resource.h" | 6 #include "chrome/app/chrome_dll_resource.h" |
7 #include "chrome/browser/browser.h" | 7 #include "chrome/browser/browser.h" |
8 #include "chrome/browser/pref_service.h" | 8 #include "chrome/browser/prefs/pref_service.h" |
9 #include "chrome/browser/profile.h" | 9 #include "chrome/browser/profile.h" |
10 #include "chrome/browser/tab_contents/interstitial_page.h" | 10 #include "chrome/browser/tab_contents/interstitial_page.h" |
11 #include "chrome/browser/tab_contents/navigation_entry.h" | 11 #include "chrome/browser/tab_contents/navigation_entry.h" |
12 #include "chrome/browser/tab_contents/tab_contents.h" | 12 #include "chrome/browser/tab_contents/tab_contents.h" |
13 #include "chrome/common/pref_names.h" | 13 #include "chrome/common/pref_names.h" |
14 #include "chrome/test/in_process_browser_test.h" | 14 #include "chrome/test/in_process_browser_test.h" |
15 #include "chrome/test/ui_test_utils.h" | 15 #include "chrome/test/ui_test_utils.h" |
16 #include "net/base/cert_status_flags.h" | 16 #include "net/base/cert_status_flags.h" |
17 #include "net/test/test_server.h" | 17 #include "net/test/test_server.h" |
18 | 18 |
(...skipping 940 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
959 | 959 |
960 // Visit a page over https that contains a frame with a redirect. | 960 // Visit a page over https that contains a frame with a redirect. |
961 | 961 |
962 // XMLHttpRequest insecure content in synchronous mode. | 962 // XMLHttpRequest insecure content in synchronous mode. |
963 | 963 |
964 // XMLHttpRequest insecure content in asynchronous mode. | 964 // XMLHttpRequest insecure content in asynchronous mode. |
965 | 965 |
966 // XMLHttpRequest over bad ssl in synchronous mode. | 966 // XMLHttpRequest over bad ssl in synchronous mode. |
967 | 967 |
968 // XMLHttpRequest over OK ssl in synchronous mode. | 968 // XMLHttpRequest over OK ssl in synchronous mode. |
OLD | NEW |