[Laszlo-dev] For Review: Change 20090415-hqm-L Summary: support <passthrough> block on canvas element

André Bargull andre.bargull at udo.edu
Wed Apr 15 14:32:08 PDT 2009


Approved!

(There is a System.err.println(..) from debugging)

On 4/15/2009 10:48 PM, Henry Minsky wrote:
> Change 20090415-hqm-L by hqm at badtzmaru.home on 2009-04-15 16:45:10 EDT
>     in /Users/hqm/openlaszlo/trunk5
>     for http://svn.openlaszlo.org/openlaszlo/trunk
> 
> Summary: support <passthrough> block on canvas element
> 
> New Features:
> 
> Bugs Fixed: LPP-7717
> 
> Technical Reviewer: ptw
> QA Reviewer: andre.bargull
> Doc Reviewer: (pending)
> 
> Documentation:
> 
> Release Notes:
> 
> Details:
> 
> + treat <passthrough> element as a "property element", so it is compiled 
> in the same
> code path as <handler>, <method> , etc.
> 
> 
> Tests:
> 
> + test case below compiles in swf9 correctly, the imports are visible in 
> the scope of the
> canvas class or (anon subclass)
> <canvas>
>   <passthrough>
>     import flash.geom.*;
>     import flash.printing.*;
>   </passthrough>
>   <method name="foo">
>     Debug.write('foo');
>   </method>
> </canvas>
> 
> Files:
> M      WEB-INF/lps/server/src/org/openlaszlo/compiler/NodeModel.java
> 
> Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20090415-hqm-L.tar
> 


More information about the Laszlo-dev mailing list