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

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

Issue 8413021: Add functions to generate input events to PPB_Testing_Dev. These make (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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/api/dev/ppb_testing_dev.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 (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 "base/file_util.h" 5 #include "base/file_util.h"
6 #include "base/path_service.h" 6 #include "base/path_service.h"
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 "content/browser/plugin_service.h" 9 #include "content/browser/plugin_service.h"
10 #include "content/public/common/content_switches.h" 10 #include "content/public/common/content_switches.h"
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 TEST_PPAPI_IN_PROCESS(Broker) 234 TEST_PPAPI_IN_PROCESS(Broker)
235 TEST_PPAPI_OUT_OF_PROCESS(Broker) 235 TEST_PPAPI_OUT_OF_PROCESS(Broker)
236 236
237 TEST_PPAPI_IN_PROCESS(Core) 237 TEST_PPAPI_IN_PROCESS(Core)
238 TEST_PPAPI_OUT_OF_PROCESS(Core) 238 TEST_PPAPI_OUT_OF_PROCESS(Core)
239 239
240 TEST_PPAPI_IN_PROCESS(CursorControl) 240 TEST_PPAPI_IN_PROCESS(CursorControl)
241 TEST_PPAPI_OUT_OF_PROCESS(CursorControl) 241 TEST_PPAPI_OUT_OF_PROCESS(CursorControl)
242 TEST_PPAPI_NACL_VIA_HTTP(CursorControl) 242 TEST_PPAPI_NACL_VIA_HTTP(CursorControl)
243 243
244 TEST_PPAPI_IN_PROCESS(InputEvent)
245 TEST_PPAPI_OUT_OF_PROCESS(InputEvent)
246
244 TEST_PPAPI_IN_PROCESS(Instance) 247 TEST_PPAPI_IN_PROCESS(Instance)
245 // http://crbug.com/91729 248 // http://crbug.com/91729
246 TEST_PPAPI_OUT_OF_PROCESS(DISABLED_Instance) 249 TEST_PPAPI_OUT_OF_PROCESS(DISABLED_Instance)
247 250
248 TEST_PPAPI_IN_PROCESS(Graphics2D) 251 TEST_PPAPI_IN_PROCESS(Graphics2D)
249 TEST_PPAPI_OUT_OF_PROCESS(Graphics2D) 252 TEST_PPAPI_OUT_OF_PROCESS(Graphics2D)
250 TEST_PPAPI_NACL_VIA_HTTP(Graphics2D) 253 TEST_PPAPI_NACL_VIA_HTTP(Graphics2D)
251 254
252 TEST_PPAPI_IN_PROCESS(ImageData) 255 TEST_PPAPI_IN_PROCESS(ImageData)
253 TEST_PPAPI_OUT_OF_PROCESS(ImageData) 256 TEST_PPAPI_OUT_OF_PROCESS(ImageData)
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
435 TEST_PPAPI_IN_PROCESS(Flash_GetLocalTimeZoneOffset) 438 TEST_PPAPI_IN_PROCESS(Flash_GetLocalTimeZoneOffset)
436 TEST_PPAPI_IN_PROCESS(Flash_GetCommandLineArgs) 439 TEST_PPAPI_IN_PROCESS(Flash_GetCommandLineArgs)
437 TEST_PPAPI_OUT_OF_PROCESS(Flash_SetInstanceAlwaysOnTop) 440 TEST_PPAPI_OUT_OF_PROCESS(Flash_SetInstanceAlwaysOnTop)
438 TEST_PPAPI_OUT_OF_PROCESS(Flash_GetProxyForURL) 441 TEST_PPAPI_OUT_OF_PROCESS(Flash_GetProxyForURL)
439 TEST_PPAPI_OUT_OF_PROCESS(Flash_MessageLoop) 442 TEST_PPAPI_OUT_OF_PROCESS(Flash_MessageLoop)
440 TEST_PPAPI_OUT_OF_PROCESS(Flash_GetLocalTimeZoneOffset) 443 TEST_PPAPI_OUT_OF_PROCESS(Flash_GetLocalTimeZoneOffset)
441 TEST_PPAPI_OUT_OF_PROCESS(Flash_GetCommandLineArgs) 444 TEST_PPAPI_OUT_OF_PROCESS(Flash_GetCommandLineArgs)
442 445
443 TEST_PPAPI_IN_PROCESS(WebSocket_Create) 446 TEST_PPAPI_IN_PROCESS(WebSocket_Create)
444 TEST_PPAPI_IN_PROCESS(WebSocket_IsWebSocket) 447 TEST_PPAPI_IN_PROCESS(WebSocket_IsWebSocket)
OLDNEW
« no previous file with comments | « no previous file | ppapi/api/dev/ppb_testing_dev.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698