Bug 23302 - Add NPRuntime test
Summary: Add NPRuntime test
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Plug-ins (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-13 14:27 PST by Anders Carlsson
Modified: 2009-01-13 14:37 PST (History)
0 users

See Also:


Attachments
Patch (7.09 KB, patch)
2009-01-13 14:28 PST, Anders Carlsson
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2009-01-13 14:27:05 PST
Add NPRuntime test
Comment 1 Anders Carlsson 2009-01-13 14:28:26 PST
Created attachment 26682 [details]
Patch
Comment 2 Sam Weinig 2009-01-13 14:30:41 PST
Comment on attachment 26682 [details]
Patch

Two tiny nits.  r=me

> @@ -1,3 +1,16 @@
> +2009-01-13  Anders Carlsson  <andersca@apple.com>
> +
> +        Reviewed by NOBODY (OOPS!).
> +
> +		Add NPRuntime test.

TAB!!!!

> +void testNPRuntime(NPP npp)
> +{
> +    NPObject *windowScriptObject;

* on the wrong size.
Comment 3 Anders Carlsson 2009-01-13 14:37:17 PST
Committed revision 39877.