Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(194)

Side by Side Diff: chrome/browser/apps/guest_view/web_view_browsertest.cc

Issue 2836973002: Enable find-in-page across GuestViews. (Closed)
Patch Set: Small fix. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/chrome_find_request_manager_browsertest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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 <queue> 5 #include <queue>
6 #include <set> 6 #include <set>
7 #include <utility> 7 #include <utility>
8 8
9 #include "base/callback_helpers.h" 9 #include "base/callback_helpers.h"
10 #include "base/files/file_util.h" 10 #include "base/files/file_util.h"
(...skipping 3126 matching lines...) Expand 10 before | Expand all | Expand 10 after
3137 // crbug.com/710486 3137 // crbug.com/710486
3138 #if defined(MEMORY_SANITIZER) 3138 #if defined(MEMORY_SANITIZER)
3139 #define MAYBE_Shim_TestFindAPI_findupdate DISABLED_Shim_TestFindAPI_findupdate 3139 #define MAYBE_Shim_TestFindAPI_findupdate DISABLED_Shim_TestFindAPI_findupdate
3140 #else 3140 #else
3141 #define MAYBE_Shim_TestFindAPI_findupdate Shim_TestFindAPI_findupdate 3141 #define MAYBE_Shim_TestFindAPI_findupdate Shim_TestFindAPI_findupdate
3142 #endif 3142 #endif
3143 IN_PROC_BROWSER_TEST_P(WebViewTest, MAYBE_Shim_TestFindAPI_findupdate) { 3143 IN_PROC_BROWSER_TEST_P(WebViewTest, MAYBE_Shim_TestFindAPI_findupdate) {
3144 TestHelper("testFindAPI_findupdate", "web_view/shim", NO_TEST_SERVER); 3144 TestHelper("testFindAPI_findupdate", "web_view/shim", NO_TEST_SERVER);
3145 } 3145 }
3146 3146
3147 IN_PROC_BROWSER_TEST_P(WebViewTest, Shim_testFindInMultipleWebViews) {
3148 TestHelper("testFindInMultipleWebViews", "web_view/shim", NO_TEST_SERVER);
3149 }
3150
3147 IN_PROC_BROWSER_TEST_P(WebViewTest, Shim_TestLoadDataAPI) { 3151 IN_PROC_BROWSER_TEST_P(WebViewTest, Shim_TestLoadDataAPI) {
3148 TestHelper("testLoadDataAPI", "web_view/shim", NEEDS_TEST_SERVER); 3152 TestHelper("testLoadDataAPI", "web_view/shim", NEEDS_TEST_SERVER);
3149 } 3153 }
3150 3154
3151 // This test verifies that the resize and contentResize events work correctly. 3155 // This test verifies that the resize and contentResize events work correctly.
3152 IN_PROC_BROWSER_TEST_P(WebViewSizeTest, Shim_TestResizeEvents) { 3156 IN_PROC_BROWSER_TEST_P(WebViewSizeTest, Shim_TestResizeEvents) {
3153 TestHelper("testResizeEvents", "web_view/shim", NO_TEST_SERVER); 3157 TestHelper("testResizeEvents", "web_view/shim", NO_TEST_SERVER);
3154 } 3158 }
3155 3159
3156 IN_PROC_BROWSER_TEST_P(WebViewTest, Shim_TestPerOriginZoomMode) { 3160 IN_PROC_BROWSER_TEST_P(WebViewTest, Shim_TestPerOriginZoomMode) {
(...skipping 974 matching lines...) Expand 10 before | Expand all | Expand 10 after
4131 ClosingChromeSignInShouldNotCrash) { 4135 ClosingChromeSignInShouldNotCrash) {
4132 GURL signin_url{"chrome://chrome-signin"}; 4136 GURL signin_url{"chrome://chrome-signin"};
4133 4137
4134 AddTabAtIndex(0, signin_url, ui::PAGE_TRANSITION_TYPED); 4138 AddTabAtIndex(0, signin_url, ui::PAGE_TRANSITION_TYPED);
4135 AddTabAtIndex(1, signin_url, ui::PAGE_TRANSITION_TYPED); 4139 AddTabAtIndex(1, signin_url, ui::PAGE_TRANSITION_TYPED);
4136 WaitForWebViewInDom(); 4140 WaitForWebViewInDom();
4137 4141
4138 chrome::CloseTab(browser()); 4142 chrome::CloseTab(browser());
4139 } 4143 }
4140 #endif 4144 #endif
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_find_request_manager_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698