Bug 36631

Summary: Allow the test plugin to run scripts in response to NPP_SetWindow calls
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: Tools / TestsAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, mitz
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Patch darin: review+

Description Simon Fraser (smfr) 2010-03-25 17:19:18 PDT
We need to allow the DRT test plugin to run scripts when NPP_SetWindow is called, for testing various plugin issues.
Comment 1 Simon Fraser (smfr) 2010-03-25 17:22:43 PDT
Created attachment 51696 [details]
Patch
Comment 2 Alexey Proskuryakov 2010-03-25 17:27:02 PDT
Comment on attachment 51696 [details]
Patch

r=me

Please consider removing testWindowOpen in favor of this new functionality.
Comment 3 Simon Fraser (smfr) 2010-03-25 17:47:16 PDT
http://trac.webkit.org/changeset/56583
Comment 4 Simon Fraser (smfr) 2010-03-25 17:47:38 PDT
I filed bug 36632 to remove testWindowOpen.