Bug 36631 - Allow the test plugin to run scripts in response to NPP_SetWindow calls
Summary: Allow the test plugin to run scripts in response to NPP_SetWindow calls
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-25 17:19 PDT by Simon Fraser (smfr)
Modified: 2010-03-25 17:47 PDT (History)
2 users (show)

See Also:


Attachments
Patch (3.60 KB, patch)
2010-03-25 17:22 PDT, Simon Fraser (smfr)
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.