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

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

Issue 8764003: Implement a proxy for Pepper FileIO. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Homestarmy Created 9 years 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_file_io.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 469 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 TEST_PPAPI_NACL_VIA_HTTP(FileIO_AbortCalls) 480 TEST_PPAPI_NACL_VIA_HTTP(FileIO_AbortCalls)
481 TEST_PPAPI_NACL_VIA_HTTP(FileIO_ParallelReads) 481 TEST_PPAPI_NACL_VIA_HTTP(FileIO_ParallelReads)
482 TEST_PPAPI_NACL_VIA_HTTP(FileIO_ParallelWrites) 482 TEST_PPAPI_NACL_VIA_HTTP(FileIO_ParallelWrites)
483 TEST_PPAPI_NACL_VIA_HTTP(FileIO_NotAllowMixedReadWrite) 483 TEST_PPAPI_NACL_VIA_HTTP(FileIO_NotAllowMixedReadWrite)
484 TEST_PPAPI_NACL_VIA_HTTP(MAYBE_FileIO_TouchQuery) 484 TEST_PPAPI_NACL_VIA_HTTP(MAYBE_FileIO_TouchQuery)
485 TEST_PPAPI_NACL_VIA_HTTP(MAYBE_FileIO_ReadWriteSetLength) 485 TEST_PPAPI_NACL_VIA_HTTP(MAYBE_FileIO_ReadWriteSetLength)
486 // The following test requires PPB_FileIO_Trusted, not available in NaCl. 486 // The following test requires PPB_FileIO_Trusted, not available in NaCl.
487 TEST_PPAPI_NACL_VIA_HTTP(DISABLED_FileIO_WillWriteWillSetLength) 487 TEST_PPAPI_NACL_VIA_HTTP(DISABLED_FileIO_WillWriteWillSetLength)
488 488
489 TEST_PPAPI_IN_PROCESS_VIA_HTTP(FileRef) 489 TEST_PPAPI_IN_PROCESS_VIA_HTTP(FileRef)
490 // Disabled because it times out: http://crbug.com/89961 490 TEST_PPAPI_OUT_OF_PROCESS_VIA_HTTP(FileRef)
491 // TEST_PPAPI_OUT_OF_PROCESS_VIA_HTTP(FileRef)
492 TEST_PPAPI_NACL_VIA_HTTP(FileRef) 491 TEST_PPAPI_NACL_VIA_HTTP(FileRef)
493 492
494
495 TEST_PPAPI_IN_PROCESS_VIA_HTTP(FileSystem) 493 TEST_PPAPI_IN_PROCESS_VIA_HTTP(FileSystem)
496 TEST_PPAPI_OUT_OF_PROCESS_VIA_HTTP(FileSystem) 494 TEST_PPAPI_OUT_OF_PROCESS_VIA_HTTP(FileSystem)
497 TEST_PPAPI_NACL_VIA_HTTP(FileSystem) 495 TEST_PPAPI_NACL_VIA_HTTP(FileSystem)
498 496
499 // http://crbug.com/96767 and 104384 for aura. 497 // http://crbug.com/96767 and 104384 for aura.
500 #if !defined(OS_MACOSX) && !defined(USE_AURA) 498 #if !defined(OS_MACOSX) && !defined(USE_AURA)
501 #define MAYBE_FlashFullscreen FLAKY_FlashFullscreen 499 #define MAYBE_FlashFullscreen FLAKY_FlashFullscreen
502 #define MAYBE_FlashFullscreen FLAKY_FlashFullscreen 500 #define MAYBE_FlashFullscreen FLAKY_FlashFullscreen
503 #else 501 #else
504 #define MAYBE_FlashFullscreen DISABLED_FlashFullscreen 502 #define MAYBE_FlashFullscreen DISABLED_FlashFullscreen
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
600 TEST_PPAPI_OUT_OF_PROCESS(AudioConfig_InvalidConfigs) 598 TEST_PPAPI_OUT_OF_PROCESS(AudioConfig_InvalidConfigs)
601 599
602 TEST_PPAPI_IN_PROCESS(Audio_Creation) 600 TEST_PPAPI_IN_PROCESS(Audio_Creation)
603 TEST_PPAPI_IN_PROCESS(Audio_DestroyNoStop) 601 TEST_PPAPI_IN_PROCESS(Audio_DestroyNoStop)
604 TEST_PPAPI_IN_PROCESS(Audio_Failures) 602 TEST_PPAPI_IN_PROCESS(Audio_Failures)
605 TEST_PPAPI_OUT_OF_PROCESS(Audio_Creation) 603 TEST_PPAPI_OUT_OF_PROCESS(Audio_Creation)
606 TEST_PPAPI_OUT_OF_PROCESS(Audio_DestroyNoStop) 604 TEST_PPAPI_OUT_OF_PROCESS(Audio_DestroyNoStop)
607 TEST_PPAPI_OUT_OF_PROCESS(Audio_Failures) 605 TEST_PPAPI_OUT_OF_PROCESS(Audio_Failures)
608 606
609 #endif // ADDRESS_SANITIZER 607 #endif // ADDRESS_SANITIZER
OLDNEW
« no previous file with comments | « no previous file | ppapi/api/ppb_file_io.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698