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

Unified Diff: chrome/test/ui/ppapi_uitest.cc

Issue 9558009: Add HandleInputEventAck message to allow out-of-process plugins to respond to user gestures. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ppapi/proxy/ppapi_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/ui/ppapi_uitest.cc
===================================================================
--- chrome/test/ui/ppapi_uitest.cc (revision 125463)
+++ chrome/test/ui/ppapi_uitest.cc (working copy)
@@ -638,20 +638,9 @@
RunTestViaHTTP("FlashFullscreen");
}
-// http://crbug.com/107175.
-#if defined(OS_MACOSX) || defined(OS_CHROMEOS) || defined(OS_LINUX)
-#define MAYBE_Fullscreen FAILS_Fullscreen
-#else
-#define MAYBE_Fullscreen Fullscreen
-#endif
+TEST_PPAPI_IN_PROCESS_VIA_HTTP(Fullscreen)
+TEST_PPAPI_OUT_OF_PROCESS_VIA_HTTP(Fullscreen)
-// TODO(bbudge) Fix fullscreen on Mac.
-TEST_PPAPI_IN_PROCESS_VIA_HTTP(MAYBE_Fullscreen)
-// TODO(bbudge) Will fail until we add an ACK message to extend user gesture.
-TEST_PPAPI_OUT_OF_PROCESS_VIA_HTTP(FAILS_Fullscreen)
-// TODO(bbudge) Enable when PPB_Testing_Dev SimulateInputEvent is proxied.
-TEST_PPAPI_NACL_VIA_HTTP(DISABLED_Fullscreen)
-
TEST_PPAPI_IN_PROCESS(FlashClipboard)
TEST_PPAPI_OUT_OF_PROCESS(FlashClipboard)
« no previous file with comments | « no previous file | ppapi/proxy/ppapi_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698