[Laszlo-checkins] r11846 - openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/compiler
hqm@openlaszlo.org
hqm at openlaszlo.org
Thu Nov 20 14:40:14 PST 2008
Author: hqm
Date: 2008-11-20 14:40:12 -0800 (Thu, 20 Nov 2008)
New Revision: 11846
Modified:
openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/compiler/Compiler.java
Log:
Change 20081120-hqm-3 by hqm at badtzmaru.home on 2008-11-20 17:39:38 EST
in /Users/hqm/openlaszlo/trunk4
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: some flash packages are not really available to import
New Features:
Bugs Fixed:
Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
Tests:
+ debugger eval works again in swf9
Modified: openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/compiler/Compiler.java
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/compiler/Compiler.java 2008-11-20 19:27:57 UTC (rev 11845)
+++ openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/compiler/Compiler.java 2008-11-20 22:40:12 UTC (rev 11846)
@@ -606,22 +606,17 @@
byte[] objcode;
String prog = "public class DebugExec extends Sprite {\n" +
"#passthrough (toplevel:true) { \n" +
- "import flash.data.*;\n" +
- "import flash.desktop.*;\n" +
"import flash.display.*;\n" +
"import flash.errors.*;\n" +
"import flash.events.*;\n" +
"import flash.external.*;\n" +
- "import flash.filesystem.*;\n" +
"import flash.filters.*;\n" +
"import flash.geom.*;\n" +
- "import flash.html.*;\n" +
"import flash.media.*;\n" +
"import flash.net.*;\n" +
"import flash.printing.*;\n" +
"import flash.profiler.*;\n" +
"import flash.sampler.*;\n" +
- "import flash.security.*;\n" +
"import flash.system.*;\n" +
"import flash.text.*;\n" +
"import flash.ui.*;\n" +
More information about the Laszlo-checkins
mailing list