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

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

Issue 9360045: Rename PPB_Font to PPB_BrowserFont_Trusted. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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 | content/browser/renderer_host/pepper_message_filter.cc » ('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 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 // by NaCl. 371 // by NaCl.
372 372
373 TEST_PPAPI_IN_PROCESS(Graphics2D) 373 TEST_PPAPI_IN_PROCESS(Graphics2D)
374 TEST_PPAPI_OUT_OF_PROCESS(Graphics2D) 374 TEST_PPAPI_OUT_OF_PROCESS(Graphics2D)
375 TEST_PPAPI_NACL_VIA_HTTP(Graphics2D) 375 TEST_PPAPI_NACL_VIA_HTTP(Graphics2D)
376 376
377 TEST_PPAPI_IN_PROCESS(ImageData) 377 TEST_PPAPI_IN_PROCESS(ImageData)
378 TEST_PPAPI_OUT_OF_PROCESS(ImageData) 378 TEST_PPAPI_OUT_OF_PROCESS(ImageData)
379 TEST_PPAPI_NACL_VIA_HTTP(ImageData) 379 TEST_PPAPI_NACL_VIA_HTTP(ImageData)
380 380
381 TEST_PPAPI_IN_PROCESS(BrowserFont)
382 TEST_PPAPI_OUT_OF_PROCESS(BrowserFont)
383
381 TEST_PPAPI_IN_PROCESS(Buffer) 384 TEST_PPAPI_IN_PROCESS(Buffer)
382 TEST_PPAPI_OUT_OF_PROCESS(Buffer) 385 TEST_PPAPI_OUT_OF_PROCESS(Buffer)
383 386
384 // TODO(ygorshenin): investigate why 387 // TODO(ygorshenin): investigate why
385 // TEST_PPAPI_IN_PROCESS(TCPSocketPrivateShared) fails, 388 // TEST_PPAPI_IN_PROCESS(TCPSocketPrivateShared) fails,
386 // http://crbug.com/105860. 389 // http://crbug.com/105860.
387 TEST_PPAPI_IN_PROCESS_VIA_HTTP(TCPSocketPrivateShared) 390 TEST_PPAPI_IN_PROCESS_VIA_HTTP(TCPSocketPrivateShared)
388 TEST_PPAPI_OUT_OF_PROCESS_VIA_HTTP(TCPSocketPrivateShared) 391 TEST_PPAPI_OUT_OF_PROCESS_VIA_HTTP(TCPSocketPrivateShared)
389 TEST_PPAPI_NACL_VIA_HTTP(TCPSocketPrivateShared) 392 TEST_PPAPI_NACL_VIA_HTTP(TCPSocketPrivateShared)
390 393
(...skipping 435 matching lines...) Expand 10 before | Expand all | Expand 10 after
826 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_OutOfRangeAccess) 829 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_OutOfRangeAccess)
827 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_EmptyArray) 830 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_EmptyArray)
828 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_InvalidElement) 831 TEST_PPAPI_OUT_OF_PROCESS(ResourceArray_InvalidElement)
829 832
830 TEST_PPAPI_IN_PROCESS(FlashMessageLoop_Basics) 833 TEST_PPAPI_IN_PROCESS(FlashMessageLoop_Basics)
831 TEST_PPAPI_IN_PROCESS(FlashMessageLoop_RunWithoutQuit) 834 TEST_PPAPI_IN_PROCESS(FlashMessageLoop_RunWithoutQuit)
832 TEST_PPAPI_OUT_OF_PROCESS(FlashMessageLoop_Basics) 835 TEST_PPAPI_OUT_OF_PROCESS(FlashMessageLoop_Basics)
833 TEST_PPAPI_OUT_OF_PROCESS(FlashMessageLoop_RunWithoutQuit) 836 TEST_PPAPI_OUT_OF_PROCESS(FlashMessageLoop_RunWithoutQuit)
834 837
835 #endif // ADDRESS_SANITIZER 838 #endif // ADDRESS_SANITIZER
OLDNEW
« no previous file with comments | « no previous file | content/browser/renderer_host/pepper_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698