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

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

Issue 9814015: Add new MouseCursor interface for setting the mouse cursor. (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/api/ppb_mouse_cursor.idl » ('j') | ppapi/api/ppb_mouse_cursor.idl » ('J')
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 1008 matching lines...) Expand 10 before | Expand all | Expand 10 after
1019 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_Basics) 1019 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_Basics)
1020 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_OutOfRangeAccess) 1020 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_OutOfRangeAccess)
1021 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_EmptyArray) 1021 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_EmptyArray)
1022 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_InvalidElement) 1022 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_InvalidElement)
1023 1023
1024 TEST_PPAPI_IN_PROCESS(FlashMessageLoop_Basics) 1024 TEST_PPAPI_IN_PROCESS(FlashMessageLoop_Basics)
1025 TEST_PPAPI_IN_PROCESS(FlashMessageLoop_RunWithoutQuit) 1025 TEST_PPAPI_IN_PROCESS(FlashMessageLoop_RunWithoutQuit)
1026 TEST_PPAPI_OUT_OF_PROCESS(FlashMessageLoop_Basics) 1026 TEST_PPAPI_OUT_OF_PROCESS(FlashMessageLoop_Basics)
1027 TEST_PPAPI_OUT_OF_PROCESS(FlashMessageLoop_RunWithoutQuit) 1027 TEST_PPAPI_OUT_OF_PROCESS(FlashMessageLoop_RunWithoutQuit)
1028 1028
1029 TEST_PPAPI_IN_PROCESS(MouseCursor)
dmichael (off chromium) 2012/03/26 17:43:17 you could separate your 3 tests out, though I'm no
1030 TEST_PPAPI_OUT_OF_PROCESS(MouseCursor)
1031 TEST_PPAPI_NACL_VIA_HTTP(MouseCursor)
1032
1029 #endif // ADDRESS_SANITIZER 1033 #endif // ADDRESS_SANITIZER
OLDNEW
« no previous file with comments | « no previous file | ppapi/api/ppb_mouse_cursor.idl » ('j') | ppapi/api/ppb_mouse_cursor.idl » ('J')

Powered by Google App Engine
This is Rietveld 408576698