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

Unified Diff: webkit/tools/npapi_layout_test_plugin/PluginObject.h

Issue 393017: This CL fixes the document-open.html and window-open.html plugin layout tests... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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 | « webkit/glue/plugins/plugin_string_stream.cc ('k') | webkit/tools/npapi_layout_test_plugin/PluginObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/npapi_layout_test_plugin/PluginObject.h
===================================================================
--- webkit/tools/npapi_layout_test_plugin/PluginObject.h (revision 31913)
+++ webkit/tools/npapi_layout_test_plugin/PluginObject.h (working copy)
@@ -36,6 +36,8 @@
NPBool returnErrorFromNewStream;
NPObject* testObject;
NPStream* stream;
+ NPBool testWindowOpen;
+ NPBool testDocumentOpenInDestroyStream;
char* onStreamLoad;
char* onStreamDestroy;
char* onURLNotify;
@@ -49,3 +51,6 @@
extern void handleCallback(PluginObject* object, const char *url, NPReason reason, void *notifyData);
extern void notifyStream(PluginObject* object, const char *url, const char *headers);
extern void testNPRuntime(NPP npp);
+extern bool testDocumentOpen(NPP npp);
+extern bool testWindowOpen(NPP npp);
+extern void log(NPP instance, const char* format, ...);
« no previous file with comments | « webkit/glue/plugins/plugin_string_stream.cc ('k') | webkit/tools/npapi_layout_test_plugin/PluginObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698