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

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

Issue 9111008: Introduce PPB_ResourceArray_Dev. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 8 years, 11 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/dev/ppb_resource_array_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) 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 "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/public/common/content_switches.h" 9 #include "content/public/common/content_switches.h"
10 #include "content/common/pepper_plugin_registry.h" 10 #include "content/common/pepper_plugin_registry.h"
(...skipping 725 matching lines...) Expand 10 before | Expand all | Expand 10 after
736 // Wait for the test completion event. 736 // Wait for the test completion event.
737 RunTestURL(tab, url); 737 RunTestURL(tab, url);
738 } 738 }
739 TEST_PPAPI_IN_PROCESS(View_SizeChange); 739 TEST_PPAPI_IN_PROCESS(View_SizeChange);
740 TEST_PPAPI_OUT_OF_PROCESS(View_SizeChange); 740 TEST_PPAPI_OUT_OF_PROCESS(View_SizeChange);
741 TEST_PPAPI_NACL_VIA_HTTP(View_SizeChange); 741 TEST_PPAPI_NACL_VIA_HTTP(View_SizeChange);
742 TEST_PPAPI_IN_PROCESS(View_ClipChange); 742 TEST_PPAPI_IN_PROCESS(View_ClipChange);
743 TEST_PPAPI_OUT_OF_PROCESS(View_ClipChange); 743 TEST_PPAPI_OUT_OF_PROCESS(View_ClipChange);
744 TEST_PPAPI_NACL_VIA_HTTP(View_ClipChange); 744 TEST_PPAPI_NACL_VIA_HTTP(View_ClipChange);
745 745
746 TEST_PPAPI_IN_PROCESS(ResourceArray_Basics)
747 TEST_PPAPI_IN_PROCESS(ResourceArray_OutOfRangeAccess)
748 TEST_PPAPI_IN_PROCESS(ResourceArray_EmptyArray)
749 TEST_PPAPI_IN_PROCESS(ResourceArray_InvalidElement)
750 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_Basics)
751 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_OutOfRangeAccess)
752 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_EmptyArray)
753 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_InvalidElement)
754
746 #endif // ADDRESS_SANITIZER 755 #endif // ADDRESS_SANITIZER
OLDNEW
« no previous file with comments | « no previous file | ppapi/api/dev/ppb_resource_array_dev.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698