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

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

Issue 8930010: Implement in-process PPB_VarArrayBuffer_Dev. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge 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/ppapi_proxy.gypi » ('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 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 TEST_PPAPI_IN_PROCESS(VarDeprecated) 418 TEST_PPAPI_IN_PROCESS(VarDeprecated)
419 // Disabled because it times out: http://crbug.com/89961 419 // Disabled because it times out: http://crbug.com/89961
420 // TEST_PPAPI_OUT_OF_PROCESS(VarDeprecated) 420 // TEST_PPAPI_OUT_OF_PROCESS(VarDeprecated)
421 421
422 // Windows defines 'PostMessage', so we have to undef it. 422 // Windows defines 'PostMessage', so we have to undef it.
423 #ifdef PostMessage 423 #ifdef PostMessage
424 #undef PostMessage 424 #undef PostMessage
425 #endif 425 #endif
426 TEST_PPAPI_IN_PROCESS(PostMessage_SendInInit) 426 TEST_PPAPI_IN_PROCESS(PostMessage_SendInInit)
427 TEST_PPAPI_IN_PROCESS(PostMessage_SendingData) 427 TEST_PPAPI_IN_PROCESS(PostMessage_SendingData)
428 TEST_PPAPI_IN_PROCESS(PostMessage_SendingArrayBuffer)
428 TEST_PPAPI_IN_PROCESS(PostMessage_MessageEvent) 429 TEST_PPAPI_IN_PROCESS(PostMessage_MessageEvent)
429 TEST_PPAPI_IN_PROCESS(PostMessage_NoHandler) 430 TEST_PPAPI_IN_PROCESS(PostMessage_NoHandler)
430 TEST_PPAPI_IN_PROCESS(PostMessage_ExtraParam) 431 TEST_PPAPI_IN_PROCESS(PostMessage_ExtraParam)
431 TEST_PPAPI_OUT_OF_PROCESS(PostMessage_SendInInit) 432 TEST_PPAPI_OUT_OF_PROCESS(PostMessage_SendInInit)
432 TEST_PPAPI_OUT_OF_PROCESS(PostMessage_SendingData) 433 TEST_PPAPI_OUT_OF_PROCESS(PostMessage_SendingData)
434 TEST_PPAPI_OUT_OF_PROCESS(DISABLED_PostMessage_SendingArrayBuffer)
433 TEST_PPAPI_OUT_OF_PROCESS(PostMessage_MessageEvent) 435 TEST_PPAPI_OUT_OF_PROCESS(PostMessage_MessageEvent)
434 TEST_PPAPI_OUT_OF_PROCESS(PostMessage_NoHandler) 436 TEST_PPAPI_OUT_OF_PROCESS(PostMessage_NoHandler)
435 TEST_PPAPI_OUT_OF_PROCESS(PostMessage_ExtraParam) 437 TEST_PPAPI_OUT_OF_PROCESS(PostMessage_ExtraParam)
436 #if !defined(OS_WIN) 438 #if !defined(OS_WIN)
437 // Times out on Windows XP: http://crbug.com/95557 439 // Times out on Windows XP: http://crbug.com/95557
438 TEST_PPAPI_OUT_OF_PROCESS(PostMessage_NonMainThread) 440 TEST_PPAPI_OUT_OF_PROCESS(PostMessage_NonMainThread)
439 #endif 441 #endif
440 442
441 TEST_PPAPI_IN_PROCESS(Memory) 443 TEST_PPAPI_IN_PROCESS(Memory)
442 TEST_PPAPI_OUT_OF_PROCESS(Memory) 444 TEST_PPAPI_OUT_OF_PROCESS(Memory)
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
602 TEST_PPAPI_OUT_OF_PROCESS(AudioConfig_InvalidConfigs) 604 TEST_PPAPI_OUT_OF_PROCESS(AudioConfig_InvalidConfigs)
603 605
604 TEST_PPAPI_IN_PROCESS(Audio_Creation) 606 TEST_PPAPI_IN_PROCESS(Audio_Creation)
605 TEST_PPAPI_IN_PROCESS(Audio_DestroyNoStop) 607 TEST_PPAPI_IN_PROCESS(Audio_DestroyNoStop)
606 TEST_PPAPI_IN_PROCESS(Audio_Failures) 608 TEST_PPAPI_IN_PROCESS(Audio_Failures)
607 TEST_PPAPI_OUT_OF_PROCESS(Audio_Creation) 609 TEST_PPAPI_OUT_OF_PROCESS(Audio_Creation)
608 TEST_PPAPI_OUT_OF_PROCESS(Audio_DestroyNoStop) 610 TEST_PPAPI_OUT_OF_PROCESS(Audio_DestroyNoStop)
609 TEST_PPAPI_OUT_OF_PROCESS(Audio_Failures) 611 TEST_PPAPI_OUT_OF_PROCESS(Audio_Failures)
610 612
611 #endif // ADDRESS_SANITIZER 613 #endif // ADDRESS_SANITIZER
OLDNEW
« no previous file with comments | « no previous file | ppapi/ppapi_proxy.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698