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

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

Issue 299753011: Move allocate instance id to chrome/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: HasPermission function moved Created 6 years, 6 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/extensions/api/guest_view/OWNERS » ('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 "apps/ui/native_app_window.h" 5 #include "apps/ui/native_app_window.h"
6 #include "base/path_service.h" 6 #include "base/path_service.h"
7 #include "base/strings/stringprintf.h" 7 #include "base/strings/stringprintf.h"
8 #include "base/strings/utf_string_conversions.h" 8 #include "base/strings/utf_string_conversions.h"
9 #include "chrome/app/chrome_command_ids.h" 9 #include "chrome/app/chrome_command_ids.h"
10 #include "chrome/browser/apps/app_browsertest_util.h" 10 #include "chrome/browser/apps/app_browsertest_util.h"
(...skipping 906 matching lines...) Expand 10 before | Expand all | Expand 10 after
917 } 917 }
918 918
919 IN_PROC_BROWSER_TEST_F(WebViewTest, Shim_TestCannotMutateEventName) { 919 IN_PROC_BROWSER_TEST_F(WebViewTest, Shim_TestCannotMutateEventName) {
920 TestHelper("testCannotMutateEventName", "web_view/shim", NO_TEST_SERVER); 920 TestHelper("testCannotMutateEventName", "web_view/shim", NO_TEST_SERVER);
921 } 921 }
922 922
923 IN_PROC_BROWSER_TEST_F(WebViewTest, Shim_TestPartitionRaisesException) { 923 IN_PROC_BROWSER_TEST_F(WebViewTest, Shim_TestPartitionRaisesException) {
924 TestHelper("testPartitionRaisesException", "web_view/shim", NO_TEST_SERVER); 924 TestHelper("testPartitionRaisesException", "web_view/shim", NO_TEST_SERVER);
925 } 925 }
926 926
927 IN_PROC_BROWSER_TEST_F(WebViewTest,
928 Shim_TestPartitionRemovalAfterNavigationFails) {
929 TestHelper("testPartitionRemovalAfterNavigationFails",
930 "web_view/shim",
931 NO_TEST_SERVER);
932 }
933
927 IN_PROC_BROWSER_TEST_F(WebViewTest, Shim_TestExecuteScriptFail) { 934 IN_PROC_BROWSER_TEST_F(WebViewTest, Shim_TestExecuteScriptFail) {
928 #if defined(OS_WIN) 935 #if defined(OS_WIN)
929 // Flaky on XP bot http://crbug.com/266185 936 // Flaky on XP bot http://crbug.com/266185
930 if (base::win::GetVersion() <= base::win::VERSION_XP) 937 if (base::win::GetVersion() <= base::win::VERSION_XP)
931 return; 938 return;
932 #endif 939 #endif
933 940
934 TestHelper("testExecuteScriptFail", "web_view/shim", NEEDS_TEST_SERVER); 941 TestHelper("testExecuteScriptFail", "web_view/shim", NEEDS_TEST_SERVER);
935 } 942 }
936 943
(...skipping 1220 matching lines...) Expand 10 before | Expand all | Expand 10 after
2157 IN_PROC_BROWSER_TEST_F(WebViewTest, Shim_TestFindAPI_findupdate) { 2164 IN_PROC_BROWSER_TEST_F(WebViewTest, Shim_TestFindAPI_findupdate) {
2158 TestHelper("testFindAPI_findupdate", "web_view/shim", NO_TEST_SERVER); 2165 TestHelper("testFindAPI_findupdate", "web_view/shim", NO_TEST_SERVER);
2159 } 2166 }
2160 2167
2161 // <webview> screenshot capture fails with ubercomp. 2168 // <webview> screenshot capture fails with ubercomp.
2162 // See http://crbug.com/327035. 2169 // See http://crbug.com/327035.
2163 IN_PROC_BROWSER_TEST_F(WebViewCaptureTest, 2170 IN_PROC_BROWSER_TEST_F(WebViewCaptureTest,
2164 DISABLED_Shim_ScreenshotCapture) { 2171 DISABLED_Shim_ScreenshotCapture) {
2165 TestHelper("testScreenshotCapture", "web_view/shim", NO_TEST_SERVER); 2172 TestHelper("testScreenshotCapture", "web_view/shim", NO_TEST_SERVER);
2166 } 2173 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/api/guest_view/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698