Patrick Beard: TechnicalInteresting technical tidbits...(Untitled)- March 21, 2002 Off to Redmond for an ECMA meeting. ECMA is the standards body in which my company (Netscape) and other companies collaborate on the future direction of JavaScript (ECMAScript).http://radio.weblogs.com/0102607/categories/technical/2002/03/20.html#a42 (Untitled)- March 16, 2002 Getting CFM browser plugins working in the mach-o version of Mozilla. To make this work, all function pointers for calling between the browser and plugin need to be wrapped with glue that translates between the calling conventions. I learned that plugins really expect to be running in a bonafied Mac OS toolbox WindowRef, when trying to run a plugin in a Cocoa NSQuickDrawView. The QuickTime plugin doesn't properly redraw itself when it is running in a grafport.http://radio.weblogs.com/0102607/categories/technical/2002/03/15.html#a40 |