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

Side by Side Diff: chrome/test/ui/ppapi_uitest.cc

Issue 9693024: Add the PPAPI X509 Certificate interface and implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | content/browser/renderer_host/pepper_message_filter.h » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 "chrome/test/ui/ppapi_uitest.h" 5 #include "chrome/test/ui/ppapi_uitest.h"
6 6
7 #include "base/command_line.h" 7 #include "base/command_line.h"
8 #include "base/file_util.h" 8 #include "base/file_util.h"
9 #include "base/path_service.h" 9 #include "base/path_service.h"
10 #include "base/stringprintf.h" 10 #include "base/stringprintf.h"
(...skipping 783 matching lines...) Expand 10 before | Expand all | Expand 10 after
794 IN_PROC_BROWSER_TEST_F(OutOfProcessPPAPITest, MAYBE_OutOfProcessFlashFullscreen) { 794 IN_PROC_BROWSER_TEST_F(OutOfProcessPPAPITest, MAYBE_OutOfProcessFlashFullscreen) {
795 RunTestViaHTTP("FlashFullscreen"); 795 RunTestViaHTTP("FlashFullscreen");
796 } 796 }
797 797
798 TEST_PPAPI_IN_PROCESS_VIA_HTTP(Fullscreen) 798 TEST_PPAPI_IN_PROCESS_VIA_HTTP(Fullscreen)
799 TEST_PPAPI_OUT_OF_PROCESS_VIA_HTTP(Fullscreen) 799 TEST_PPAPI_OUT_OF_PROCESS_VIA_HTTP(Fullscreen)
800 800
801 TEST_PPAPI_IN_PROCESS(FlashClipboard) 801 TEST_PPAPI_IN_PROCESS(FlashClipboard)
802 TEST_PPAPI_OUT_OF_PROCESS(FlashClipboard) 802 TEST_PPAPI_OUT_OF_PROCESS(FlashClipboard)
803 803
804 TEST_PPAPI_IN_PROCESS(X509CertificatePrivate)
805 TEST_PPAPI_OUT_OF_PROCESS(X509CertificatePrivate)
806
804 // http://crbug.com/63239 807 // http://crbug.com/63239
805 #if defined(OS_POSIX) 808 #if defined(OS_POSIX)
806 #define MAYBE_DirectoryReader DISABLED_DirectoryReader 809 #define MAYBE_DirectoryReader DISABLED_DirectoryReader
807 #else 810 #else
808 #define MAYBE_DirectoryReader DirectoryReader 811 #define MAYBE_DirectoryReader DirectoryReader
809 #endif 812 #endif
810 813
811 // Flaky on Mac + Linux, maybe http://codereview.chromium.org/7094008 814 // Flaky on Mac + Linux, maybe http://codereview.chromium.org/7094008
812 // Not implemented out of process: http://crbug.com/106129 815 // Not implemented out of process: http://crbug.com/106129
813 IN_PROC_BROWSER_TEST_F(PPAPITest, MAYBE_DirectoryReader) { 816 IN_PROC_BROWSER_TEST_F(PPAPITest, MAYBE_DirectoryReader) {
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
1031 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_OutOfRangeAccess) 1034 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_OutOfRangeAccess)
1032 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_EmptyArray) 1035 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_EmptyArray)
1033 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_InvalidElement) 1036 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_InvalidElement)
1034 1037
1035 TEST_PPAPI_IN_PROCESS(FlashMessageLoop_Basics) 1038 TEST_PPAPI_IN_PROCESS(FlashMessageLoop_Basics)
1036 TEST_PPAPI_IN_PROCESS(FlashMessageLoop_RunWithoutQuit) 1039 TEST_PPAPI_IN_PROCESS(FlashMessageLoop_RunWithoutQuit)
1037 TEST_PPAPI_OUT_OF_PROCESS(FlashMessageLoop_Basics) 1040 TEST_PPAPI_OUT_OF_PROCESS(FlashMessageLoop_Basics)
1038 TEST_PPAPI_OUT_OF_PROCESS(FlashMessageLoop_RunWithoutQuit) 1041 TEST_PPAPI_OUT_OF_PROCESS(FlashMessageLoop_RunWithoutQuit)
1039 1042
1040 #endif // ADDRESS_SANITIZER 1043 #endif // ADDRESS_SANITIZER
OLDNEW
« no previous file with comments | « no previous file | content/browser/renderer_host/pepper_message_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698