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

Side by Side Diff: chrome/test/ppapi/ppapi_browsertest.cc

Issue 11359097: Refactored the PPB_Flash_File_ModuleLocal/FileRef to the new ppapi resource model (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years 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 | « chrome/nacl/nacl_ipc_adapter.cc ('k') | content/browser/plugin_data_remover_impl.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 (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/ppapi/ppapi_test.h" 5 #include "chrome/test/ppapi/ppapi_test.h"
6 6
7 #include "base/test/test_timeouts.h" 7 #include "base/test/test_timeouts.h"
8 #include "build/build_config.h" 8 #include "build/build_config.h"
9 #include "chrome/browser/content_settings/host_content_settings_map.h" 9 #include "chrome/browser/content_settings/host_content_settings_map.h"
10 #include "chrome/browser/profiles/profile.h" 10 #include "chrome/browser/profiles/profile.h"
(...skipping 641 matching lines...) Expand 10 before | Expand all | Expand 10 after
652 TEST_PPAPI_NACL_VIA_HTTP(NetworkMonitorPrivate_ListObserver) 652 TEST_PPAPI_NACL_VIA_HTTP(NetworkMonitorPrivate_ListObserver)
653 653
654 TEST_PPAPI_IN_PROCESS(Flash_SetInstanceAlwaysOnTop) 654 TEST_PPAPI_IN_PROCESS(Flash_SetInstanceAlwaysOnTop)
655 TEST_PPAPI_IN_PROCESS(Flash_GetLocalTimeZoneOffset) 655 TEST_PPAPI_IN_PROCESS(Flash_GetLocalTimeZoneOffset)
656 TEST_PPAPI_IN_PROCESS(Flash_GetCommandLineArgs) 656 TEST_PPAPI_IN_PROCESS(Flash_GetCommandLineArgs)
657 TEST_PPAPI_IN_PROCESS(Flash_GetSetting) 657 TEST_PPAPI_IN_PROCESS(Flash_GetSetting)
658 TEST_PPAPI_OUT_OF_PROCESS(Flash_SetInstanceAlwaysOnTop) 658 TEST_PPAPI_OUT_OF_PROCESS(Flash_SetInstanceAlwaysOnTop)
659 TEST_PPAPI_OUT_OF_PROCESS(Flash_GetLocalTimeZoneOffset) 659 TEST_PPAPI_OUT_OF_PROCESS(Flash_GetLocalTimeZoneOffset)
660 TEST_PPAPI_OUT_OF_PROCESS(Flash_GetCommandLineArgs) 660 TEST_PPAPI_OUT_OF_PROCESS(Flash_GetCommandLineArgs)
661 TEST_PPAPI_OUT_OF_PROCESS(Flash_GetSetting) 661 TEST_PPAPI_OUT_OF_PROCESS(Flash_GetSetting)
662 // No in-process test for SetCrashData.
663 TEST_PPAPI_OUT_OF_PROCESS(Flash_SetCrashData)
664 662
665 // NaCl based PPAPI tests with WebSocket server 663 // NaCl based PPAPI tests with WebSocket server
666 TEST_PPAPI_IN_PROCESS(WebSocket_IsWebSocket) 664 TEST_PPAPI_IN_PROCESS(WebSocket_IsWebSocket)
667 TEST_PPAPI_IN_PROCESS(WebSocket_UninitializedPropertiesAccess) 665 TEST_PPAPI_IN_PROCESS(WebSocket_UninitializedPropertiesAccess)
668 TEST_PPAPI_IN_PROCESS(WebSocket_InvalidConnect) 666 TEST_PPAPI_IN_PROCESS(WebSocket_InvalidConnect)
669 TEST_PPAPI_IN_PROCESS(WebSocket_Protocols) 667 TEST_PPAPI_IN_PROCESS(WebSocket_Protocols)
670 TEST_PPAPI_IN_PROCESS(WebSocket_GetURL) 668 TEST_PPAPI_IN_PROCESS(WebSocket_GetURL)
671 TEST_PPAPI_IN_PROCESS_WITH_WS(WebSocket_ValidConnect) 669 TEST_PPAPI_IN_PROCESS_WITH_WS(WebSocket_ValidConnect)
672 TEST_PPAPI_IN_PROCESS_WITH_WS(WebSocket_InvalidClose) 670 TEST_PPAPI_IN_PROCESS_WITH_WS(WebSocket_InvalidClose)
673 TEST_PPAPI_IN_PROCESS_WITH_WS(WebSocket_ValidClose) 671 TEST_PPAPI_IN_PROCESS_WITH_WS(WebSocket_ValidClose)
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
879 // marking it SLOW_ before disabling. 877 // marking it SLOW_ before disabling.
880 // - dmichael 878 // - dmichael
881 // MessageLoop_Post starts a thread so only run it if pepper threads are 879 // MessageLoop_Post starts a thread so only run it if pepper threads are
882 // enabled. 880 // enabled.
883 #ifdef ENABLE_PEPPER_THREADING 881 #ifdef ENABLE_PEPPER_THREADING
884 TEST_PPAPI_OUT_OF_PROCESS(MessageLoop_Post) 882 TEST_PPAPI_OUT_OF_PROCESS(MessageLoop_Post)
885 #endif 883 #endif
886 884
887 // Going forward, Flash APIs will only work out-of-process. 885 // Going forward, Flash APIs will only work out-of-process.
888 TEST_PPAPI_OUT_OF_PROCESS(Flash_GetProxyForURL) 886 TEST_PPAPI_OUT_OF_PROCESS(Flash_GetProxyForURL)
887 TEST_PPAPI_OUT_OF_PROCESS(Flash_SetCrashData)
889 TEST_PPAPI_OUT_OF_PROCESS(FlashClipboard) 888 TEST_PPAPI_OUT_OF_PROCESS(FlashClipboard)
890 TEST_PPAPI_OUT_OF_PROCESS(FlashFile_CreateTemporaryFile) 889 TEST_PPAPI_OUT_OF_PROCESS(FlashFile)
891 // Mac/Aura reach NOTIMPLEMENTED/time out. 890 // Mac/Aura reach NOTIMPLEMENTED/time out.
892 // mac: http://crbug.com/96767 891 // mac: http://crbug.com/96767
893 // aura: http://crbug.com/104384 892 // aura: http://crbug.com/104384
894 #if defined(OS_MACOSX) || defined(USE_AURA) 893 #if defined(OS_MACOSX) || defined(USE_AURA)
895 #define MAYBE_FlashFullscreen DISABLED_FlashFullscreen 894 #define MAYBE_FlashFullscreen DISABLED_FlashFullscreen
896 #else 895 #else
897 #define MAYBE_FlashFullscreen FlashFullscreen 896 #define MAYBE_FlashFullscreen FlashFullscreen
898 #endif 897 #endif
899 TEST_PPAPI_OUT_OF_PROCESS(MAYBE_FlashFullscreen) 898 TEST_PPAPI_OUT_OF_PROCESS(MAYBE_FlashFullscreen)
900 899
901 TEST_PPAPI_IN_PROCESS(TalkPrivate) 900 TEST_PPAPI_IN_PROCESS(TalkPrivate)
902 TEST_PPAPI_OUT_OF_PROCESS(TalkPrivate) 901 TEST_PPAPI_OUT_OF_PROCESS(TalkPrivate)
903 902
904 #endif // ADDRESS_SANITIZER 903 #endif // ADDRESS_SANITIZER
OLDNEW
« no previous file with comments | « chrome/nacl/nacl_ipc_adapter.cc ('k') | content/browser/plugin_data_remover_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698