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

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: 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
OLDNEW
1 // Copyright (c) 2011 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"
11 #include "chrome/common/chrome_paths.h" 11 #include "chrome/common/chrome_paths.h"
(...skipping 646 matching lines...) Expand 10 before | Expand all | Expand 10 after
658 TEST_PPAPI_OUT_OF_PROCESS(AudioConfig_ValidConfigs) 658 TEST_PPAPI_OUT_OF_PROCESS(AudioConfig_ValidConfigs)
659 TEST_PPAPI_OUT_OF_PROCESS(AudioConfig_InvalidConfigs) 659 TEST_PPAPI_OUT_OF_PROCESS(AudioConfig_InvalidConfigs)
660 660
661 TEST_PPAPI_IN_PROCESS(Audio_Creation) 661 TEST_PPAPI_IN_PROCESS(Audio_Creation)
662 TEST_PPAPI_IN_PROCESS(Audio_DestroyNoStop) 662 TEST_PPAPI_IN_PROCESS(Audio_DestroyNoStop)
663 TEST_PPAPI_IN_PROCESS(Audio_Failures) 663 TEST_PPAPI_IN_PROCESS(Audio_Failures)
664 TEST_PPAPI_OUT_OF_PROCESS(Audio_Creation) 664 TEST_PPAPI_OUT_OF_PROCESS(Audio_Creation)
665 TEST_PPAPI_OUT_OF_PROCESS(Audio_DestroyNoStop) 665 TEST_PPAPI_OUT_OF_PROCESS(Audio_DestroyNoStop)
666 TEST_PPAPI_OUT_OF_PROCESS(Audio_Failures) 666 TEST_PPAPI_OUT_OF_PROCESS(Audio_Failures)
667 667
668 TEST_PPAPI_IN_PROCESS(ResourceArray_Basics)
669 TEST_PPAPI_IN_PROCESS(ResourceArray_OutOfRangeAccess)
670 TEST_PPAPI_IN_PROCESS(ResourceArray_EmptyArray)
671 TEST_PPAPI_IN_PROCESS(ResourceArray_InvalidElement)
672 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_Basics)
673 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_OutOfRangeAccess)
674 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_EmptyArray)
675 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_InvalidElement)
676
668 #endif // ADDRESS_SANITIZER 677 #endif // ADDRESS_SANITIZER
OLDNEW
« no previous file with comments | « no previous file | ppapi/api/dev/ppb_resource_array_dev.idl » ('j') | ppapi/shared_impl/ppb_resource_array_shared.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698