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

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

Issue 264303002: PPAPI: Implement synchronous postMessage (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge 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 | Annotate | Revision Log
« no previous file with comments | « content/renderer/pepper/v8_var_converter.cc ('k') | ppapi/api/ppb_messaging.idl » ('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 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 "content/test/ppapi/ppapi_test.h" 5 #include "content/test/ppapi/ppapi_test.h"
6 #include "ppapi/shared_impl/test_harness_utils.h" 6 #include "ppapi/shared_impl/test_harness_utils.h"
7 7
8 // This file lists tests for Pepper APIs (without NaCl) against content_shell. 8 // This file lists tests for Pepper APIs (without NaCl) against content_shell.
9 // TODO(teravest): Move more tests here. http://crbug.com/371873 9 // TODO(teravest): Move more tests here. http://crbug.com/371873
10 10
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 RunTestAndReload("Instance_RecursiveObjects"); 101 RunTestAndReload("Instance_RecursiveObjects");
102 } 102 }
103 103
104 TEST_PPAPI_OUT_OF_PROCESS(MediaStreamAudioTrack) 104 TEST_PPAPI_OUT_OF_PROCESS(MediaStreamAudioTrack)
105 105
106 TEST_PPAPI_OUT_OF_PROCESS(MediaStreamVideoTrack) 106 TEST_PPAPI_OUT_OF_PROCESS(MediaStreamVideoTrack)
107 107
108 TEST_PPAPI_IN_PROCESS(Memory) 108 TEST_PPAPI_IN_PROCESS(Memory)
109 TEST_PPAPI_OUT_OF_PROCESS(Memory) 109 TEST_PPAPI_OUT_OF_PROCESS(Memory)
110 110
111 TEST_PPAPI_OUT_OF_PROCESS(MessageHandler)
112
111 TEST_PPAPI_OUT_OF_PROCESS(MessageLoop_Basics) 113 TEST_PPAPI_OUT_OF_PROCESS(MessageLoop_Basics)
112 TEST_PPAPI_OUT_OF_PROCESS(MessageLoop_Post) 114 TEST_PPAPI_OUT_OF_PROCESS(MessageLoop_Post)
113 115
114 TEST_PPAPI_OUT_OF_PROCESS(NetworkProxy) 116 TEST_PPAPI_OUT_OF_PROCESS(NetworkProxy)
115 117
116 // TODO(danakj): http://crbug.com/115286 118 // TODO(danakj): http://crbug.com/115286
117 TEST_PPAPI_IN_PROCESS(DISABLED_Scrollbar) 119 TEST_PPAPI_IN_PROCESS(DISABLED_Scrollbar)
118 // http://crbug.com/89961 120 // http://crbug.com/89961
119 TEST_PPAPI_OUT_OF_PROCESS(DISABLED_Scrollbar) 121 TEST_PPAPI_OUT_OF_PROCESS(DISABLED_Scrollbar)
120 122
(...skipping 20 matching lines...) Expand all
141 TEST_PPAPI_IN_PROCESS(VarResource) 143 TEST_PPAPI_IN_PROCESS(VarResource)
142 TEST_PPAPI_OUT_OF_PROCESS(VarResource) 144 TEST_PPAPI_OUT_OF_PROCESS(VarResource)
143 145
144 TEST_PPAPI_OUT_OF_PROCESS(VideoDecoder) 146 TEST_PPAPI_OUT_OF_PROCESS(VideoDecoder)
145 147
146 TEST_PPAPI_IN_PROCESS(VideoDecoderDev) 148 TEST_PPAPI_IN_PROCESS(VideoDecoderDev)
147 TEST_PPAPI_OUT_OF_PROCESS(VideoDecoderDev) 149 TEST_PPAPI_OUT_OF_PROCESS(VideoDecoderDev)
148 150
149 } // namespace 151 } // namespace
150 } // namespace content 152 } // namespace content
OLDNEW
« no previous file with comments | « content/renderer/pepper/v8_var_converter.cc ('k') | ppapi/api/ppb_messaging.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698