RESOLVED INVALID 66342
Add basic scripting support to the test movie plug-in
https://bugs.webkit.org/show_bug.cgi?id=66342
Summary Add basic scripting support to the test movie plug-in
Anders Carlsson
Reported 2011-08-16 15:34:53 PDT
Add basic scripting support to the test movie plug-in
Attachments
Patch (17.90 KB, patch)
2011-08-16 15:36 PDT, Anders Carlsson
no flags
Anders Carlsson
Comment 1 2011-08-16 15:36:09 PDT
Sam Weinig
Comment 2 2011-08-16 15:43:09 PDT
Comment on attachment 104102 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=104102&action=review Fix the license and add more comment please. > Examples/NetscapeCoreAnimationMoviePlugin/MovieNPObject.m:57 > + NPObject npObject; > + > + QTMovie *movie; Unnecessary newline. > Examples/NetscapeCoreAnimationMoviePlugin/MovieNPObject.m:77 > +static NPObject *movieNPObjectAllocate(NPP npp, NPClass *theClass) * on the wrong side. > Examples/NetscapeCoreAnimationMoviePlugin/MovieNPObject.m:99 > +static bool movieNPObjectHasMethod(NPObject *obj, NPIdentifier name) * on the wrong side, > Examples/NetscapeCoreAnimationMoviePlugin/MovieNPObject.m:103 > + for (int i = 0; i < NUM_METHOD_IDENTIFIERS; i++) > + if (name == methodIdentifiers[i]) > + return true; Needs braces.
Note You need to log in before you can comment on or make changes to this bug.