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

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

Issue 9808028: NaCl proxy for PPB_NetAddress_Private_1_1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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 | ppapi/native_client/src/shared/ppapi_proxy/browser_ppb_net_address_private_rpc_server.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/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 842 matching lines...) Expand 10 before | Expand all | Expand 10 after
853 #endif 853 #endif
854 854
855 TEST_PPAPI_NACL_VIA_HTTP(NetAddressPrivateUntrusted_AreEqual) 855 TEST_PPAPI_NACL_VIA_HTTP(NetAddressPrivateUntrusted_AreEqual)
856 TEST_PPAPI_NACL_VIA_HTTP(NetAddressPrivateUntrusted_AreHostsEqual) 856 TEST_PPAPI_NACL_VIA_HTTP(NetAddressPrivateUntrusted_AreHostsEqual)
857 TEST_PPAPI_NACL_VIA_HTTP(MAYBE_NetAddressPrivateUntrusted_Describe) 857 TEST_PPAPI_NACL_VIA_HTTP(MAYBE_NetAddressPrivateUntrusted_Describe)
858 TEST_PPAPI_NACL_VIA_HTTP(MAYBE_NetAddressPrivateUntrusted_ReplacePort) 858 TEST_PPAPI_NACL_VIA_HTTP(MAYBE_NetAddressPrivateUntrusted_ReplacePort)
859 TEST_PPAPI_NACL_VIA_HTTP(NetAddressPrivateUntrusted_GetAnyAddress) 859 TEST_PPAPI_NACL_VIA_HTTP(NetAddressPrivateUntrusted_GetAnyAddress)
860 TEST_PPAPI_NACL_VIA_HTTP(NetAddressPrivateUntrusted_GetFamily) 860 TEST_PPAPI_NACL_VIA_HTTP(NetAddressPrivateUntrusted_GetFamily)
861 TEST_PPAPI_NACL_VIA_HTTP(MAYBE_NetAddressPrivateUntrusted_GetPort) 861 TEST_PPAPI_NACL_VIA_HTTP(MAYBE_NetAddressPrivateUntrusted_GetPort)
862 TEST_PPAPI_NACL_VIA_HTTP(NetAddressPrivateUntrusted_GetAddress) 862 TEST_PPAPI_NACL_VIA_HTTP(NetAddressPrivateUntrusted_GetAddress)
863 TEST_PPAPI_NACL_VIA_HTTP(NetAddressPrivateUntrusted_GetScopeID)
863 864
864 TEST_PPAPI_IN_PROCESS(NetworkMonitorPrivate_Basic) 865 TEST_PPAPI_IN_PROCESS(NetworkMonitorPrivate_Basic)
865 TEST_PPAPI_OUT_OF_PROCESS(NetworkMonitorPrivate_Basic) 866 TEST_PPAPI_OUT_OF_PROCESS(NetworkMonitorPrivate_Basic)
866 TEST_PPAPI_IN_PROCESS(NetworkMonitorPrivate_2Monitors) 867 TEST_PPAPI_IN_PROCESS(NetworkMonitorPrivate_2Monitors)
867 TEST_PPAPI_OUT_OF_PROCESS(NetworkMonitorPrivate_2Monitors) 868 TEST_PPAPI_OUT_OF_PROCESS(NetworkMonitorPrivate_2Monitors)
868 TEST_PPAPI_IN_PROCESS(NetworkMonitorPrivate_DeleteInCallback) 869 TEST_PPAPI_IN_PROCESS(NetworkMonitorPrivate_DeleteInCallback)
869 TEST_PPAPI_OUT_OF_PROCESS(NetworkMonitorPrivate_DeleteInCallback) 870 TEST_PPAPI_OUT_OF_PROCESS(NetworkMonitorPrivate_DeleteInCallback)
870 TEST_PPAPI_IN_PROCESS(NetworkMonitorPrivate_ListObserver) 871 TEST_PPAPI_IN_PROCESS(NetworkMonitorPrivate_ListObserver)
871 TEST_PPAPI_OUT_OF_PROCESS(NetworkMonitorPrivate_ListObserver) 872 TEST_PPAPI_OUT_OF_PROCESS(NetworkMonitorPrivate_ListObserver)
872 873
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
1020 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_OutOfRangeAccess) 1021 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_OutOfRangeAccess)
1021 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_EmptyArray) 1022 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_EmptyArray)
1022 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_InvalidElement) 1023 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_InvalidElement)
1023 1024
1024 TEST_PPAPI_IN_PROCESS(FlashMessageLoop_Basics) 1025 TEST_PPAPI_IN_PROCESS(FlashMessageLoop_Basics)
1025 TEST_PPAPI_IN_PROCESS(FlashMessageLoop_RunWithoutQuit) 1026 TEST_PPAPI_IN_PROCESS(FlashMessageLoop_RunWithoutQuit)
1026 TEST_PPAPI_OUT_OF_PROCESS(FlashMessageLoop_Basics) 1027 TEST_PPAPI_OUT_OF_PROCESS(FlashMessageLoop_Basics)
1027 TEST_PPAPI_OUT_OF_PROCESS(FlashMessageLoop_RunWithoutQuit) 1028 TEST_PPAPI_OUT_OF_PROCESS(FlashMessageLoop_RunWithoutQuit)
1028 1029
1029 #endif // ADDRESS_SANITIZER 1030 #endif // ADDRESS_SANITIZER
OLDNEW
« no previous file with comments | « no previous file | ppapi/native_client/src/shared/ppapi_proxy/browser_ppb_net_address_private_rpc_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698